dyspatch_client 3.0.0 → 6.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 (109) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -1
  3. data/README.md +45 -53
  4. data/Rakefile +2 -0
  5. data/docs/APIError.md +13 -2
  6. data/docs/CompiledRead.md +15 -0
  7. data/docs/Cursor.md +11 -1
  8. data/docs/DraftMetaRead.md +14 -1
  9. data/docs/DraftRead.md +17 -1
  10. data/docs/DraftsApi.md +140 -131
  11. data/docs/DraftsRead.md +12 -2
  12. data/docs/{Body.md → InlineObject.md} +10 -1
  13. data/docs/LocalizationKeyRead.md +10 -0
  14. data/docs/LocalizationMetaRead.md +15 -2
  15. data/docs/LocalizationRead.md +19 -1
  16. data/docs/LocalizationsApi.md +75 -13
  17. data/docs/TemplateMetaRead.md +16 -1
  18. data/docs/TemplateRead.md +17 -1
  19. data/docs/TemplatesApi.md +40 -36
  20. data/docs/TemplatesRead.md +11 -1
  21. data/dyspatch_client.gemspec +5 -11
  22. data/lib/dyspatch_client.rb +5 -20
  23. data/lib/dyspatch_client/api/drafts_api.rb +375 -234
  24. data/lib/dyspatch_client/api/localizations_api.rb +135 -31
  25. data/lib/dyspatch_client/api/templates_api.rb +99 -65
  26. data/lib/dyspatch_client/api_client.rb +46 -47
  27. data/lib/dyspatch_client/api_error.rb +23 -4
  28. data/lib/dyspatch_client/configuration.rb +48 -9
  29. data/lib/dyspatch_client/models/api_error.rb +46 -22
  30. data/lib/dyspatch_client/models/compiled_read.rb +56 -67
  31. data/lib/dyspatch_client/models/cursor.rb +43 -20
  32. data/lib/dyspatch_client/models/draft_meta_read.rb +49 -35
  33. data/lib/dyspatch_client/models/draft_read.rb +49 -25
  34. data/lib/dyspatch_client/models/drafts_read.rb +42 -19
  35. data/lib/dyspatch_client/models/{body.rb → inline_object.rb} +40 -17
  36. data/lib/dyspatch_client/models/localization_key_read.rb +41 -17
  37. data/lib/dyspatch_client/models/localization_meta_read.rb +62 -36
  38. data/lib/dyspatch_client/models/localization_read.rb +71 -35
  39. data/lib/dyspatch_client/models/template_meta_read.rb +48 -24
  40. data/lib/dyspatch_client/models/template_read.rb +49 -25
  41. data/lib/dyspatch_client/models/templates_read.rb +41 -17
  42. data/lib/dyspatch_client/version.rb +5 -5
  43. data/spec/api/drafts_api_spec.rb +61 -53
  44. data/spec/api/localizations_api_spec.rb +26 -10
  45. data/spec/api/templates_api_spec.rb +22 -20
  46. data/spec/api_client_spec.rb +5 -5
  47. data/spec/configuration_spec.rb +4 -4
  48. data/spec/spec_helper.rb +4 -4
  49. metadata +11 -219
  50. data/LICENSE +0 -202
  51. data/docs/Body1.md +0 -8
  52. data/docs/CreatedAt.md +0 -7
  53. data/docs/DraftDescription.md +0 -7
  54. data/docs/DraftId.md +0 -7
  55. data/docs/DraftName.md +0 -7
  56. data/docs/DraftUrl.md +0 -7
  57. data/docs/LanguageId.md +0 -7
  58. data/docs/LocalizationId.md +0 -7
  59. data/docs/LocalizationName.md +0 -7
  60. data/docs/LocalizationUrl.md +0 -7
  61. data/docs/TemplateDescription.md +0 -7
  62. data/docs/TemplateId.md +0 -7
  63. data/docs/TemplateName.md +0 -7
  64. data/docs/TemplateUrl.md +0 -7
  65. data/docs/UpdatedAt.md +0 -7
  66. data/git_push.sh +0 -55
  67. data/lib/dyspatch_client/models/body_1.rb +0 -183
  68. data/lib/dyspatch_client/models/created_at.rb +0 -175
  69. data/lib/dyspatch_client/models/draft_description.rb +0 -175
  70. data/lib/dyspatch_client/models/draft_id.rb +0 -175
  71. data/lib/dyspatch_client/models/draft_name.rb +0 -175
  72. data/lib/dyspatch_client/models/draft_url.rb +0 -175
  73. data/lib/dyspatch_client/models/language_id.rb +0 -175
  74. data/lib/dyspatch_client/models/localization_id.rb +0 -175
  75. data/lib/dyspatch_client/models/localization_name.rb +0 -175
  76. data/lib/dyspatch_client/models/localization_url.rb +0 -175
  77. data/lib/dyspatch_client/models/template_description.rb +0 -175
  78. data/lib/dyspatch_client/models/template_id.rb +0 -175
  79. data/lib/dyspatch_client/models/template_name.rb +0 -175
  80. data/lib/dyspatch_client/models/template_url.rb +0 -175
  81. data/lib/dyspatch_client/models/updated_at.rb +0 -175
  82. data/spec/models/api_error_spec.rb +0 -57
  83. data/spec/models/body_1_spec.rb +0 -41
  84. data/spec/models/body_spec.rb +0 -41
  85. data/spec/models/compiled_read_spec.rb +0 -65
  86. data/spec/models/created_at_spec.rb +0 -35
  87. data/spec/models/cursor_spec.rb +0 -47
  88. data/spec/models/draft_description_spec.rb +0 -35
  89. data/spec/models/draft_id_spec.rb +0 -35
  90. data/spec/models/draft_meta_read_spec.rb +0 -77
  91. data/spec/models/draft_name_spec.rb +0 -35
  92. data/spec/models/draft_read_spec.rb +0 -83
  93. data/spec/models/draft_url_spec.rb +0 -35
  94. data/spec/models/drafts_read_spec.rb +0 -47
  95. data/spec/models/language_id_spec.rb +0 -35
  96. data/spec/models/localization_id_spec.rb +0 -35
  97. data/spec/models/localization_key_read_spec.rb +0 -47
  98. data/spec/models/localization_meta_read_spec.rb +0 -65
  99. data/spec/models/localization_name_spec.rb +0 -35
  100. data/spec/models/localization_read_spec.rb +0 -83
  101. data/spec/models/localization_url_spec.rb +0 -35
  102. data/spec/models/template_description_spec.rb +0 -35
  103. data/spec/models/template_id_spec.rb +0 -35
  104. data/spec/models/template_meta_read_spec.rb +0 -77
  105. data/spec/models/template_name_spec.rb +0 -35
  106. data/spec/models/template_read_spec.rb +0 -83
  107. data/spec/models/template_url_spec.rb +0 -35
  108. data/spec/models/templates_read_spec.rb +0 -47
  109. data/spec/models/updated_at_spec.rb +0 -35
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Dyspatch API
3
3
 
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 the following 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)
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
- OpenAPI spec version: 2019.10
6
+ The version of the OpenAPI document: 2020.11
7
7
  Contact: support@dyspatch.io
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.9
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -14,12 +14,12 @@ require 'spec_helper'
14
14
  require 'json'
