dyspatch_client 4.0.0 → 5.0.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 (51) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +8 -8
  4. data/docs/DraftsApi.md +22 -22
  5. data/docs/LocalizationMetaRead.md +7 -5
  6. data/docs/LocalizationRead.md +5 -3
  7. data/docs/LocalizationsApi.md +3 -3
  8. data/docs/TemplatesApi.md +6 -6
  9. data/dyspatch_client.gemspec +4 -4
  10. data/lib/dyspatch_client.rb +3 -3
  11. data/lib/dyspatch_client/api/drafts_api.rb +28 -26
  12. data/lib/dyspatch_client/api/localizations_api.rb +7 -7
  13. data/lib/dyspatch_client/api/templates_api.rb +10 -10
  14. data/lib/dyspatch_client/api_client.rb +3 -3
  15. data/lib/dyspatch_client/api_error.rb +3 -3
  16. data/lib/dyspatch_client/configuration.rb +3 -3
  17. data/lib/dyspatch_client/models/api_error.rb +3 -3
  18. data/lib/dyspatch_client/models/compiled_read.rb +3 -3
  19. data/lib/dyspatch_client/models/cursor.rb +3 -3
  20. data/lib/dyspatch_client/models/draft_meta_read.rb +3 -3
  21. data/lib/dyspatch_client/models/draft_read.rb +3 -3
  22. data/lib/dyspatch_client/models/drafts_read.rb +3 -3
  23. data/lib/dyspatch_client/models/inline_object.rb +3 -3
  24. data/lib/dyspatch_client/models/localization_key_read.rb +3 -3
  25. data/lib/dyspatch_client/models/localization_meta_read.rb +35 -23
  26. data/lib/dyspatch_client/models/localization_read.rb +26 -14
  27. data/lib/dyspatch_client/models/template_meta_read.rb +3 -3
  28. data/lib/dyspatch_client/models/template_read.rb +3 -3
  29. data/lib/dyspatch_client/models/templates_read.rb +3 -3
  30. data/lib/dyspatch_client/version.rb +4 -4
  31. data/spec/api/drafts_api_spec.rb +11 -11
  32. data/spec/api/localizations_api_spec.rb +3 -3
  33. data/spec/api/templates_api_spec.rb +4 -4
  34. data/spec/api_client_spec.rb +2 -2
  35. data/spec/configuration_spec.rb +13 -11
  36. data/spec/integration_spec.rb +1 -1
  37. data/spec/models/api_error_spec.rb +2 -2
  38. data/spec/models/compiled_read_spec.rb +2 -2
  39. data/spec/models/cursor_spec.rb +2 -2
  40. data/spec/models/draft_meta_read_spec.rb +2 -2
  41. data/spec/models/draft_read_spec.rb +2 -2
  42. data/spec/models/drafts_read_spec.rb +2 -2
  43. data/spec/models/inline_object_spec.rb +2 -2
  44. data/spec/models/localization_key_read_spec.rb +2 -2
  45. data/spec/models/localization_meta_read_spec.rb +12 -6
  46. data/spec/models/localization_read_spec.rb +9 -3
  47. data/spec/models/template_meta_read_spec.rb +2 -2
  48. data/spec/models/template_read_spec.rb +2 -2
  49. data/spec/models/templates_read_spec.rb +2 -2
  50. data/spec/spec_helper.rb +2 -2
  51. metadata +10 -10
@@ -3,10 +3,10 @@
3
3
 
4
4
  ## Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby)
5
5
 
6
- The version of the OpenAPI document: 2019.10
6
+ The version of the OpenAPI document: 2020.04
7
7
  Contact: support@dyspatch.io
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  ## Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby)
5
5
 
6
- The version of the OpenAPI document: 2019.10
6
+ The version of the OpenAPI document: 2020.04
7
7
  Contact: support@dyspatch.io
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  ## Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby)
5
5
 
6
- The version of the OpenAPI document: 2019.10
6
+ The version of the OpenAPI document: 2020.04
7
7
  Contact: support@dyspatch.io
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  ## Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang) - [Ruby](https://github.com/getdyspatch/dyspatch-ruby)
5
5
 
6
- The version of the OpenAPI document: 2019.10
6
+ The version of the OpenAPI document: 2020.04
7
7
  Contact: support@dyspatch.io
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dyspatch_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dyspatch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-20 00:00:00.000000000 Z
11
+ date: 2020-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -70,15 +70,15 @@ dependencies:
70
70
  - - "~>"
71
71
  - !ruby/object:Gem::Version
72
72
  version: '3.6'
73
- description: "# Introduction The Dyspatch API is based on the REST paradigm, and
74
- features resource based URLs with standard HTTP response codes to indicate errors.
75
- We use standard HTTP authentication and request verbs, and all responses are JSON
76
- formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/)
77
- for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch
78
- provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java)
73
+ description: "# Introduction The Dyspatch API is based on the REST paradigm, and features
74
+ resource based URLs with standard HTTP response codes to indicate errors. We use
75
+ standard HTTP authentication and request verbs, and all responses are JSON formatted.
76
+ See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/)
77
+ for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch
78
+ provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java)
79
79
  - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python)
80
80
  - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang)
81
- - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) "
81
+ - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) "
82
82
  email:
83
83
  - support@dyspatch.io
84
84
  executables: []
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  - !ruby/object:Gem::Version
167
167
  version: '0'
168
168
  requirements: []
169
- rubygems_version: 3.0.6
169
+ rubygems_version: 3.0.3
170
170
  signing_key:
171
171
  specification_version: 4
172
172
  summary: Dyspatch is an email production platform that helps teams create and change