C# Class Systran.GeographicClientLib.Api.APIVersionApi

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

Public Methods

Method Description
APIVersionApi ( ApiClient apiClient = null ) : RestSharp

Initializes a new instance of the APIVersionApi class.

APIVersionApi ( String basePath ) : RestSharp

Initializes a new instance of the APIVersionApi class.

GeographicApiVersionGet ( string Callback ) : ApiVersionResponse

Get API version Current version for geographic apis\n

GeographicApiVersionGetAsync ( string Callback ) : Task

Get API version Current version for geographic apis\n

GetBasePath ( String basePath ) : String

Gets the base path of the API client.

SetBasePath ( String basePath ) : void

Sets the base path of the API client.

Method Details

APIVersionApi() public method

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

APIVersionApi() public method

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

GeographicApiVersionGet() public method

Get API version Current version for geographic apis\n
public GeographicApiVersionGet ( string Callback ) : ApiVersionResponse
Callback string Javascript callback function name for JSONP Support\n
return Systran.GeographicClientLib.Model.ApiVersionResponse

GeographicApiVersionGetAsync() public method

Get API version Current version for geographic apis\n
public GeographicApiVersionGetAsync ( 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