15
15
 
16
16
  # Unit tests for DyspatchClient::LocalizationsApi
17
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
18
  # Please update as you see appropriate
19
19
  describe 'LocalizationsApi' do
20
20
  before do
21
21
  # run before each test
22
- @instance = DyspatchClient::LocalizationsApi.new
22
+ @api_instance = DyspatchClient::LocalizationsApi.new
23
23
  end
24
24
 
25
25
  after do
@@ -28,18 +28,34 @@ describe 'LocalizationsApi' do
28
28
 
29
29
  describe 'test an instance of LocalizationsApi' do
30
30
  it 'should create an instance of LocalizationsApi' do
31
- expect(@instance).to be_instance_of(DyspatchClient::LocalizationsApi)
31
+ expect(@api_instance).to be_instance_of(DyspatchClient::LocalizationsApi)
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for localizations_localization_id_get
35
+ # unit tests for get_draft_localization_by_id
36
+ # Get Draft Localization Object by ID
37
+ # Returns a specific localization object of the matching draft with a matching localization ID
38
+ # @param draft_id A draft ID
39
+ # @param localization_id A localization ID
40
+ # @param target_language The type of templating language to compile as. Should only be used for visual templates.
41
+ # @param accept A version of the API that should be used for the request. For example, to use version \"2020.11\", set the value to \"application/vnd.dyspatch.2020.11+json\"
42
+ # @param [Hash] opts the optional parameters
43
+ # @return [LocalizationRead]
44
+ describe 'get_draft_localization_by_id test' do
45
+ it 'should work' do
46
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
47
+ end
48
+ end
49
+
50
+ # unit tests for get_published_localization_by_id
36
51
  # Get Localization Object by ID
