C# 클래스 Systran.GeographicClientLib.Api.APIVersionApi

Represents a collection of functions to interact with the API endpoints
상속: IAPIVersionApi
파일 보기 프로젝트 열기: SYSTRAN/geographic-api-csharp-client 1 사용 예제들

공개 메소드들

메소드 설명
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