CoinpaprikaClient Members
The CoinpaprikaClient type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CoinpaprikaClient |
Initializes a new instance of the CoinpaprikaClient class.
Using an API key is optional but highly recommended since the free tier is very limited. Using a logger is optional but recommended. This can be supplied via dependency injection. |
Properties
Name | Description | |
---|---|---|
![]() |
Coins |
Provides access to the Coins API calls. An instance of CoinsImp. |
![]() |
Contracts |
Provides access to the Contracts API calls. An instance of ContractsImp. |
![]() |
CPRestClient |
The RestSharp client instance used to make the API calls.
This is exposed in case you wish to change options such as use a proxy.
|
![]() |
Exchanges |
Provides access to the Exchanges API calls. An instance of ExchangesImp. |
![]() |
Global |
Provides access to the Global API calls. An instance of GlobalImp. |
![]() |
IsCacheEnabled |
Gets or sets whether this instance is using response caching. Caching is enabled by default. |
![]() |
Key |
Provides access to the Key API calls. An instance of KeyImp. |
![]() |
Persons |
Provides access to the Persons API calls. An instance of PersonsImp. |
![]() |
Tags |
Provides access to the Tags API calls. An instance of TagsImp. |
![]() |
Tickers |
Provides access to the Tickers API calls. An instance of TickersImp. |
![]() |
Tools |
Provides access to the Tools API calls. An instance of ToolsImp. |