37
- # Returns a specific localization object with a matching ID.
52
+ # Returns the published content associated with the localization of the matching ID
38
53
  # @param localization_id A localization ID
39
54
  # @param target_language The type of templating language to compile as. Should only be used for visual templates.
55
+ # @param accept A version of the API that should be used for the request. For example, to use version \"2020.11\", set the value to \"application/vnd.dyspatch.2020.11+json\"
40
56
  # @param [Hash] opts the optional parameters
41
57
  # @return [LocalizationRead]
42
- describe 'localizations_localization_id_get test' do
58
+ describe 'get_published_localization_by_id test' do
43
59
  it 'should work' do
44
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
61
  end
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Dyspatch API
3
3
 
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 the following 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)
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
- OpenAPI spec version: 2019.10
6
+ The version of the OpenAPI document: 2020.11
7
7
  Contact: support@dyspatch.io
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.9
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -14,12 +14,12 @@ require 'spec_helper'
14
14
  require 'json'
15
15
 
16
16
  # Unit tests for DyspatchClient::TemplatesApi
17
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
18
  # Please update as you see appropriate
19
19
  describe 'TemplatesApi' do
20
20
  before do
21
21
  # run before each test
22
- @instance = DyspatchClient::TemplatesApi.new
22
+ @api_instance = DyspatchClient::TemplatesApi.new
23
23
  end
24
24
 
25
25
  after do
@@ -28,30 +28,32 @@ describe 'TemplatesApi' do
28
28
 
29
29
  describe 'test an instance of TemplatesApi' do
30
30
  it 'should create an instance of TemplatesApi' do
31
- expect(@instance).to be_instance_of(DyspatchClient::TemplatesApi)
31
+ expect(@api_instance).to be_instance_of(DyspatchClient::TemplatesApi)
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for templates_get
36
- # List Templates
37
- # Gets a list of Template Metadata objects for all templates. Up to 25 results returned before results are paginated.
35
+ # unit tests for get_template_by_id
36
+ # Get Template by ID
37
+ # Gets a template object with the matching ID. If the template has published content the \"compiled\" field will contain the template .
38
+ # @param template_id A template ID
39
+ # @param target_language The type of templating language to compile as. Should only be used for visual templates.
40
+ # @param accept A version of the API that should be used for the request. For example, to use version \"2020.11\", set the value to \"application/vnd.dyspatch.2020.11+json\"
38
41
  # @param [Hash] opts the optional parameters
39
- # @option opts [String] :cursor A cursor value used to retrieve a specific page from a paginated result set.
40
- # @return [TemplatesRead]
41
- describe 'templates_get test' do
42
+ # @return [TemplateRead]
43
+ describe 'get_template_by_id test' do
42
44
  it 'should work' do
43
45
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
46
  end
45
47
  end
46
48
 
47
- # unit tests for templates_template_id_get
48
- # Get Template by ID
49
- # Gets a template object with the matching ID. If the template has published content the "compiled" field will contain the template .
50
- # @param template_id A template ID
51
- # @param target_language The type of templating language to compile as. Should only be used for visual templates.
49
+ # unit tests for get_templates
50
+ # List Templates
51
+ # Gets a list of Template Metadata objects for all templates. Up to 25 results returned before results are paginated.
52
+ # @param accept A version of the API that should be used for the request. For example, to use version \"2020.11\", set the value to \"application/vnd.dyspatch.2020.11+json\"
52
53
  # @param [Hash] opts the optional parameters
53
- # @return [TemplateRead]
54
- describe 'templates_template_id_get test' do
54
+ # @option opts [String] :cursor A cursor value used to retrieve a specific page from a paginated result set.
55
+ # @return [TemplatesRead]
56
+ describe 'get_templates test' do
55
57
  it 'should work' do
56
58
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
59
  end
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Dyspatch API
3
3
 
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 the following 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)
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
- OpenAPI spec version: 2019.10
6
+ The version of the OpenAPI document: 2020.11
7
7
  Contact: support@dyspatch.io
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.9
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -156,7 +156,7 @@ describe DyspatchClient::ApiClient do
156
156
  end
157
157
 
158
158
  it 'fails for invalid collection format' do
