Sha256: 73a58d236ba41a68258aeaa597dc28430f4d0dfacb90cf32e21ea6264ec51737
Contents?: true
Size: 950 Bytes
Versions: 2
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: © 2017 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
txtextcontrol-reportingcloud-1.1.1 | lib/txtextcontrol/reportingcloud.rb |
txtextcontrol-reportingcloud-1.0.3 | lib/txtextcontrol/reportingcloud.rb |