freeclimb 2.1.2 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (129) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -0
  3. data/Gemfile +0 -1
  4. data/README.md +6 -5
  5. data/docs/AccountResult.md +2 -2
  6. data/docs/AccountResultAllOf.md +2 -2
  7. data/docs/AddToConference.md +1 -1
  8. data/docs/AddToConferenceAllOf.md +1 -1
  9. data/docs/AvailableNumber.md +0 -2
  10. data/docs/DefaultApi.md +73 -51
  11. data/lib/freeclimb/api/default_api.rb +33 -3
  12. data/lib/freeclimb/api_client.rb +1 -1
  13. data/lib/freeclimb/models/account_result.rb +8 -8
  14. data/lib/freeclimb/models/account_result_all_of.rb +8 -8
  15. data/lib/freeclimb/models/add_to_conference.rb +0 -5
  16. data/lib/freeclimb/models/add_to_conference_all_of.rb +0 -5
  17. data/lib/freeclimb/models/available_number.rb +1 -11
  18. data/lib/freeclimb/models/percl_command.rb +1 -0
  19. data/lib/freeclimb/utils.rb +34 -0
  20. data/lib/freeclimb/version.rb +1 -1
  21. data/spec/api/default_api_spec.rb +119 -675
  22. data/spec/api/web_mocks.rb +1 -1
  23. data/spec/api_client_spec.rb +3 -3
  24. data/spec/configuration_spec.rb +18 -10
  25. data/spec/models/account_request_spec.rb +19 -5
  26. data/spec/models/account_result_all_of_spec.rb +81 -0
  27. data/spec/models/account_result_spec.rb +77 -5
  28. data/spec/models/add_to_conference_all_of_spec.rb +95 -0
  29. data/spec/models/add_to_conference_spec.rb +2 -2
  30. data/spec/models/application_list_all_of_spec.rb +41 -0
  31. data/spec/models/application_list_spec.rb +55 -5
  32. data/spec/models/application_request_spec.rb +49 -5
  33. data/spec/models/application_result_all_of_spec.rb +89 -0
  34. data/spec/models/application_result_spec.rb +85 -5
  35. data/spec/models/available_number_list_all_of_spec.rb +41 -0
  36. data/spec/models/available_number_list_spec.rb +55 -6
  37. data/spec/models/available_number_spec.rb +37 -5
  38. data/spec/models/buy_incoming_number_request_spec.rb +25 -5
  39. data/spec/models/call_list_all_of_spec.rb +41 -0
  40. data/spec/models/call_list_spec.rb +55 -6
  41. data/spec/models/call_result_all_of_spec.rb +129 -0
  42. data/spec/models/call_result_spec.rb +124 -5
  43. data/spec/models/conference_list_all_of_spec.rb +41 -0
  44. data/spec/models/conference_list_spec.rb +55 -5
  45. data/spec/models/conference_participant_list_all_of_spec.rb +41 -0
  46. data/spec/models/conference_participant_list_spec.rb +55 -5
  47. data/spec/models/conference_participant_result_all_of_spec.rb +71 -0
  48. data/spec/models/conference_participant_result_spec.rb +67 -5
  49. data/spec/models/conference_result_all_of_spec.rb +103 -0
  50. data/spec/models/conference_result_spec.rb +99 -6
  51. data/spec/models/create_conference_all_of_spec.rb +71 -0
  52. data/spec/models/create_conference_request_spec.rb +41 -6
  53. data/spec/models/create_conference_spec.rb +2 -2
  54. data/spec/models/dequeue_spec.rb +2 -2
  55. data/spec/models/enqueue_all_of_spec.rb +59 -0
  56. data/spec/models/enqueue_spec.rb +2 -2
  57. data/spec/models/filter_logs_request_spec.rb +13 -5
  58. data/spec/models/get_digits_all_of_spec.rb +89 -0
  59. data/spec/models/get_digits_spec.rb +8 -2
  60. data/spec/models/get_speech_all_of_spec.rb +113 -0
  61. data/spec/models/get_speech_spec.rb +3 -3
  62. data/spec/models/hangup_all_of_spec.rb +41 -0
  63. data/spec/models/incoming_number_list_all_of_spec.rb +41 -0
  64. data/spec/models/incoming_number_list_spec.rb +55 -6
  65. data/spec/models/incoming_number_request_spec.rb +19 -5
  66. data/spec/models/incoming_number_result_all_of_spec.rb +89 -0
  67. data/spec/models/incoming_number_result_spec.rb +85 -6
  68. data/spec/models/log_list_all_of_spec.rb +41 -0
  69. data/spec/models/log_list_spec.rb +55 -5
  70. data/spec/models/log_result_spec.rb +53 -5
  71. data/spec/models/make_call_request_spec.rb +67 -5
  72. data/spec/models/message_request_all_of_spec.rb +65 -0
  73. data/spec/models/message_request_spec.rb +61 -6
  74. data/spec/models/message_result_all_of_spec.rb +87 -0
  75. data/spec/models/message_result_spec.rb +83 -5
  76. data/spec/models/messages_list_all_of_spec.rb +41 -0
  77. data/spec/models/messages_list_spec.rb +55 -5
  78. data/spec/models/mutable_resource_model_spec.rb +31 -6
  79. data/spec/models/out_dial_all_of_spec.rb +95 -0
  80. data/spec/models/out_dial_spec.rb +8 -2
  81. data/spec/models/pagination_model_spec.rb +49 -5
  82. data/spec/models/pause_all_of_spec.rb +41 -0
  83. data/spec/models/pause_spec.rb +2 -2
  84. data/spec/models/percl_command_spec.rb +2 -2
  85. data/spec/models/percl_script_spec.rb +2 -2
  86. data/spec/models/play_all_of_spec.rb +59 -0
  87. data/spec/models/play_early_media_all_of_spec.rb +41 -0
  88. data/spec/models/play_early_media_spec.rb +2 -2
  89. data/spec/models/play_spec.rb +8 -2
  90. data/spec/models/queue_list_all_of_spec.rb +41 -0
  91. data/spec/models/queue_list_spec.rb +54 -5
  92. data/spec/models/queue_member_list_all_of_spec.rb +41 -0
  93. data/spec/models/queue_member_list_spec.rb +55 -5
  94. data/spec/models/queue_member_spec.rb +37 -6
  95. data/spec/models/queue_request_spec.rb +19 -6
  96. data/spec/models/queue_result_all_of_spec.rb +77 -0
  97. data/spec/models/queue_result_spec.rb +73 -5
  98. data/spec/models/record_utterance_all_of_spec.rb +77 -0
  99. data/spec/models/record_utterance_spec.rb +8 -2
  100. data/spec/models/recording_list_all_of_spec.rb +41 -0
  101. data/spec/models/recording_list_spec.rb +55 -5
  102. data/spec/models/recording_result_all_of_spec.rb +65 -0
  103. data/spec/models/recording_result_spec.rb +61 -5
  104. data/spec/models/redirect_all_of_spec.rb +41 -0
  105. data/spec/models/redirect_spec.rb +2 -2
  106. data/spec/models/reject_all_of_spec.rb +41 -0
  107. data/spec/models/remove_from_conference_all_of_spec.rb +41 -0
  108. data/spec/models/remove_from_conference_spec.rb +2 -2
  109. data/spec/models/say_all_of_spec.rb +65 -0
  110. data/spec/models/say_spec.rb +3 -3
  111. data/spec/models/send_digits_all_of_spec.rb +53 -0
  112. data/spec/models/send_digits_spec.rb +8 -2
  113. data/spec/models/set_listen_all_of_spec.rb +47 -0
  114. data/spec/models/set_listen_spec.rb +2 -2
  115. data/spec/models/set_talk_all_of_spec.rb +47 -0
  116. data/spec/models/set_talk_spec.rb +2 -2
  117. data/spec/models/sms_all_of_spec.rb +59 -0
  118. data/spec/models/sms_spec.rb +2 -2
  119. data/spec/models/start_record_call_spec.rb +2 -2
  120. data/spec/models/terminate_conference_all_of_spec.rb +41 -0
  121. data/spec/models/terminate_conference_spec.rb +2 -2
  122. data/spec/models/update_call_request_spec.rb +17 -5
  123. data/spec/models/update_conference_participant_request_spec.rb +19 -5
  124. data/spec/models/update_conference_request_spec.rb +29 -5
  125. data/spec/spec_helper.rb +4 -7
  126. metadata +85 -5
  127. data/freeclimb-2.0.3.gem +0 -0
  128. data/freeclimb-2.1.0.gem +0 -0
  129. data/freeclimb-2.1.1.gem +0 -0
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #FreeClimb API
3
+
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Freeclimb::RedirectAllOf
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'RedirectAllOf' do
21
+ before do
22
+ # run before each test
23
+ @instance = Freeclimb::RedirectAllOf.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of RedirectAllOf' do
31
+ it 'should create an instance of RedirectAllOf' do
32
+ expect(@instance).to be_instance_of(Freeclimb::RedirectAllOf)
33
+ end
34
+ end
35
+ describe 'test attribute "action_url"' 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
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #FreeClimb API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
5
 
