Interface DifyConnectionDetails

All Known Implementing Classes:
DifyPropertiesAutoConfiguration.PropertiesDifyConnectionDetails

public interface DifyConnectionDetails
Dify Connection Details Interface Provides connection information required to establish a connection to the Dify API. This interface is used by the Spring Boot auto-configuration to set up Dify clients with the appropriate connection settings.
Since:
2025/4/7 16:53
Version:
0.9.0
Author:
yanghq
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the URL of the Dify API server
  • Method Details

    • getUrl

      String getUrl()
      Retrieves the URL of the Dify API server
      Returns:
      The base URL string for the Dify API endpoint