Method | Description | |
---|---|---|
APIVersionApi ( |
Initializes a new instance of the APIVersionApi class.
|
|
APIVersionApi ( String basePath ) : RestSharp |
Initializes a new instance of the APIVersionApi class.
|
|
GeographicApiVersionGet ( string Callback ) : |
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.
|
public APIVersionApi ( |
||
apiClient | ||
return | RestSharp |
public APIVersionApi ( String basePath ) : RestSharp | ||
basePath | String | |
return | RestSharp |
public GeographicApiVersionGet ( string Callback ) : |
||
Callback | string | Javascript callback function name for JSONP Support\n |
return |
public GeographicApiVersionGetAsync ( string Callback ) : Task |
||
Callback | string | Javascript callback function name for JSONP Support\n |
return | Task |
public GetBasePath ( String basePath ) : String | ||
basePath | String | |
return | String |
public SetBasePath ( String basePath ) : void | ||
basePath | String | |
return | void |