Method | Description | |
---|---|---|
CreateClient ( |
||
CreateClientSync ( |
||
DeleteClient ( string clientId ) : Task |
||
DeleteClientSync ( string clientId ) : |
||
IuguApiClient ( IRestClient httpClient = default(RestClient), string baseUrl = "https://api.iugu.com/v1" ) : System | ||
UpdateClient ( |
||
UpdateClientSync ( |
Method | Description | |
---|---|---|
CreateRequest ( string resource, Method method ) : IRestRequest | ||
PostClient ( |
||
PutClient ( |
public CreateClient ( |
||
client | ||
return | Task |
public CreateClientSync ( |
||
client | ||
return |
public DeleteClient ( string clientId ) : Task |
||
clientId | string | |
return | Task |
public DeleteClientSync ( string clientId ) : |
||
clientId | string | |
return |
public IuguApiClient ( IRestClient httpClient = default(RestClient), string baseUrl = "https://api.iugu.com/v1" ) : System | ||
httpClient | IRestClient | |
baseUrl | string | |
return | System |
public UpdateClient ( |
||
client | ||
return | Task |
public UpdateClientSync ( |
||
client | ||
return |