Class: CTFC::API::Cryptocompare

Inherits:
ApiTemplate show all
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.

See Also:

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

ApiTemplate::MAX_RETRY

Instance Attribute Summary

Attributes inherited from ApiTemplate

#response

Method Summary

Methods inherited from ApiTemplate

[], #initialize

Constructor Details

This class inherits a constructor from CTFC::API::ApiTemplate