Sha256: 577b47e3ce72959e78a12e8fc1f6ea0ce6818f5b3de6e6ee9b7b6f7fcbd8b215

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 Bytes

Contents

require 'gatecoin-api/version'
require 'gatecoin-api/client'

module GatecoinAPI
  TEST_URL       = 'https://staging.gatecoin.com'
  PRODUCTION_URL = 'https://gatecoin.com'

  class << self
    attr_accessor :logger, :logger_options # https://github.com/lostisland/faraday/blob/master/lib/faraday/response/logger.rb
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gatecoin-api-0.1.0 lib/gatecoin-api.rb