cloudmersive-configuration-api-client 1.7.2 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -73
  3. data/Gemfile +0 -7
  4. data/README.md +0 -121
  5. data/Rakefile +0 -8
  6. data/cloudmersive-configuration-api-client.gemspec +0 -45
  7. data/docs/CreateSettingRequest.md +0 -14
  8. data/docs/CreateSettingResponse.md +0 -11
  9. data/docs/HttpFormDataParameter.md +0 -11
  10. data/docs/HttpGetParameter.md +0 -10
  11. data/docs/HttpOrchestrationHeader.md +0 -10
  12. data/docs/HttpOrchestrationRequest.md +0 -8
  13. data/docs/HttpOrchestrationResponse.md +0 -11
  14. data/docs/HttpOrchestrationTask.md +0 -16
  15. data/docs/HttpRawBinaryParameter.md +0 -9
  16. data/docs/HttpRawTextParameter.md +0 -9
  17. data/docs/HttpWwwFormUrlEncodedParameter.md +0 -10
  18. data/docs/ListSettingsRequest.md +0 -9
  19. data/docs/ListSettingsResponse.md +0 -8
  20. data/docs/OrchestratorApi.md +0 -61
  21. data/docs/SettingValue.md +0 -15
  22. data/docs/SettingsApi.md +0 -167
  23. data/docs/TaskOutputReference.md +0 -9
  24. data/docs/UpdateSettingRequest.md +0 -10
  25. data/docs/UpdateSettingResponse.md +0 -9
  26. data/git_push.sh +0 -55
  27. data/lib/cloudmersive-configuration-api-client.rb +0 -58
  28. data/lib/cloudmersive-configuration-api-client/api/orchestrator_api.rb +0 -78
  29. data/lib/cloudmersive-configuration-api-client/api/settings_api.rb +0 -188
  30. data/lib/cloudmersive-configuration-api-client/api_client.rb +0 -389
  31. data/lib/cloudmersive-configuration-api-client/api_error.rb +0 -38
  32. data/lib/cloudmersive-configuration-api-client/configuration.rb +0 -209
  33. data/lib/cloudmersive-configuration-api-client/models/create_setting_request.rb +0 -249
  34. data/lib/cloudmersive-configuration-api-client/models/create_setting_response.rb +0 -219
  35. data/lib/cloudmersive-configuration-api-client/models/http_form_data_parameter.rb +0 -235
  36. data/lib/cloudmersive-configuration-api-client/models/http_get_parameter.rb +0 -209
  37. data/lib/cloudmersive-configuration-api-client/models/http_orchestration_header.rb +0 -209
  38. data/lib/cloudmersive-configuration-api-client/models/http_orchestration_request.rb +0 -191
  39. data/lib/cloudmersive-configuration-api-client/models/http_orchestration_response.rb +0 -235
  40. data/lib/cloudmersive-configuration-api-client/models/http_orchestration_task.rb +0 -277
  41. data/lib/cloudmersive-configuration-api-client/models/http_raw_binary_parameter.rb +0 -215
  42. data/lib/cloudmersive-configuration-api-client/models/http_raw_text_parameter.rb +0 -199
  43. data/lib/cloudmersive-configuration-api-client/models/http_www_form_url_encoded_parameter.rb +0 -209
  44. data/lib/cloudmersive-configuration-api-client/models/list_settings_request.rb +0 -199
  45. data/lib/cloudmersive-configuration-api-client/models/list_settings_response.rb +0 -191
  46. data/lib/cloudmersive-configuration-api-client/models/setting_value.rb +0 -259
  47. data/lib/cloudmersive-configuration-api-client/models/task_output_reference.rb +0 -199
  48. data/lib/cloudmersive-configuration-api-client/models/update_setting_request.rb +0 -206
  49. data/lib/cloudmersive-configuration-api-client/models/update_setting_response.rb +0 -197
  50. data/lib/cloudmersive-configuration-api-client/version.rb +0 -15
  51. data/spec/api/orchestrator_api_spec.rb +0 -47
  52. data/spec/api/settings_api_spec.rb +0 -71
  53. data/spec/api_client_spec.rb +0 -226
  54. data/spec/configuration_spec.rb +0 -42
  55. data/spec/models/create_setting_request_spec.rb +0 -78
  56. data/spec/models/create_setting_response_spec.rb +0 -60
  57. data/spec/models/http_form_data_parameter_spec.rb +0 -60
  58. data/spec/models/http_get_parameter_spec.rb +0 -54
  59. data/spec/models/http_orchestration_header_spec.rb +0 -54
  60. data/spec/models/http_orchestration_request_spec.rb +0 -42
  61. data/spec/models/http_orchestration_response_spec.rb +0 -60
  62. data/spec/models/http_orchestration_task_spec.rb +0 -90
  63. data/spec/models/http_raw_binary_parameter_spec.rb +0 -48
  64. data/spec/models/http_raw_text_parameter_spec.rb +0 -48
  65. data/spec/models/http_www_form_url_encoded_parameter_spec.rb +0 -54
  66. data/spec/models/list_settings_request_spec.rb +0 -48
  67. data/spec/models/list_settings_response_spec.rb +0 -42
  68. data/spec/models/setting_value_spec.rb +0 -84
  69. data/spec/models/task_output_reference_spec.rb +0 -48
  70. data/spec/models/update_setting_request_spec.rb +0 -54
  71. data/spec/models/update_setting_response_spec.rb +0 -48
  72. data/spec/spec_helper.rb +0 -111
