Sha256: a175f0044a0c67ab8cbb307c50d551c6c2bba4bd887709856cd1d69968801892
Contents?: true
Size: 950 Bytes
Versions: 1
Compression:
Stored size: 950 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: © 2019 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 = "https://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.2.0 | lib/txtextcontrol/reportingcloud.rb |