Sha256: f1588277e646ba4d82e26991539da4b95ed944e259d11223c630c3de31541410
Contents?: true
Size: 949 Bytes
Versions: 1
Compression:
Stored size: 949 Bytes
Contents
# ReportingCloud Ruby Wrapper # # Official wrapper (authored by Text Control GmbH, publisher of ReportingCloud) to access # ReportingCloud in Ruby. # # Go to http://www.reporting.cloud to learn more about ReportingCloud # Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the # canonical source repository. # # License: https://raw.githubusercontent.com/TextControl/txtextcontrol-reportingcloud-ruby/master/LICENSE.md # # Copyright: © 2016 Text Control GmbH require "txtextcontrol/reportingcloud/version" require_relative "./reportingcloud/reportingcloud.rb" # The TXTextControl module. module TXTextControl # The ReportingCloud module. module ReportingCloud # Default API base url. DEFAULT_BASE_URI = "http://api.reporting.cloud" # Default API version. DEFAULT_VERSION = "v1" # Default http request timeout in seconds. DEFAULT_TIMEOUT = 10 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
txtextcontrol-reportingcloud-1.0.0 | lib/txtextcontrol/reportingcloud.rb |