cloudmersive-convert-api-client 2.2.4 → 2.2.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51382a8bbaf965dc823543394e2994c9e1ffe8d10f58da92f609521a474636ff
|
4
|
+
data.tar.gz: 29bd7d56a264fdb5d7543285d30fc13358a5488d1201f4eedba231e4bffee9ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c51daf63a154f1d6b0c2dce4c64c84e562b65a1e70b54039aec31c3a4651ed87cbcc1815ded5156020e051a5c2c9a771fb7d996edb01714a6e3dfeaa7b11fe3
|
7
|
+
data.tar.gz: 42afc653a97fc3ea815c639cc833401ecf8f75f666265498e9275617913f591c95a450a6c750809128a64215c3eb71c8e051aad043961781de9e208403afdfeb
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Convert API lets you effortlessly convert file formats and types.
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
8
8
|
|
9
9
|
- API version: v1
|
10
|
-
- Package version: 2.2.
|
10
|
+
- Package version: 2.2.5
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,15 +23,15 @@ gem build cloudmersive-convert-api-client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./cloudmersive-convert-api-client-2.2.
|
26
|
+
gem install ./cloudmersive-convert-api-client-2.2.5.gem
|
27
27
|
```
|
28
|
-
(for development, run `gem install --dev ./cloudmersive-convert-api-client-2.2.
|
28
|
+
(for development, run `gem install --dev ./cloudmersive-convert-api-client-2.2.5.gem` to install the development dependencies)
|
29
29
|
|
30
30
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
31
31
|
|
32
32
|
Finally add this to the Gemfile:
|
33
33
|
|
34
|
-
gem 'cloudmersive-convert-api-client', '~> 2.2.
|
34
|
+
gem 'cloudmersive-convert-api-client', '~> 2.2.5'
|
35
35
|
|
36
36
|
### Install from Git
|
37
37
|
|
@@ -251,7 +251,7 @@ Name | Type | Description | Notes
|
|
251
251
|
|
252
252
|
|
253
253
|
# **transform_document_docx_table_fill_in_multi**
|
254
|
-
>
|
254
|
+
> String transform_document_docx_table_fill_in_multi(request)
|
255
255
|
|
256
256
|
Fill in data in multiple tables in a Word DOCX document, return result
|
257
257
|
|
@@ -291,7 +291,7 @@ Name | Type | Description | Notes
|
|
291
291
|
|
292
292
|
### Return type
|
293
293
|
|
294
|
-
**
|
294
|
+
**String**
|
295
295
|
|
296
296
|
### Authorization
|
297
297
|
|
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
|
|
300
300
|
### HTTP request headers
|
301
301
|
|
302
302
|
- **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
|
303
|
-
- **Accept**: application/
|
303
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
304
304
|
|
305
305
|
|
306
306
|
|
@@ -269,7 +269,7 @@ module CloudmersiveConvertApiClient
|
|
269
269
|
# Replace placeholder rows in multiple tables in an Office Word Document (docx) using one or more templates
|
270
270
|
# @param request
|
271
271
|
# @param [Hash] opts the optional parameters
|
272
|
-
# @return [
|
272
|
+
# @return [String]
|
273
273
|
def transform_document_docx_table_fill_in_multi(request, opts = {})
|
274
274
|
data, _status_code, _headers = transform_document_docx_table_fill_in_multi_with_http_info(request, opts)
|
275
275
|
data
|
@@ -279,7 +279,7 @@ module CloudmersiveConvertApiClient
|
|
279
279
|
# Replace placeholder rows in multiple tables in an Office Word Document (docx) using one or more templates
|
280
280
|
# @param request
|
281
281
|
# @param [Hash] opts the optional parameters
|
282
|
-
# @return [Array<(
|
282
|
+
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
283
283
|
def transform_document_docx_table_fill_in_multi_with_http_info(request, opts = {})
|
284
284
|
if @api_client.config.debugging
|
285
285
|
@api_client.config.logger.debug 'Calling API: TransformDocumentApi.transform_document_docx_table_fill_in_multi ...'
|
@@ -297,7 +297,7 @@ module CloudmersiveConvertApiClient
|
|
297
297
|
# header parameters
|
298
298
|
header_params = {}
|
299
299
|
# HTTP header 'Accept' (if needed)
|
300
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/
|
300
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/json', 'application/xml', 'text/xml'])
|
301
301
|
# HTTP header 'Content-Type'
|
302
302
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'text/json', 'application/xml', 'text/xml', 'application/x-www-form-urlencoded'])
|
303
303
|
|
@@ -313,7 +313,7 @@ module CloudmersiveConvertApiClient
|
|
313
313
|
:form_params => form_params,
|
314
314
|
:body => post_body,
|
315
315
|
:auth_names => auth_names,
|
316
|
-
:return_type => '
|
316
|
+
:return_type => 'String')
|
317
317
|
if @api_client.config.debugging
|
318
318
|
@api_client.config.logger.debug "API called: TransformDocumentApi#transform_document_docx_table_fill_in_multi\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
319
319
|
end
|
@@ -93,7 +93,7 @@ describe 'TransformDocumentApi' do
|
|
93
93
|
# Replace placeholder rows in multiple tables in an Office Word Document (docx) using one or more templates
|
94
94
|
# @param request
|
95
95
|
# @param [Hash] opts the optional parameters
|
96
|
-
# @return [
|
96
|
+
# @return [String]
|
97
97
|
describe 'transform_document_docx_table_fill_in_multi test' do
|
98
98
|
it 'should work' do
|
99
99
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudmersive-convert-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cloudmersive
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-09-
|
11
|
+
date: 2021-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|