C# Class Systran.GeographicClientLib.Api.SupportedLanguagesApi

Represents a collection of functions to interact with the API endpoints
Inheritance: ISupportedLanguagesApi
Afficher le fichier Open project: SYSTRAN/geographic-api-csharp-client Class Usage Examples

Méthodes publiques

Méthode Description
GeographicSupportedLanguagesGet ( string Callback ) : SupportedLanguagesResponse

Get Supported languages Get a list of languages in which geographic data can be localized.

GeographicSupportedLanguagesGetAsync ( string Callback ) : Task

Get Supported languages Get a list of languages in which geographic data can be localized.

GetBasePath ( String basePath ) : String

Gets the base path of the API client.

SetBasePath ( String basePath ) : void

Sets the base path of the API client.

SupportedLanguagesApi ( ApiClient apiClient = null ) : RestSharp

Initializes a new instance of the SupportedLanguagesApi class.

SupportedLanguagesApi ( String basePath ) : RestSharp

Initializes a new instance of the SupportedLanguagesApi class.

Method Details

GeographicSupportedLanguagesGet() public méthode

Get Supported languages Get a list of languages in which geographic data can be localized.
public GeographicSupportedLanguagesGet ( string Callback ) : SupportedLanguagesResponse
Callback string Javascript callback function name for JSONP Support\n
Résultat Systran.GeographicClientLib.Model.SupportedLanguagesResponse

GeographicSupportedLanguagesGetAsync() public méthode

Get Supported languages Get a list of languages in which geographic data can be localized.
public GeographicSupportedLanguagesGetAsync ( string Callback ) : Task
Callback string Javascript callback function name for JSONP Support\n
Résultat Task

GetBasePath() public méthode

Gets the base path of the API client.
public GetBasePath ( String basePath ) : String
basePath String
Résultat String

SetBasePath() public méthode

Sets the base path of the API client.
public SetBasePath ( String basePath ) : void
basePath String
Résultat void

SupportedLanguagesApi() public méthode

Initializes a new instance of the SupportedLanguagesApi class.
public SupportedLanguagesApi ( ApiClient apiClient = null ) : RestSharp
apiClient Systran.GeographicClientLib.Client.ApiClient
Résultat RestSharp

SupportedLanguagesApi() public méthode

Initializes a new instance of the SupportedLanguagesApi class.
public SupportedLanguagesApi ( String basePath ) : RestSharp
basePath String
Résultat RestSharp