txtextcontrol-reportingcloud 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/core_ext/string.rb +3 -3
- data/lib/txtextcontrol/reportingcloud.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/account_settings.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/api_key.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/append_body.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/append_document.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/document_settings.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/find_and_replace_body.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/incorrect_word.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/merge_block.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/merge_body.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/merge_field.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/merge_settings.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/reportingcloud.rb +8 -8
- data/lib/txtextcontrol/reportingcloud/template.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/template_data_validator.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/template_info.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/template_name_validator.rb +3 -3
- data/lib/txtextcontrol/reportingcloud/version.rb +4 -4
- data/txtextcontrol-reportingcloud.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c83f5a916e35a2ddf2316ad122b9e9f43cfbd66
|
|
4
|
+
data.tar.gz: 1b9bd1a7d3b3cb6f9e5a898d96068aaccdcdfd41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 878673495882c678ca5d1d3d502ae28e3204d9354a0d5a6de40c77ed07b1d54e546d665b408a9ceb9a1ab9f37a319ff2ac44872a7dd6434a9c87bcc45c16edb0
|
|
7
|
+
data.tar.gz: c93d963b205e09229ea8571173f5b1157f6e33c775f298747fcd9ac511cc1ea0fd23268ae2c4f52d17067deda3f9f6e051bd7e8b12caf2641426f6ca08835cd5
|
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
# ReportingCloud Ruby
|
|
3
|
+
# ReportingCloud Ruby SDK
|
|
4
4
|
|
|
5
5
|
[](https://badge.fury.io/rb/txtextcontrol-reportingcloud)
|
|
6
6
|
|
|
7
|
-
This is the official Ruby
|
|
7
|
+
This is the official Ruby SDK for the ReportingCloud Web API. It is authored, maintained and fully supported by [Text Control](http://www.textcontrol.com).
|
|
8
8
|
|
|
9
9
|
[http://www.reporting.cloud](http://www.reporting.cloud)
|
|
10
10
|
|
data/lib/core_ext/string.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -30,7 +30,7 @@ require 'core_ext/string'
|
|
|
30
30
|
module TXTextControl
|
|
31
31
|
module ReportingCloud
|
|
32
32
|
|
|
33
|
-
# The main
|
|
33
|
+
# The main class.
|
|
34
34
|
# @attr username [String] The user name.
|
|
35
35
|
# @attr password [String] The password.
|
|
36
36
|
# @attr base_uri [String] The API base url. Is set to "+https://api.reporting.cloud+"
|
|
@@ -89,7 +89,7 @@ module TXTextControl
|
|
|
89
89
|
# Merges and returns a template from the template storage or an
|
|
90
90
|
# uploaded template with JSON data.
|
|
91
91
|
# @param return_format [Symbol] The format of the created document. Possible
|
|
92
|
-
# values are +:pdf+, +:rtf+, +:doc+, +:docx+, +:html+ and +:
|
|
92
|
+
# values are +:pdf+, +:rtf+, +:doc+, +:docx+, +:html+, +:tx+ and +:txt+.
|
|
93
93
|
# @param merge_body [MergeBody] The MergeBody object contains the datasource
|
|
94
94
|
# as a JSON data object and optionally, a template encoded as a Base64 string.
|
|
95
95
|
# @param template_name [String] The name of the template in the template storage.
|
|
@@ -131,7 +131,7 @@ module TXTextControl
|
|
|
131
131
|
# @param append_body [TXTextControl::ReportingCloud::AppendBody] The AppendBody object
|
|
132
132
|
# contains the templates and a DocumentSettings object.
|
|
133
133
|
# @param return_format [Symbol] The format of the created document. Possible
|
|
134
|
-
# values are +:pdf+, +:rtf+, +:doc+, +:docx+, +:html+ and +:
|
|
134
|
+
# values are +:pdf+, +:rtf+, +:doc+, +:docx+, +:html+, +:tx+ and +:txt+.
|
|
135
135
|
# @param test [Boolean] Specifies whether it is a test run or not. A test run is
|
|
136
136
|
# not counted against the quota and created documents contain a watermark.
|
|
137
137
|
# @return [String] The resulting document as a Base64 string.
|
|
@@ -285,7 +285,7 @@ module TXTextControl
|
|
|
285
285
|
# @param template_data [String] The source document encoded as a Base64 string.
|
|
286
286
|
# The supported document formats are +.rtf+, +.doc+, +.docx+, +.html+, +.pdf+ and +.tx+.
|
|
287
287
|
# @param return_format [Symbol] The format of the created document.
|
|
288
|
-
# Possible values are: +:pdf+, +:rtf+, +:doc+, +:docx+, +:html+ and +:
|
|
288
|
+
# Possible values are: +:pdf+, +:rtf+, +:doc+, +:docx+, +:html+, +:tx+ and +:txt+.
|
|
289
289
|
# @param test [Boolean] Specifies whether it is a test run or not. A test run is not
|
|
290
290
|
# counted against the quota and created documents contain a watermark.
|
|
291
291
|
# @return [String] The created document encoded as a Base64 string.
|
|
@@ -331,7 +331,7 @@ module TXTextControl
|
|
|
331
331
|
# If no template is specified, the template must be included in the FindAndReplaceBody
|
|
332
332
|
# object of this request.
|
|
333
333
|
# @param return_format [Symbol] The format of the created document.
|
|
334
|
-
# Possible values are: +:pdf+, +:rtf+, +:doc+, +:docx+, +:html+ and +:
|
|
334
|
+
# Possible values are: +:pdf+, +:rtf+, +:doc+, +:docx+, +:html+, +:tx+ and +:txt+.
|
|
335
335
|
# @param test [Boolean] Specifies whether it is a test run or not. A test run is not
|
|
336
336
|
# counted against the quota and created documents contain a watermark.
|
|
337
337
|
# @return [String] The created document encoded as a Base64 string.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# ReportingCloud Ruby
|
|
1
|
+
# ReportingCloud Ruby SDK
|
|
2
2
|
#
|
|
3
|
-
# Official
|
|
4
|
-
#
|
|
3
|
+
# Official Ruby SDK for the ReportingCloud Web API. Authored, maintained and fully supported
|
|
4
|
+
# by Text Control GmbH. (http://www.textcontrol.com).
|
|
5
5
|
#
|
|
6
6
|
# Go to http://www.reporting.cloud to learn more about ReportingCloud
|
|
7
7
|
# Go to https://github.com/TextControl/txtextcontrol-reportingcloud-ruby for the
|
|
@@ -13,6 +13,6 @@
|
|
|
13
13
|
|
|
14
14
|
module TXTextControl
|
|
15
15
|
module ReportingCloud
|
|
16
|
-
VERSION = "1.2.
|
|
16
|
+
VERSION = "1.2.1"
|
|
17
17
|
end
|
|
18
18
|
end
|
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Thorsten Kummerow"]
|
|
10
10
|
spec.email = ["thorsten@textcontrol.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = "ReportingCloud Ruby
|
|
13
|
-
spec.description = "Official
|
|
12
|
+
spec.summary = "ReportingCloud Ruby SDK"
|
|
13
|
+
spec.description = "Official Ruby SDK for the ReportingCloud Web API. Authored and supported by Text Control GmbH."
|
|
14
14
|
spec.homepage = "http://www.reporting.cloud"
|
|
15
15
|
spec.licenses = ["BSD-2-Clause"]
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: txtextcontrol-reportingcloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thorsten Kummerow
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -52,8 +52,8 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
|
-
description: Official
|
|
56
|
-
|
|
55
|
+
description: Official Ruby SDK for the ReportingCloud Web API. Authored and supported
|
|
56
|
+
by Text Control GmbH.
|
|
57
57
|
email:
|
|
58
58
|
- thorsten@textcontrol.com
|
|
59
59
|
executables: []
|
|
@@ -116,5 +116,5 @@ rubyforge_project:
|
|
|
116
116
|
rubygems_version: 2.5.2
|
|
117
117
|
signing_key:
|
|
118
118
|
specification_version: 4
|
|
119
|
-
summary: ReportingCloud Ruby
|
|
119
|
+
summary: ReportingCloud Ruby SDK
|
|
120
120
|
test_files: []
|