Module: Zuora::Rest

Defined in:
lib/zuora/rest.rb,
lib/zuora/rest/client.rb

Defined Under Namespace

Classes: Client, ErrorResponse

Constant Summary collapse

API_URL =
'https://api.zuora.com/rest/v1/'.freeze
SANDBOX_URL =
'https://apisandbox-api.zuora.com/rest/v1/'.freeze
ConnectionError =

Unable to connect. Check username / password

Class.new Errors::GenericError