Module: Coincap

Defined in:
lib/coincap.rb,
lib/coincap/rates.rb,
lib/coincap/helper.rb,
lib/coincap/markets.rb,
lib/coincap/version.rb,
lib/coincap/exchanges.rb,
lib/coincap/assets_price.rb

Overview

CoinCap 2.0 RESTful API is currently in production! The CoinCap team is excited to offer you new endpoints and more clarity on pricing! CoinCap 2.0 launched on September 26, 2018. Please let us know what you like, what you would hope to see, or any bugs/changes that you’d like to document. The easiest way to submit feedback to our team is to fill out a support ticket here. The old CoinCap API is deprecated and was shut down on March 1, 2019. For any issues with transitioning from the old CoinCap API to the new, please submit feedback via the zendesk link above!

Defined Under Namespace

Modules: AssetsPrice, Exchanges, Helper, Markets, Rates Classes: Configuration

Constant Summary collapse

VERSION =
'0.1.2'

Class Method Summary collapse

Class Method Details

.configure {|@config| ... } ⇒ Object

Configuration the Coincap API

Yields:

  • (@config)


35
36
37
# File 'lib/coincap.rb', line 35

def self.configure
  yield @config
end