Sha256: 2593c7978c2b3249754b9217960f93cedff33d925c3e6b04ad6e457dc13232d1
Contents?: true
Size: 464 Bytes
Versions: 4
Compression:
Stored size: 464 Bytes
Contents
# @Author: Esteban GONZALEZ <esteban> # @Date: Sunday, November 5th 2017, 12:45:58 pm # @Email: gonzal_e@etna-alternance.net # @Project: RubyCryptowatch # @Last modified by: esteban # @Last modified time: Sunday, November 5th 2017, 2:29:20 pm module Cryptowatch module Pairs API_URL = "#{Api::API_BASE_URL}/pairs" def self.index return API_URL end def self.pair(pair) return Api::format_url(API_URL, pair) end end end
Version data entries
4 entries across 4 versions & 2 rubygems