C# Class Transloadit.ApiRequest

Sends request to REST API service, then handles the response, which will be represented in an IApiResponse implementation
Inheritance: IApiRequest
Afficher le fichier Open project: nkranitz/transloadit-csharp-sdk

Méthodes publiques

Méthode Description
ApiRequest ( ) : System

Set the request method to GET as default

Execute ( ) : IApiResponse

Executes the current requests and gets the result

Private Methods

Méthode Description
BuildUri ( ) : void

Builds up the URL based on the current attributes

Method Details

ApiRequest() public méthode

Set the request method to GET as default
public ApiRequest ( ) : System
Résultat System

Execute() public méthode

Executes the current requests and gets the result
public Execute ( ) : IApiResponse
Résultat IApiResponse