C# Class Systran.GeographicClientLib.Api.APIVersionApi

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

Méthodes publiques

Méthode 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 méthode

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

APIVersionApi() public méthode

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

GeographicApiVersionGet() public méthode

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

GeographicApiVersionGetAsync() public méthode

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