C# Class PaymillWrapper.Utils.HttpClientRest

Inheritance: System.Net.Http.HttpClient
ファイルを表示 Open project: paymill/paymill-net Class Usage Examples

Public Methods

Method Description
HttpClientRest ( string apiUrl, string apiKey ) : Newtonsoft.Json.Linq

Create an HttpClientRest-object

Method Details

HttpClientRest() public method

Create an HttpClientRest-object
public HttpClientRest ( string apiUrl, string apiKey ) : Newtonsoft.Json.Linq
apiUrl string API Endpoint URL
apiKey string Private key
return Newtonsoft.Json.Linq