6
- The version of the OpenAPI document: 0.0.1
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.0-SNAPSHOT
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #FreeClimb API
3
+
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Freeclimb::RejectAllOf
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'RejectAllOf' do
21
+ before do
22
+ # run before each test
23
+ @instance = Freeclimb::RejectAllOf.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of RejectAllOf' do
31
+ it 'should create an instance of RejectAllOf' do
32
+ expect(@instance).to be_instance_of(Freeclimb::RejectAllOf)
33
+ end
34
+ end
35
+ describe 'test attribute "reason"' 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
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #FreeClimb API
3
+
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Freeclimb::RemoveFromConferenceAllOf
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'RemoveFromConferenceAllOf' do
21
+ before do
22
+ # run before each test
23
+ @instance = Freeclimb::RemoveFromConferenceAllOf.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of RemoveFromConferenceAllOf' do
31
+ it 'should create an instance of RemoveFromConferenceAllOf' do
32
+ expect(@instance).to be_instance_of(Freeclimb::RemoveFromConferenceAllOf)
33
+ end
34
+ end
35
+ describe 'test attribute "call_id"' 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
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #FreeClimb API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
5
 
6
- The version of the OpenAPI document: 0.0.1
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.0-SNAPSHOT
@@ -0,0 +1,65 @@
1
+ =begin
2
+ #FreeClimb API
3
+
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Freeclimb::SayAllOf
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'SayAllOf' do
21
+ before do
22
+ # run before each test
23
+ @instance = Freeclimb::SayAllOf.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of SayAllOf' do
31
+ it 'should create an instance of SayAllOf' do
32
+ expect(@instance).to be_instance_of(Freeclimb::SayAllOf)
33
+ end
34
+ end
35
+ describe 'test attribute "text"' 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 "language"' 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 "loop"' 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 "conference_id"' 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 "privacy_mode"' 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
+ end
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #FreeClimb API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
5
 
