C# Class Systran.GeographicClientLib.Api.SupportedLanguagesApi

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

Public Methods

Method 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 method

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
return Systran.GeographicClientLib.Model.SupportedLanguagesResponse

GeographicSupportedLanguagesGetAsync() public method

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
return Task

GetBasePath() public method

Gets the base path of the API client.
public GetBasePath ( String basePath ) : String
basePath String
return String

SetBasePath() public method

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

SupportedLanguagesApi() public method

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

SupportedLanguagesApi() public method

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