Class: CTFC::API::Cryptocompare
- Inherits:
-
ApiTemplate
- Object
- ApiTemplate
- CTFC::API::Cryptocompare
- Defined in:
- lib/ctfc/api/cryptocompare.rb
Overview
Source file for cryptocompare api. Initialize will automatically call #process, to send request after all attributes and variables are configured.
Constant Summary collapse
- BASE_URL =
Cryptocompare API base url, where we add coins and fiat currency.
'https://min-api.cryptocompare.com/data/pricemultifull?'
Constants inherited from ApiTemplate
Instance Attribute Summary
Attributes inherited from ApiTemplate
Method Summary
Methods inherited from ApiTemplate
Constructor Details
This class inherits a constructor from CTFC::API::ApiTemplate