module Cryptowatch::Api
Constants
- API_BASE_URL
- VERSION
- VERSION_FORMAT
Public Class Methods
format_url(*args)
click to toggle source
# File lib/cryptowatch/api/api.rb, line 13 def self.format_url(*args) args -= [nil] return args.join'/' end