Module: BitPay

Defined in:
lib/bitpay/version.rb,
lib/bitpay_sdk.rb,
lib/bitpay/client.rb,
lib/bitpay/rest_connector.rb

Overview

license Copyright 2011-2019 BitPay, Inc., MIT License see opensource.org/licenses/MIT or github.com/bitpay/php-bitpay-client/blob/master/LICENSE

Defined Under Namespace

Modules: RestConnector, SDK Classes: BitPayError, ConnectionError

Constant Summary collapse

CA_FILE =

Location of SSL Certificate Authority File As sourced from curl.haxx.se/ca/cacert.pem

File.join File.dirname(__FILE__), 'bitpay','cacert.pem'
API_URI =

Location of API

'https://bitpay.com'
TEST_API_URI =
'https://test.bitpay.com'
CLIENT_REGISTRATION_PATH =
'/api-access-request'
USER_AGENT =

User agent reported to API

'BitPay_Ruby_Client_v'+VERSION
VERSION =
'2.5.1905'