159
- expect(proc { api_client.build_collection_param(param, :INVALID) }).to raise_error(RuntimeError, 'unknown collection format: :INVALID')
159
+ expect { api_client.build_collection_param(param, :INVALID) }.to raise_error(RuntimeError, 'unknown collection format: :INVALID')
160
160
  end
161
161
  end
162
162
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Dyspatch API
3
3
 
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 the following 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)
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
- OpenAPI spec version: 2019.10
6
+ The version of the OpenAPI document: 2020.11
7
7
  Contact: support@dyspatch.io
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.9
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Dyspatch API
3
3
 
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 the following 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)
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
- OpenAPI spec version: 2019.10
6
+ The version of the OpenAPI document: 2020.11
7
7
  Contact: support@dyspatch.io
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.9
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
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: 3.0.0
4
+ version: 6.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: 2019-11-25 00:00:00.000000000 Z
11
+ date: 2020-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -70,132 +70,12 @@ dependencies:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
72
  version: 3.6.0
73
- - !ruby/object:Gem::Dependency
74
- name: vcr
75
- requirement: !ruby/object:Gem::Requirement
76
- requirements:
77
- - - "~>"
78
- - !ruby/object:Gem::Version
79
- version: '3.0'
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: 3.0.1
83
- type: :development
84
- prerelease: false
85
- version_requirements: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: '3.0'
90
- - - ">="
91
- - !ruby/object:Gem::Version
92
- version: 3.0.1
93
- - !ruby/object:Gem::Dependency
94
- name: webmock
95
- requirement: !ruby/object:Gem::Requirement
96
- requirements:
97
- - - "~>"
98
- - !ruby/object:Gem::Version
99
- version: '1.24'
100
- - - ">="
101
- - !ruby/object:Gem::Version
102
- version: 1.24.3
103
- type: :development
104
- prerelease: false
105
- version_requirements: !ruby/object:Gem::Requirement
106
- requirements:
107
- - - "~>"
108
- - !ruby/object:Gem::Version
109
- version: '1.24'
110
- - - ">="
111
- - !ruby/object:Gem::Version
112
- version: 1.24.3
113
- - !ruby/object:Gem::Dependency
114
- name: autotest
115
- requirement: !ruby/object:Gem::Requirement
116
- requirements:
117
- - - "~>"
118
- - !ruby/object:Gem::Version
119
- version: '4.4'
120
- - - ">="
121
- - !ruby/object:Gem::Version
122
- version: 4.4.6
123
- type: :development
124
- prerelease: false
125
- version_requirements: !ruby/object:Gem::Requirement
126
- requirements:
127
- - - "~>"
128
- - !ruby/object:Gem::Version
129
- version: '4.4'
130
- - - ">="
131
- - !ruby/object:Gem::Version
132
- version: 4.4.6
133
- - !ruby/object:Gem::Dependency
134
- name: autotest-rails-pure
135
- requirement: !ruby/object:Gem::Requirement
136
- requirements:
137
- - - "~>"
138
- - !ruby/object:Gem::Version
139
- version: '4.1'
140
- - - ">="
141
- - !ruby/object:Gem::Version
142
- version: 4.1.2
143
- type: :development
144
- prerelease: false
145
- version_requirements: !ruby/object:Gem::Requirement
146
- requirements:
147
- - - "~>"
148
- - !ruby/object:Gem::Version
149
- version: '4.1'
150
- - - ">="
151
- - !ruby/object:Gem::Version
152
- version: 4.1.2
153
- - !ruby/object:Gem::Dependency
154
- name: autotest-growl
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - "~>"
158
- - !ruby/object:Gem::Version
159
- version: '0.2'
160
- - - ">="
161
- - !ruby/object:Gem::Version
162
- version: 0.2.16
163
- type: :development
164
- prerelease: false
165
- version_requirements: !ruby/object:Gem::Requirement
166
- requirements:
167
- - - "~>"
168
- - !ruby/object:Gem::Version
169
- version: '0.2'
170
- - - ">="
171
- - !ruby/object:Gem::Version
172
- version: 0.2.16
173
- - !ruby/object:Gem::Dependency
174
- name: autotest-fsevent
175
- requirement: !ruby/object:Gem::Requirement
176
- requirements:
177
- - - "~>"
178
- - !ruby/object:Gem::Version
179
- version: '0.2'
180
- - - ">="
181
- - !ruby/object:Gem::Version
182
- version: 0.2.12
183
- type: :development
184
- prerelease: false
185
- version_requirements: !ruby/object:Gem::Requirement
186
- requirements:
187
- - - "~>"
188
- - !ruby/object:Gem::Version
189
- version: '0.2'
190
- - - ">="
191
- - !ruby/object:Gem::Version
192
- version: 0.2.12
193
- description: "# Introduction The Dyspatch API is based on the REST paradigm and features
194
- resource based URLs with standard HTTP response codes to indicate errors. We use
195
- standard HTTP authentication and request verbs and all responses are JSON formatted.
196
- See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/)
197
- for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch
198
- provides API Clients for the following languages and web frameworks: - [Java](https://github.com/getdyspatch/dyspatch-java)
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)
199
79
  - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python)
