CoinpaprikaClient Members

The CoinpaprikaClient type exposes the following members.

Constructors


  Name Description
Public method 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.

Methods


  Name Description
Public method Dispose()()()()

Properties


  Name Description
Public property Coins

Provides access to the Coins API calls.

An instance of CoinsImp.
Public property Contracts

Provides access to the Contracts API calls.

An instance of ContractsImp.
Public property 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.
Public property Exchanges

Provides access to the Exchanges API calls.

An instance of ExchangesImp.
Public property Global

Provides access to the Global API calls.

An instance of GlobalImp.
Public property IsCacheEnabled

Gets or sets whether this instance is using response caching.

Caching is enabled by default.

Public property Key

Provides access to the Key API calls.

An instance of KeyImp.
Public property Persons

Provides access to the Persons API calls.

An instance of PersonsImp.
Public property Tags

Provides access to the Tags API calls.

An instance of TagsImp.
Public property Tickers

Provides access to the Tickers API calls.

An instance of TickersImp.
Public property Tools

Provides access to the Tools API calls.

An instance of ToolsImp.