dyspatch_client 1.0.0 → 2.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 (64) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +23 -27
  3. data/docs/LocalizationsApi.md +9 -6
  4. data/docs/TemplatesApi.md +16 -14
  5. data/dyspatch_client.gemspec +4 -4
  6. data/lib/dyspatch_client.rb +2 -12
  7. data/lib/dyspatch_client/api/localizations_api.rb +14 -12
  8. data/lib/dyspatch_client/api/templates_api.rb +23 -25
  9. data/lib/dyspatch_client/api_client.rb +2 -2
  10. data/lib/dyspatch_client/api_error.rb +2 -2
  11. data/lib/dyspatch_client/configuration.rb +2 -2
  12. data/lib/dyspatch_client/models/api_error.rb +2 -2
  13. data/lib/dyspatch_client/models/compiled_read.rb +2 -2
  14. data/lib/dyspatch_client/models/cursor.rb +2 -2
  15. data/lib/dyspatch_client/models/localization_meta_read.rb +2 -2
  16. data/lib/dyspatch_client/models/localization_read.rb +2 -2
  17. data/lib/dyspatch_client/models/template_meta_read.rb +2 -2
  18. data/lib/dyspatch_client/models/template_read.rb +2 -2
  19. data/lib/dyspatch_client/models/templates_read.rb +2 -2
  20. data/lib/dyspatch_client/version.rb +3 -3
  21. data/spec/api/localizations_api_spec.rb +4 -3
  22. data/spec/api/templates_api_spec.rb +6 -5
  23. data/spec/api_client_spec.rb +2 -2
  24. data/spec/configuration_spec.rb +2 -2
  25. data/spec/models/api_error_spec.rb +2 -2
  26. data/spec/models/compiled_read_spec.rb +2 -2
  27. data/spec/models/cursor_spec.rb +2 -2
  28. data/spec/models/localization_meta_read_spec.rb +2 -2
  29. data/spec/models/localization_read_spec.rb +2 -2
  30. data/spec/models/template_meta_read_spec.rb +2 -2
  31. data/spec/models/template_read_spec.rb +2 -2
  32. data/spec/models/templates_read_spec.rb +2 -2
  33. data/spec/spec_helper.rb +2 -2
  34. metadata +21 -60
  35. data/docs/CreatedAt.md +0 -7
  36. data/docs/LanguageId.md +0 -7
  37. data/docs/LocalizationId.md +0 -7
  38. data/docs/LocalizationName.md +0 -7
  39. data/docs/LocalizationUrl.md +0 -7
  40. data/docs/TemplateDescription.md +0 -7
  41. data/docs/TemplateId.md +0 -7
  42. data/docs/TemplateName.md +0 -7
  43. data/docs/TemplateUrl.md +0 -7
  44. data/docs/UpdatedAt.md +0 -7
  45. data/lib/dyspatch_client/models/created_at.rb +0 -179
  46. data/lib/dyspatch_client/models/language_id.rb +0 -179
  47. data/lib/dyspatch_client/models/localization_id.rb +0 -179
  48. data/lib/dyspatch_client/models/localization_name.rb +0 -179
  49. data/lib/dyspatch_client/models/localization_url.rb +0 -179
  50. data/lib/dyspatch_client/models/template_description.rb +0 -179
  51. data/lib/dyspatch_client/models/template_id.rb +0 -179
  52. data/lib/dyspatch_client/models/template_name.rb +0 -179
  53. data/lib/dyspatch_client/models/template_url.rb +0 -179
  54. data/lib/dyspatch_client/models/updated_at.rb +0 -179
  55. data/spec/models/created_at_spec.rb +0 -36
  56. data/spec/models/language_id_spec.rb +0 -36
  57. data/spec/models/localization_id_spec.rb +0 -36
  58. data/spec/models/localization_name_spec.rb +0 -36
  59. data/spec/models/localization_url_spec.rb +0 -36
  60. data/spec/models/template_description_spec.rb +0 -36
  61. data/spec/models/template_id_spec.rb +0 -36
  62. data/spec/models/template_name_spec.rb +0 -36
  63. data/spec/models/template_url_spec.rb +0 -36
  64. data/spec/models/updated_at_spec.rb +0 -36
@@ -1,36 +0,0 @@
1
- =begin
2
- #Dyspatch API
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 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)
5
-
6
- OpenAPI spec version: 2018.08
7
- Contact: support@dyspatch.io
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for DyspatchClient::TemplateUrl
18
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
- # Please update as you see appropriate
20
- describe 'TemplateUrl' do
21
- before do
22
- # run before each test
23
- @instance = DyspatchClient::TemplateUrl.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of TemplateUrl' do
31
- it 'should create an instance of TemplateUrl' do
32
- expect(@instance).to be_instance_of(DyspatchClient::TemplateUrl)
33
- end
34
- end
35
- end
36
-
@@ -1,36 +0,0 @@
1
- =begin
2
- #Dyspatch API
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 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)
5
-
6
- OpenAPI spec version: 2018.08
7
- Contact: support@dyspatch.io
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for DyspatchClient::UpdatedAt
18
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
- # Please update as you see appropriate
20
- describe 'UpdatedAt' do
21
- before do
22
- # run before each test
23
- @instance = DyspatchClient::UpdatedAt.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of UpdatedAt' do
31
- it 'should create an instance of UpdatedAt' do
32
- expect(@instance).to be_instance_of(DyspatchClient::UpdatedAt)
33
- end
34
- end
35
- end
36
-