@@ -1,60 +0,0 @@
1
- =begin
2
- #configapi
3
-
4
- #Config API lets you easily manage configuration at scale.
5
-
6
- OpenAPI spec version: v1
7
-
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 CloudmersiveConfigurationApiClient::CreateSettingResponse
18
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
- # Please update as you see appropriate
20
- describe 'CreateSettingResponse' do
21
- before do
22
- # run before each test
23
- @instance = CloudmersiveConfigurationApiClient::CreateSettingResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of CreateSettingResponse' do
31
- it 'should create an instance of CreateSettingResponse' do
32
- expect(@instance).to be_instance_of(CloudmersiveConfigurationApiClient::CreateSettingResponse)
33
- end
34
- end
35
- describe 'test attribute "successful"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "setting_definition_id"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "setting_value_id"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "error_message"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- end
60
-
@@ -1,60 +0,0 @@
1
- =begin
2
- #configapi
3
-
4
- #Config API lets you easily manage configuration at scale.
5
-
6
- OpenAPI spec version: v1
7
-
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 CloudmersiveConfigurationApiClient::HttpFormDataParameter
18
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
- # Please update as you see appropriate
20
- describe 'HttpFormDataParameter' do
21
- before do
22
- # run before each test
23
- @instance = CloudmersiveConfigurationApiClient::HttpFormDataParameter.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of HttpFormDataParameter' do
31
- it 'should create an instance of HttpFormDataParameter' do
32
- expect(@instance).to be_instance_of(CloudmersiveConfigurationApiClient::HttpFormDataParameter)
33
- end
34
- end
35
- describe 'test attribute "parameter_name"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "parameter_text_value"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "parameter_file_contents"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "use_output_from_previous_task"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- end
60
-
@@ -1,54 +0,0 @@
1
- =begin
2
- #configapi
3
-
4
- #Config API lets you easily manage configuration at scale.
5
-
6
- OpenAPI spec version: v1
7
-
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 CloudmersiveConfigurationApiClient::HttpGetParameter
18
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
- # Please update as you see appropriate
20
- describe 'HttpGetParameter' do
21
- before do
22
- # run before each test
23
- @instance = CloudmersiveConfigurationApiClient::HttpGetParameter.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of HttpGetParameter' do
31
- it 'should create an instance of HttpGetParameter' do
32
- expect(@instance).to be_instance_of(CloudmersiveConfigurationApiClient::HttpGetParameter)
33
- end
34
- end
35
- describe 'test attribute "parameter_name"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "parameter_value"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "use_output_from_previous_task"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- end
54
-
@@ -1,54 +0,0 @@
1
- =begin
2
- #configapi
3
-
4
- #Config API lets you easily manage configuration at scale.
5
-
6
- OpenAPI spec version: v1
7
-
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 CloudmersiveConfigurationApiClient::HttpOrchestrationHeader
18
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
- # Please update as you see appropriate
20
- describe 'HttpOrchestrationHeader' do
21
- before do
22
- # run before each test
23
- @instance = CloudmersiveConfigurationApiClient::HttpOrchestrationHeader.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of HttpOrchestrationHeader' do
31
- it 'should create an instance of HttpOrchestrationHeader' do
32
- expect(@instance).to be_instance_of(CloudmersiveConfigurationApiClient::HttpOrchestrationHeader)
33
- end
34
- end
35
- describe 'test attribute "header_name"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "header_value"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "use_output_from_previous_task"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- end
54
-
@@ -1,42 +0,0 @@
1
- =begin
2
- #configapi
3
-
4
- #Config API lets you easily manage configuration at scale.
5
-
6
- OpenAPI spec version: v1
7
-
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 CloudmersiveConfigurationApiClient::HttpOrchestrationRequest
18
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
- # Please update as you see appropriate
20
- describe 'HttpOrchestrationRequest' do
21
- before do
22
- # run before each test
23
- @instance = CloudmersiveConfigurationApiClient::HttpOrchestrationRequest.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of HttpOrchestrationRequest' do
31
- it 'should create an instance of HttpOrchestrationRequest' do
32
- expect(@instance).to be_instance_of(CloudmersiveConfigurationApiClient::HttpOrchestrationRequest)
33
- end
34
- end
35
- describe 'test attribute "http_tasks"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- end
42
-
@@ -1,60 +0,0 @@
1
- =begin
2
- #configapi
3
-
4
- #Config API lets you easily manage configuration at scale.
5
-
6
- OpenAPI spec version: v1
7
-
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 CloudmersiveConfigurationApiClient::HttpOrchestrationResponse
18
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
- # Please update as you see appropriate
20
- describe 'HttpOrchestrationResponse' do
21
- before do
22
- # run before each test
23
- @instance = CloudmersiveConfigurationApiClient::HttpOrchestrationResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of HttpOrchestrationResponse' do
31
- it 'should create an instance of HttpOrchestrationResponse' do
32
- expect(@instance).to be_instance_of(CloudmersiveConfigurationApiClient::HttpOrchestrationResponse)
33
- end
34
- end
35
- describe 'test attribute "successful"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "tasks_completed"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "output_string_type"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "output_binary_type"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- end
60
-
@@ -1,90 +0,0 @@
1
- =begin
2
- #configapi
3
-
4
- #Config API lets you easily manage configuration at scale.
5
-
6
- OpenAPI spec version: v1
7
-
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 CloudmersiveConfigurationApiClient::HttpOrchestrationTask
18
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
- # Please update as you see appropriate
20
- describe 'HttpOrchestrationTask' do
21
- before do
22
- # run before each test
23
- @instance = CloudmersiveConfigurationApiClient::HttpOrchestrationTask.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of HttpOrchestrationTask' do
31
- it 'should create an instance of HttpOrchestrationTask' do
32
- expect(@instance).to be_instance_of(CloudmersiveConfigurationApiClient::HttpOrchestrationTask)
33
- end
34
- end
35
- describe 'test attribute "task_name"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "http_method"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "url"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "http_headers"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- describe 'test attribute "query_parameters"' do
60
- it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
- end
63
- end
64
-
65
- describe 'test attribute "form_data_parameters"' do
66
- it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
- end
69
- end
70
-
71
- describe 'test attribute "www_form_url_encoded_parameters"' do
72
- it 'should work' do
73
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
- end
75
- end
76
-
77
- describe 'test attribute "raw_text_body"' do
78
- it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
- end
81
- end
82
-
83
- describe 'test attribute "raw_binary_body"' do
84
- it 'should work' do
85
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
- end
87
- end
88
-
89
- end
90
-
@@ -1,48 +0,0 @@
1
- =begin
2
- #configapi
3
-
4
- #Config API lets you easily manage configuration at scale.
5
-
6
- OpenAPI spec version: v1
7
-
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 CloudmersiveConfigurationApiClient::HttpRawBinaryParameter
18
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
- # Please update as you see appropriate
20
- describe 'HttpRawBinaryParameter' do
21
- before do
22
- # run before each test
23
- @instance = CloudmersiveConfigurationApiClient::HttpRawBinaryParameter.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of HttpRawBinaryParameter' do
31
- it 'should create an instance of HttpRawBinaryParameter' do
32
- expect(@instance).to be_instance_of(CloudmersiveConfigurationApiClient::HttpRawBinaryParameter)
33
- end
34
- end
35
- describe 'test attribute "parameter_value"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "use_output_from_previous_task"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- end
48
-