form_api 1.3.0 → 1.4.0

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.
Files changed (68) hide show
  1. checksums.yaml +5 -5
  2. data/.swagger-codegen-ignore +31 -0
  3. data/.swagger-codegen/VERSION +1 -0
  4. data/.swagger-revision +1 -0
  5. data/.travis.yml +8 -0
  6. data/Gemfile.lock +3 -2
  7. data/LICENSE +7 -0
  8. data/README.md +10 -6
  9. data/docs/PDFApi.md +152 -0
  10. data/form_api.gemspec +3 -2
  11. data/lib/form_api.rb +3 -2
  12. data/lib/form_api/api/pdf_api.rb +165 -2
  13. data/lib/form_api/api_client.rb +2 -2
  14. data/lib/form_api/api_error.rb +2 -2
  15. data/lib/form_api/configuration.rb +2 -2
  16. data/lib/form_api/models/authentication_error.rb +2 -2
  17. data/lib/form_api/models/authentication_success_response.rb +2 -2
  18. data/lib/form_api/models/combined_submission.rb +2 -2
  19. data/lib/form_api/models/combined_submission_data.rb +2 -2
  20. data/lib/form_api/models/create_combined_submission_response.rb +2 -2
  21. data/lib/form_api/models/create_submission_batch_response.rb +2 -2
  22. data/lib/form_api/models/create_submission_batch_submissions_response.rb +2 -2
  23. data/lib/form_api/models/create_submission_data.rb +2 -2
  24. data/lib/form_api/models/create_submission_data_batch_request.rb +2 -2
  25. data/lib/form_api/models/create_submission_data_batch_v1.rb +2 -2
  26. data/lib/form_api/models/create_submission_data_request_data.rb +2 -2
  27. data/lib/form_api/models/create_submission_data_request_token_response.rb +2 -2
  28. data/lib/form_api/models/create_submission_data_request_token_response_token.rb +2 -2
  29. data/lib/form_api/models/create_submission_response.rb +2 -2
  30. data/lib/form_api/models/error.rb +2 -2
  31. data/lib/form_api/models/invalid_request.rb +2 -2
  32. data/lib/form_api/models/submission.rb +2 -2
  33. data/lib/form_api/models/submission_batch.rb +2 -2
  34. data/lib/form_api/models/submission_batch_data.rb +2 -2
  35. data/lib/form_api/models/submission_data_request.rb +2 -2
  36. data/lib/form_api/models/template.rb +2 -2
  37. data/lib/form_api/models/update_data_request_response.rb +2 -2
  38. data/lib/form_api/models/update_submission_data_request_data.rb +2 -2
  39. data/lib/form_api/version.rb +3 -3
  40. data/spec/api/pdf_api_integration_spec.rb +2 -2
  41. data/spec/api/pdf_api_spec_original.skipped.rb +40 -2
  42. data/spec/api_client_spec.rb +2 -2
  43. data/spec/configuration_spec.rb +2 -2
  44. data/spec/models/authentication_error_spec.rb +2 -2
  45. data/spec/models/authentication_success_response_spec.rb +2 -2
  46. data/spec/models/combined_submission_data_spec.rb +2 -2
  47. data/spec/models/combined_submission_spec.rb +2 -2
  48. data/spec/models/create_combined_submission_response_spec.rb +2 -2
  49. data/spec/models/create_submission_batch_response_spec.rb +2 -2
  50. data/spec/models/create_submission_batch_submissions_response_spec.rb +2 -2
  51. data/spec/models/create_submission_data_batch_request_spec.rb +2 -2
  52. data/spec/models/create_submission_data_batch_v1_spec.rb +2 -2
  53. data/spec/models/create_submission_data_request_data_spec.rb +2 -2
  54. data/spec/models/create_submission_data_request_token_response_spec.rb +2 -2
  55. data/spec/models/create_submission_data_request_token_response_token_spec.rb +2 -2
  56. data/spec/models/create_submission_data_spec.rb +2 -2
  57. data/spec/models/create_submission_response_spec.rb +2 -2
  58. data/spec/models/error_spec.rb +2 -2
  59. data/spec/models/invalid_request_spec.rb +2 -2
  60. data/spec/models/submission_batch_data_spec.rb +2 -2
  61. data/spec/models/submission_batch_spec.rb +2 -2
  62. data/spec/models/submission_data_request_spec.rb +2 -2
  63. data/spec/models/submission_spec.rb +2 -2
  64. data/spec/models/template_spec.rb +2 -2
  65. data/spec/models/update_data_request_response_spec.rb +2 -2
  66. data/spec/models/update_submission_data_request_data_spec.rb +2 -2
  67. data/spec/spec_helper.rb +2 -2
  68. metadata +28 -3
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #API V1
2
+ #API v1
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FormAPI is a service that helps you fill out and sign PDF templates.
5
5
 
6
6
  OpenAPI spec version: v1
7
7
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: form_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Form Applications, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-30 00:00:00.000000000 Z
11
+ date: 2018-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -30,6 +30,26 @@ dependencies:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.0.1
33
+ - !ruby/object:Gem::Dependency
34
+ name: ffi
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.0'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 1.9.24
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '1.0'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 1.9.24
33
53
  - !ruby/object:Gem::Dependency
34
54
  name: json
35
55
  requirement: !ruby/object:Gem::Requirement
@@ -202,8 +222,13 @@ files:
202
222
  - ".openapi-generator/VERSION"
203
223
  - ".rspec"
204
224
  - ".rubocop.yml"
225
+ - ".swagger-codegen-ignore"
226
+ - ".swagger-codegen/VERSION"
227
+ - ".swagger-revision"
228
+ - ".travis.yml"
205
229
  - Gemfile
206
230
  - Gemfile.lock
231
+ - LICENSE
207
232
  - README.md
208
233
  - Rakefile
209
234
  - docs/AuthenticationError.md
@@ -311,7 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
311
336
  version: '0'
312
337
  requirements: []
313
338
  rubyforge_project:
314
- rubygems_version: 2.6.14
339
+ rubygems_version: 2.7.6
315
340
  signing_key:
316
341
  specification_version: 4
317
342
  summary: FormAPI API Client