6
- The version of the OpenAPI document: 0.0.1
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.0-SNAPSHOT
@@ -56,7 +56,7 @@ describe 'Say' do
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "enforce_pci"' do
59
+ describe 'test attribute "privacy_mode"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
@@ -0,0 +1,53 @@
1
+ =begin
2
+ #FreeClimb API
3
+
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Freeclimb::SendDigitsAllOf
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'SendDigitsAllOf' do
21
+ before do
22
+ # run before each test
23
+ @instance = Freeclimb::SendDigitsAllOf.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of SendDigitsAllOf' do
31
+ it 'should create an instance of SendDigitsAllOf' do
32
+ expect(@instance).to be_instance_of(Freeclimb::SendDigitsAllOf)
33
+ end
34
+ end
35
+ describe 'test attribute "digits"' 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 "pause_ms"' 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 "privacy_mode"' 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
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #FreeClimb API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
5
 
6
- The version of the OpenAPI document: 0.0.1
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.0-SNAPSHOT
@@ -44,4 +44,10 @@ describe 'SendDigits' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "privacy_mode"' 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
+
47
53
  end
@@ -0,0 +1,47 @@
1
+ =begin
2
+ #FreeClimb API
3
+
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Freeclimb::SetListenAllOf
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'SetListenAllOf' do
21
+ before do
22
+ # run before each test
23
+ @instance = Freeclimb::SetListenAllOf.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of SetListenAllOf' do
31
+ it 'should create an instance of SetListenAllOf' do
32
+ expect(@instance).to be_instance_of(Freeclimb::SetListenAllOf)
33
+ end
34
+ end
35
+ describe 'test attribute "call_id"' 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 "listen"' 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
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #FreeClimb API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
5
 
