CoinGeckoClient Constructor

Initializes a new instance of the CoinGeckoClient class.

Namespace:  CoinGeckoAPI
Assembly:  CoinGeckoAPI (in CoinGeckoAPI.dll)

Syntax


public CoinGeckoClient(
	ILogger<CoinGeckoClient> logger,
	string apiKey
)
Public Sub New ( _
	logger As ILogger(Of CoinGeckoClient), _
	apiKey As String _
)

Parameters

logger
Type: ILogger<(Of <(<'CoinGeckoClient>)>)>
The logger.
apiKey
Type: String