C# Class Transloadit.ApiRequest

Sends request to REST API service, then handles the response, which will be represented in an IApiResponse implementation
Inheritance: IApiRequest
ファイルを表示 Open project: nkranitz/transloadit-csharp-sdk

Public Methods

Method Description
ApiRequest ( ) : System

Set the request method to GET as default

Execute ( ) : IApiResponse

Executes the current requests and gets the result

Private Methods

Method Description
BuildUri ( ) : void

Builds up the URL based on the current attributes

Method Details

ApiRequest() public method

Set the request method to GET as default
public ApiRequest ( ) : System
return System

Execute() public method

Executes the current requests and gets the result
public Execute ( ) : IApiResponse
return IApiResponse