200
80
  - [C#](https://github.com/getdyspatch/dyspatch-dotnet) - [Go](https://github.com/getdyspatch/dyspatch-golang)
201
81
  - [Ruby](https://github.com/getdyspatch/dyspatch-ruby) "
@@ -206,42 +86,25 @@ extensions: []
206
86
  extra_rdoc_files: []
207
87
  files:
208
88
  - Gemfile
209
- - LICENSE
210
89
  - README.md
211
90
  - Rakefile
212
91
  - docs/APIError.md
213
- - docs/Body.md
214
- - docs/Body1.md
215
92
  - docs/CompiledRead.md
216
- - docs/CreatedAt.md
217
93
  - docs/Cursor.md
218
- - docs/DraftDescription.md
219
- - docs/DraftId.md
220
94
  - docs/DraftMetaRead.md
221
- - docs/DraftName.md
222
95
  - docs/DraftRead.md
223
- - docs/DraftUrl.md
224
96
  - docs/DraftsApi.md
225
97
  - docs/DraftsRead.md
226
- - docs/LanguageId.md
227
- - docs/LocalizationId.md
98
+ - docs/InlineObject.md
228
99
  - docs/LocalizationKeyRead.md
229
100
  - docs/LocalizationMetaRead.md
230
- - docs/LocalizationName.md
231
101
  - docs/LocalizationRead.md
232
- - docs/LocalizationUrl.md
233
102
  - docs/LocalizationsApi.md
234
- - docs/TemplateDescription.md
235
- - docs/TemplateId.md
236
103
  - docs/TemplateMetaRead.md
237
- - docs/TemplateName.md
238
104
  - docs/TemplateRead.md
239
- - docs/TemplateUrl.md
240
105
  - docs/TemplatesApi.md
241
106
  - docs/TemplatesRead.md
242
- - docs/UpdatedAt.md
243
107
  - dyspatch_client.gemspec
244
- - git_push.sh
245
108
  - lib/dyspatch_client.rb
246
109
  - lib/dyspatch_client/api/drafts_api.rb
247
110
  - lib/dyspatch_client/api/localizations_api.rb
@@ -250,67 +113,24 @@ files:
250
113
  - lib/dyspatch_client/api_error.rb
251
114
  - lib/dyspatch_client/configuration.rb
252
115
  - lib/dyspatch_client/models/api_error.rb
253
- - lib/dyspatch_client/models/body.rb
254
- - lib/dyspatch_client/models/body_1.rb
255
116
  - lib/dyspatch_client/models/compiled_read.rb
256
- - lib/dyspatch_client/models/created_at.rb
257
117
  - lib/dyspatch_client/models/cursor.rb
258
- - lib/dyspatch_client/models/draft_description.rb
259
- - lib/dyspatch_client/models/draft_id.rb
260
118
  - lib/dyspatch_client/models/draft_meta_read.rb
261
- - lib/dyspatch_client/models/draft_name.rb
262
119
  - lib/dyspatch_client/models/draft_read.rb
263
- - lib/dyspatch_client/models/draft_url.rb
264
120
  - lib/dyspatch_client/models/drafts_read.rb
265
- - lib/dyspatch_client/models/language_id.rb
266
- - lib/dyspatch_client/models/localization_id.rb
121
+ - lib/dyspatch_client/models/inline_object.rb
267
122
  - lib/dyspatch_client/models/localization_key_read.rb
268
123
  - lib/dyspatch_client/models/localization_meta_read.rb
269
- - lib/dyspatch_client/models/localization_name.rb
270
124
  - lib/dyspatch_client/models/localization_read.rb
271
- - lib/dyspatch_client/models/localization_url.rb
272
- - lib/dyspatch_client/models/template_description.rb
273
- - lib/dyspatch_client/models/template_id.rb
274
125
  - lib/dyspatch_client/models/template_meta_read.rb
275
- - lib/dyspatch_client/models/template_name.rb
276
126
  - lib/dyspatch_client/models/template_read.rb
277
- - lib/dyspatch_client/models/template_url.rb
278
127
  - lib/dyspatch_client/models/templates_read.rb
279
- - lib/dyspatch_client/models/updated_at.rb
280
128
  - lib/dyspatch_client/version.rb
281
129
  - spec/api/drafts_api_spec.rb
282
130
  - spec/api/localizations_api_spec.rb
283
131
  - spec/api/templates_api_spec.rb
284
132
  - spec/api_client_spec.rb
285
133
  - spec/configuration_spec.rb
286
- - spec/models/api_error_spec.rb
287
- - spec/models/body_1_spec.rb
288
- - spec/models/body_spec.rb
289
- - spec/models/compiled_read_spec.rb
290
- - spec/models/created_at_spec.rb
291
- - spec/models/cursor_spec.rb
292
- - spec/models/draft_description_spec.rb
293
- - spec/models/draft_id_spec.rb
294
- - spec/models/draft_meta_read_spec.rb
295
- - spec/models/draft_name_spec.rb
296
- - spec/models/draft_read_spec.rb
297
- - spec/models/draft_url_spec.rb
298
- - spec/models/drafts_read_spec.rb
299
- - spec/models/language_id_spec.rb
300
- - spec/models/localization_id_spec.rb
301
- - spec/models/localization_key_read_spec.rb
302
- - spec/models/localization_meta_read_spec.rb
303
- - spec/models/localization_name_spec.rb
304
- - spec/models/localization_read_spec.rb
305
- - spec/models/localization_url_spec.rb
306
- - spec/models/template_description_spec.rb
307
- - spec/models/template_id_spec.rb
308
- - spec/models/template_meta_read_spec.rb
309
- - spec/models/template_name_spec.rb
310
- - spec/models/template_read_spec.rb
311
- - spec/models/template_url_spec.rb
312
- - spec/models/templates_read_spec.rb
313
- - spec/models/updated_at_spec.rb
314
134
  - spec/spec_helper.rb
315
135
  homepage: https://www.dyspatch.io
316
136
  licenses:
@@ -332,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
332
152
  version: '0'
333
153
  requirements: []
334
154
  rubyforge_project:
335
- rubygems_version: 2.6.11
155
+ rubygems_version: 2.5.2.3
336
156
  signing_key:
337
157
  specification_version: 4
338
158
  summary: Dyspatch is an email production platform that helps teams create and change
@@ -343,32 +163,4 @@ test_files:
343
163
  - spec/api/templates_api_spec.rb
344
164
  - spec/api_client_spec.rb
345
165
  - spec/configuration_spec.rb
346
- - spec/models/draft_name_spec.rb
347
- - spec/models/language_id_spec.rb
348
- - spec/models/draft_id_spec.rb
349
- - spec/models/cursor_spec.rb
350
- - spec/models/template_description_spec.rb
351
- - spec/models/template_name_spec.rb
352
- - spec/models/created_at_spec.rb
353
- - spec/models/updated_at_spec.rb
354
- - spec/models/draft_meta_read_spec.rb
355
- - spec/models/api_error_spec.rb
356
- - spec/models/body_1_spec.rb
357
- - spec/models/template_meta_read_spec.rb
358
- - spec/models/localization_id_spec.rb
359
- - spec/models/localization_name_spec.rb
360
- - spec/models/template_url_spec.rb
361
- - spec/models/draft_description_spec.rb
362
- - spec/models/localization_meta_read_spec.rb
363
- - spec/models/draft_read_spec.rb
364
- - spec/models/body_spec.rb
365
- - spec/models/drafts_read_spec.rb
366
- - spec/models/template_read_spec.rb
367
- - spec/models/compiled_read_spec.rb
368
- - spec/models/templates_read_spec.rb
369
- - spec/models/localization_url_spec.rb
370
- - spec/models/template_id_spec.rb
371
- - spec/models/draft_url_spec.rb
372
- - spec/models/localization_read_spec.rb
373
- - spec/models/localization_key_read_spec.rb
374
166
  - spec/spec_helper.rb