C# Класс Systran.GeographicClientLib.Api.APIVersionApi

Represents a collection of functions to interact with the API endpoints
Наследование: IAPIVersionApi
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

APIVersionApi() публичный Метод

Initializes a new instance of the APIVersionApi class.
public APIVersionApi ( ApiClient apiClient = null ) : RestSharp
apiClient Systran.GeographicClientLib.Client.ApiClient
Результат RestSharp

APIVersionApi() публичный Метод

Initializes a new instance of the APIVersionApi class.
public APIVersionApi ( String basePath ) : RestSharp
basePath String
Результат RestSharp

GeographicApiVersionGet() публичный Метод

Get API version Current version for geographic apis\n
public GeographicApiVersionGet ( string Callback ) : ApiVersionResponse
Callback string Javascript callback function name for JSONP Support\n
Результат Systran.GeographicClientLib.Model.ApiVersionResponse

GeographicApiVersionGetAsync() публичный Метод

Get API version Current version for geographic apis\n
public GeographicApiVersionGetAsync ( string Callback ) : Task
Callback string Javascript callback function name for JSONP Support\n
Результат Task

GetBasePath() публичный Метод

Gets the base path of the API client.
public GetBasePath ( String basePath ) : String
basePath String
Результат String

SetBasePath() публичный Метод

Sets the base path of the API client.
public SetBasePath ( String basePath ) : void
basePath String
Результат void