6
- The version of the OpenAPI document: 0.0.1
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.0-SNAPSHOT
@@ -0,0 +1,47 @@
1
+ =begin
2
+ #FreeClimb API
3
+
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Freeclimb::SetTalkAllOf
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'SetTalkAllOf' do
21
+ before do
22
+ # run before each test
23
+ @instance = Freeclimb::SetTalkAllOf.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of SetTalkAllOf' do
31
+ it 'should create an instance of SetTalkAllOf' do
32
+ expect(@instance).to be_instance_of(Freeclimb::SetTalkAllOf)
33
+ end
34
+ end
35
+ describe 'test attribute "call_id"' 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 "talk"' 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
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #FreeClimb API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
5
 
6
- The version of the OpenAPI document: 0.0.1
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.0-SNAPSHOT
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #FreeClimb API
3
+
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Freeclimb::SmsAllOf
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'SmsAllOf' do
21
+ before do
22
+ # run before each test
23
+ @instance = Freeclimb::SmsAllOf.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of SmsAllOf' do
31
+ it 'should create an instance of SmsAllOf' do
32
+ expect(@instance).to be_instance_of(Freeclimb::SmsAllOf)
33
+ end
34
+ end
35
+ describe 'test attribute "to"' 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 "from"' 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 "text"' 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 "notification_url"' 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
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #FreeClimb API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
5
 
6
- The version of the OpenAPI document: 0.0.1
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.0-SNAPSHOT
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #FreeClimb API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
5
 
6
- The version of the OpenAPI document: 0.0.1
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.0-SNAPSHOT
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #FreeClimb API
3
+
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Freeclimb::TerminateConferenceAllOf
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'TerminateConferenceAllOf' do
21
+ before do
22
+ # run before each test
23
+ @instance = Freeclimb::TerminateConferenceAllOf.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of TerminateConferenceAllOf' do
31
+ it 'should create an instance of TerminateConferenceAllOf' do
32
+ expect(@instance).to be_instance_of(Freeclimb::TerminateConferenceAllOf)
33
+ end
34
+ end
35
+ describe 'test attribute "conference_id"' 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
@@ -1,9 +1,9 @@
1
1
  =begin
2
2
  #FreeClimb API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
5
 
6
- The version of the OpenAPI document: 0.0.1
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.0-SNAPSHOT
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #FreeClimb API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
5
5
 
6
- The version of the OpenAPI document: 0.0.1
6
+ The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2
9
+ OpenAPI Generator version: 4.3.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -27,7 +27,19 @@ describe 'UpdateCallRequest' do
27
27
  # run after each test
28
28
  end
29
29
 
30
- it 'should create an instance of UpdateCallRequest' do
31
- expect(@instance).to be_instance_of(Freeclimb::UpdateCallRequest)
30
+ describe 'test an instance of UpdateCallRequest' do
31
+ it 'should create an instance of UpdateCallRequest' do
32
+ expect(@instance).to be_instance_of(Freeclimb::UpdateCallRequest)
33
+ end
32
34
  end
35
+ describe 'test attribute "status"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["canceled", "completed"])
39
+ # validator.allowable_values.each do |value|
40
+ # expect { @instance.status = value }.not_to raise_error
41
+ # end
42
+ end
43
+ end
44
+
33
45
  end