freeclimb 3.0.3 → 4.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +2 -4
- data/README.md +7 -6
- data/docs/DefaultApi.md +9 -101
- data/docs/MakeCallRequest.md +1 -1
- data/docs/PerclCommand.md +1 -1
- data/docs/QueueRequest.md +1 -1
- data/freeclimb.gemspec +1 -1
- data/lib/freeclimb/api/default_api.rb +11 -7
- data/lib/freeclimb/api_client.rb +1 -1
- data/lib/freeclimb/api_error.rb +1 -1
- data/lib/freeclimb/configuration.rb +1 -1
- data/lib/freeclimb/models/account_request.rb +1 -1
- data/lib/freeclimb/models/account_result.rb +20 -1
- data/lib/freeclimb/models/account_result_all_of.rb +20 -1
- data/lib/freeclimb/models/add_to_conference.rb +2 -1
- data/lib/freeclimb/models/add_to_conference_all_of.rb +1 -1
- data/lib/freeclimb/models/application_list.rb +9 -1
- data/lib/freeclimb/models/application_list_all_of.rb +2 -1
- data/lib/freeclimb/models/application_request.rb +1 -1
- data/lib/freeclimb/models/application_result.rb +10 -1
- data/lib/freeclimb/models/application_result_all_of.rb +10 -1
- data/lib/freeclimb/models/available_number.rb +6 -1
- data/lib/freeclimb/models/available_number_list.rb +9 -1
- data/lib/freeclimb/models/available_number_list_all_of.rb +2 -1
- data/lib/freeclimb/models/buy_incoming_number_request.rb +1 -1
- data/lib/freeclimb/models/call_list.rb +9 -1
- data/lib/freeclimb/models/call_list_all_of.rb +2 -1
- data/lib/freeclimb/models/call_result.rb +16 -1
- data/lib/freeclimb/models/call_result_all_of.rb +16 -1
- data/lib/freeclimb/models/capabilities.rb +6 -26
- data/lib/freeclimb/models/conference_list.rb +9 -1
- data/lib/freeclimb/models/conference_list_all_of.rb +2 -1
- data/lib/freeclimb/models/conference_participant_list.rb +9 -1
- data/lib/freeclimb/models/conference_participant_list_all_of.rb +2 -1
- data/lib/freeclimb/models/conference_participant_result.rb +7 -1
- data/lib/freeclimb/models/conference_participant_result_all_of.rb +7 -1
- data/lib/freeclimb/models/conference_result.rb +11 -1
- data/lib/freeclimb/models/conference_result_all_of.rb +11 -1
- data/lib/freeclimb/models/create_conference.rb +2 -1
- data/lib/freeclimb/models/create_conference_all_of.rb +1 -1
- data/lib/freeclimb/models/create_conference_request.rb +1 -1
- data/lib/freeclimb/models/dequeue.rb +2 -1
- data/lib/freeclimb/models/enqueue.rb +2 -1
- data/lib/freeclimb/models/enqueue_all_of.rb +1 -1
- data/lib/freeclimb/models/filter_logs_request.rb +1 -1
- data/lib/freeclimb/models/get_digits.rb +2 -1
- data/lib/freeclimb/models/get_digits_all_of.rb +1 -1
- data/lib/freeclimb/models/get_speech.rb +2 -1
- data/lib/freeclimb/models/get_speech_all_of.rb +1 -1
- data/lib/freeclimb/models/hangup.rb +2 -1
- data/lib/freeclimb/models/hangup_all_of.rb +1 -1
- data/lib/freeclimb/models/incoming_number_list.rb +9 -1
- data/lib/freeclimb/models/incoming_number_list_all_of.rb +2 -1
- data/lib/freeclimb/models/incoming_number_request.rb +1 -1
- data/lib/freeclimb/models/incoming_number_result.rb +10 -1
- data/lib/freeclimb/models/incoming_number_result_all_of.rb +10 -1
- data/lib/freeclimb/models/log_list.rb +9 -1
- data/lib/freeclimb/models/log_list_all_of.rb +2 -1
- data/lib/freeclimb/models/log_result.rb +8 -1
- data/lib/freeclimb/models/make_call_request.rb +3 -1
- data/lib/freeclimb/models/message_request.rb +1 -1
- data/lib/freeclimb/models/message_request_all_of.rb +1 -1
- data/lib/freeclimb/models/message_result.rb +9 -1
- data/lib/freeclimb/models/message_result_all_of.rb +9 -1
- data/lib/freeclimb/models/messages_list.rb +9 -1
- data/lib/freeclimb/models/messages_list_all_of.rb +2 -1
- data/lib/freeclimb/models/mutable_resource_model.rb +1 -1
- data/lib/freeclimb/models/out_dial.rb +2 -1
- data/lib/freeclimb/models/out_dial_all_of.rb +1 -1
- data/lib/freeclimb/models/pagination_model.rb +8 -1
- data/lib/freeclimb/models/pause.rb +2 -1
- data/lib/freeclimb/models/pause_all_of.rb +1 -1
- data/lib/freeclimb/models/percl_command.rb +19 -1
- data/lib/freeclimb/models/percl_script.rb +5 -1
- data/lib/freeclimb/models/play.rb +2 -1
- data/lib/freeclimb/models/play_all_of.rb +1 -1
- data/lib/freeclimb/models/play_early_media.rb +2 -1
- data/lib/freeclimb/models/play_early_media_all_of.rb +1 -1
- data/lib/freeclimb/models/queue_list.rb +9 -1
- data/lib/freeclimb/models/queue_list_all_of.rb +2 -1
- data/lib/freeclimb/models/queue_member.rb +6 -1
- data/lib/freeclimb/models/queue_member_list.rb +9 -1
- data/lib/freeclimb/models/queue_member_list_all_of.rb +2 -1
- data/lib/freeclimb/models/queue_request.rb +3 -1
- data/lib/freeclimb/models/queue_result.rb +8 -1
- data/lib/freeclimb/models/queue_result_all_of.rb +8 -1
- data/lib/freeclimb/models/record_utterance.rb +2 -1
- data/lib/freeclimb/models/record_utterance_all_of.rb +1 -1
- data/lib/freeclimb/models/recording_list.rb +9 -1
- data/lib/freeclimb/models/recording_list_all_of.rb +2 -1
- data/lib/freeclimb/models/recording_result.rb +6 -1
- data/lib/freeclimb/models/recording_result_all_of.rb +6 -1
- data/lib/freeclimb/models/redirect.rb +2 -1
- data/lib/freeclimb/models/redirect_all_of.rb +1 -1
- data/lib/freeclimb/models/reject.rb +2 -1
- data/lib/freeclimb/models/reject_all_of.rb +1 -1
- data/lib/freeclimb/models/remove_from_conference.rb +2 -1
- data/lib/freeclimb/models/remove_from_conference_all_of.rb +1 -1
- data/lib/freeclimb/models/say.rb +2 -1
- data/lib/freeclimb/models/say_all_of.rb +1 -1
- data/lib/freeclimb/models/send_digits.rb +2 -1
- data/lib/freeclimb/models/send_digits_all_of.rb +1 -1
- data/lib/freeclimb/models/set_listen.rb +2 -1
- data/lib/freeclimb/models/set_listen_all_of.rb +1 -1
- data/lib/freeclimb/models/set_talk.rb +2 -1
- data/lib/freeclimb/models/set_talk_all_of.rb +1 -1
- data/lib/freeclimb/models/sms.rb +2 -1
- data/lib/freeclimb/models/sms_all_of.rb +1 -1
- data/lib/freeclimb/models/start_record_call.rb +2 -1
- data/lib/freeclimb/models/terminate_conference.rb +2 -1
- data/lib/freeclimb/models/terminate_conference_all_of.rb +1 -1
- data/lib/freeclimb/models/update_call_request.rb +1 -1
- data/lib/freeclimb/models/update_conference_participant_request.rb +1 -1
- data/lib/freeclimb/models/update_conference_request.rb +1 -1
- data/lib/freeclimb/version.rb +2 -2
- data/lib/freeclimb.rb +1 -28
- data/spec/api/default_api_spec.rb +102 -102
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/account_request_spec.rb +1 -1
- data/spec/models/account_result_spec.rb +5 -1
- data/spec/models/add_to_conference_spec.rb +1 -1
- data/spec/models/application_list_spec.rb +1 -1
- data/spec/models/application_request_spec.rb +1 -1
- data/spec/models/application_result_spec.rb +1 -1
- data/spec/models/available_number_list_spec.rb +1 -1
- data/spec/models/available_number_spec.rb +1 -1
- data/spec/models/buy_incoming_number_request_spec.rb +1 -1
- data/spec/models/call_list_spec.rb +1 -1
- data/spec/models/call_result_spec.rb +1 -1
- data/spec/models/capabilities_spec.rb +1 -1
- data/spec/models/conference_list_spec.rb +1 -1
- data/spec/models/conference_participant_list_spec.rb +1 -1
- data/spec/models/conference_participant_result_spec.rb +1 -1
- data/spec/models/conference_result_spec.rb +1 -1
- data/spec/models/create_conference_request_spec.rb +1 -1
- data/spec/models/create_conference_spec.rb +1 -1
- data/spec/models/dequeue_spec.rb +1 -1
- data/spec/models/enqueue_spec.rb +1 -1
- data/spec/models/filter_logs_request_spec.rb +1 -1
- data/spec/models/get_digits_spec.rb +1 -1
- data/spec/models/get_speech_spec.rb +1 -1
- data/spec/models/hangup_spec.rb +1 -1
- data/spec/models/incoming_number_list_spec.rb +1 -1
- data/spec/models/incoming_number_request_spec.rb +1 -1
- data/spec/models/incoming_number_result_spec.rb +1 -1
- data/spec/models/log_list_spec.rb +1 -1
- data/spec/models/log_result_spec.rb +1 -1
- data/spec/models/make_call_request_spec.rb +1 -1
- data/spec/models/message_request_spec.rb +1 -1
- data/spec/models/message_result_spec.rb +1 -1
- data/spec/models/messages_list_spec.rb +1 -1
- data/spec/models/mutable_resource_model_spec.rb +1 -1
- data/spec/models/out_dial_spec.rb +1 -1
- data/spec/models/pagination_model_spec.rb +1 -1
- data/spec/models/pause_spec.rb +1 -1
- data/spec/models/percl_command_spec.rb +1 -1
- data/spec/models/percl_script_spec.rb +1 -1
- data/spec/models/play_early_media_spec.rb +1 -1
- data/spec/models/play_spec.rb +1 -1
- data/spec/models/queue_list_spec.rb +1 -1
- data/spec/models/queue_member_list_spec.rb +1 -1
- data/spec/models/queue_member_spec.rb +1 -1
- data/spec/models/queue_request_spec.rb +1 -1
- data/spec/models/queue_result_spec.rb +1 -1
- data/spec/models/record_utterance_spec.rb +1 -1
- data/spec/models/recording_list_spec.rb +1 -1
- data/spec/models/recording_result_spec.rb +1 -1
- data/spec/models/redirect_spec.rb +1 -1
- data/spec/models/reject_spec.rb +1 -1
- data/spec/models/remove_from_conference_spec.rb +1 -1
- data/spec/models/say_spec.rb +1 -1
- data/spec/models/send_digits_spec.rb +1 -1
- data/spec/models/set_listen_spec.rb +1 -1
- data/spec/models/set_talk_spec.rb +1 -1
- data/spec/models/sms_spec.rb +1 -1
- data/spec/models/start_record_call_spec.rb +1 -1
- data/spec/models/terminate_conference_spec.rb +1 -1
- data/spec/models/update_call_request_spec.rb +1 -1
- data/spec/models/update_conference_participant_request_spec.rb +1 -1
- data/spec/models/update_conference_request_spec.rb +1 -1
- data/spec/quickstart_spec.rb +1 -1
- data/spec/spec_helper.rb +6 -2
- metadata +3 -3
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -16,6 +16,7 @@ require 'time'
|
|
16
16
|
module Freeclimb
|
17
17
|
# An individual command used in a PerCLScript.
|
18
18
|
class PerclCommand
|
19
|
+
# Name of PerCL Command (this is automatically derived from mapping configuration and should not be manually supplied in any arguments)
|
19
20
|
attr_accessor :command
|
20
21
|
|
21
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -218,6 +219,23 @@ module Freeclimb
|
|
218
219
|
value
|
219
220
|
end
|
220
221
|
end
|
222
|
+
def to_percl_hash()
|
223
|
+
command = self.command
|
224
|
+
attributes = self.class.openapi_types
|
225
|
+
percl_hash = attributes.each_with_object({}) do |(attr, _type), hash|
|
226
|
+
value = self.send(attr)
|
227
|
+
if value.is_a?(Array)
|
228
|
+
hash[attr] = value.compact.map { |v| v.is_a?(PerclCommand) ? v.to_percl_hash() : v }
|
229
|
+
elsif value.is_a?(PerclCommand)
|
230
|
+
hash[attr] = value.to_percl_hash()
|
231
|
+
elsif !value.nil?
|
232
|
+
hash[attr] = value
|
233
|
+
end
|
234
|
+
end
|
235
|
+
result = {}
|
236
|
+
result[command] = percl_hash
|
237
|
+
return result
|
238
|
+
end
|
221
239
|
|
222
240
|
end
|
223
241
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -216,6 +216,10 @@ module Freeclimb
|
|
216
216
|
value
|
217
217
|
end
|
218
218
|
end
|
219
|
+
def to_json()
|
220
|
+
commands = self.commands.map { |command| command.to_percl_hash }
|
221
|
+
commands.to_json
|
222
|
+
end
|
219
223
|
|
220
224
|
end
|
221
225
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -100,6 +100,7 @@ module Freeclimb
|
|
100
100
|
if attributes.key?(:'privacy_mode')
|
101
101
|
self.privacy_mode = attributes[:'privacy_mode']
|
102
102
|
end
|
103
|
+
self.command = "Play"
|
103
104
|
end
|
104
105
|
|
105
106
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -73,6 +73,7 @@ module Freeclimb
|
|
73
73
|
if attributes.key?(:'file')
|
74
74
|
self.file = attributes[:'file']
|
75
75
|
end
|
76
|
+
self.command = "PlayEarlyMedia"
|
76
77
|
end
|
77
78
|
|
78
79
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -74,6 +74,14 @@ module Freeclimb
|
|
74
74
|
# List of attributes with nullable: true
|
75
75
|
def self.openapi_nullable
|
76
76
|
Set.new([
|
77
|
+
:'total',
|
78
|
+
:'start',
|
79
|
+
:'_end',
|
80
|
+
:'page',
|
81
|
+
:'num_pages',
|
82
|
+
:'page_size',
|
83
|
+
:'next_page_uri',
|
84
|
+
:'queues'
|
77
85
|
])
|
78
86
|
end
|
79
87
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -39,6 +39,7 @@ module Freeclimb
|
|
39
39
|
# List of attributes with nullable: true
|
40
40
|
def self.openapi_nullable
|
41
41
|
Set.new([
|
42
|
+
:'queues'
|
42
43
|
])
|
43
44
|
end
|
44
45
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -60,6 +60,11 @@ module Freeclimb
|
|
60
60
|
# List of attributes with nullable: true
|
61
61
|
def self.openapi_nullable
|
62
62
|
Set.new([
|
63
|
+
:'uri',
|
64
|
+
:'call_id',
|
65
|
+
:'wait_time',
|
66
|
+
:'position',
|
67
|
+
:'date_enqueued'
|
63
68
|
])
|
64
69
|
end
|
65
70
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -74,6 +74,14 @@ module Freeclimb
|
|
74
74
|
# List of attributes with nullable: true
|
75
75
|
def self.openapi_nullable
|
76
76
|
Set.new([
|
77
|
+
:'total',
|
78
|
+
:'start',
|
79
|
+
:'_end',
|
80
|
+
:'page',
|
81
|
+
:'num_pages',
|
82
|
+
:'page_size',
|
83
|
+
:'next_page_uri',
|
84
|
+
:'queue_members'
|
77
85
|
])
|
78
86
|
end
|
79
87
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -39,6 +39,7 @@ module Freeclimb
|
|
39
39
|
# List of attributes with nullable: true
|
40
40
|
def self.openapi_nullable
|
41
41
|
Set.new([
|
42
|
+
:'queue_members'
|
42
43
|
])
|
43
44
|
end
|
44
45
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -69,6 +69,8 @@ module Freeclimb
|
|
69
69
|
|
70
70
|
if attributes.key?(:'max_size')
|
71
71
|
self.max_size = attributes[:'max_size']
|
72
|
+
else
|
73
|
+
self.max_size = 100
|
72
74
|
end
|
73
75
|
end
|
74
76
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -90,6 +90,13 @@ module Freeclimb
|
|
90
90
|
# List of attributes with nullable: true
|
91
91
|
def self.openapi_nullable
|
92
92
|
Set.new([
|
93
|
+
:'account_id',
|
94
|
+
:'queue_id',
|
95
|
+
:'_alias',
|
96
|
+
:'max_size',
|
97
|
+
:'current_size',
|
98
|
+
:'average_wait_time',
|
99
|
+
:'subresource_uris'
|
93
100
|
])
|
94
101
|
end
|
95
102
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -70,6 +70,13 @@ module Freeclimb
|
|
70
70
|
# List of attributes with nullable: true
|
71
71
|
def self.openapi_nullable
|
72
72
|
Set.new([
|
73
|
+
:'account_id',
|
74
|
+
:'queue_id',
|
75
|
+
:'_alias',
|
76
|
+
:'max_size',
|
77
|
+
:'current_size',
|
78
|
+
:'average_wait_time',
|
79
|
+
:'subresource_uris'
|
73
80
|
])
|
74
81
|
end
|
75
82
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -127,6 +127,7 @@ module Freeclimb
|
|
127
127
|
if attributes.key?(:'privacy_mode')
|
128
128
|
self.privacy_mode = attributes[:'privacy_mode']
|
129
129
|
end
|
130
|
+
self.command = "RecordUtterance"
|
130
131
|
end
|
131
132
|
|
132
133
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -74,6 +74,14 @@ module Freeclimb
|
|
74
74
|
# List of attributes with nullable: true
|
75
75
|
def self.openapi_nullable
|
76
76
|
Set.new([
|
77
|
+
:'total',
|
78
|
+
:'start',
|
79
|
+
:'_end',
|
80
|
+
:'page',
|
81
|
+
:'num_pages',
|
82
|
+
:'page_size',
|
83
|
+
:'next_page_uri',
|
84
|
+
:'recordings'
|
77
85
|
])
|
78
86
|
end
|
79
87
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -39,6 +39,7 @@ module Freeclimb
|
|
39
39
|
# List of attributes with nullable: true
|
40
40
|
def self.openapi_nullable
|
41
41
|
Set.new([
|
42
|
+
:'recordings'
|
42
43
|
])
|
43
44
|
end
|
44
45
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -80,6 +80,11 @@ module Freeclimb
|
|
80
80
|
# List of attributes with nullable: true
|
81
81
|
def self.openapi_nullable
|
82
82
|
Set.new([
|
83
|
+
:'recording_id',
|
84
|
+
:'account_id',
|
85
|
+
:'call_id',
|
86
|
+
:'duration_sec',
|
87
|
+
:'conference_id'
|
83
88
|
])
|
84
89
|
end
|
85
90
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -60,6 +60,11 @@ module Freeclimb
|
|
60
60
|
# List of attributes with nullable: true
|
61
61
|
def self.openapi_nullable
|
62
62
|
Set.new([
|
63
|
+
:'recording_id',
|
64
|
+
:'account_id',
|
65
|
+
:'call_id',
|
66
|
+
:'duration_sec',
|
67
|
+
:'conference_id'
|
63
68
|
])
|
64
69
|
end
|
65
70
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -73,6 +73,7 @@ module Freeclimb
|
|
73
73
|
if attributes.key?(:'action_url')
|
74
74
|
self.action_url = attributes[:'action_url']
|
75
75
|
end
|
76
|
+
self.command = "Redirect"
|
76
77
|
end
|
77
78
|
|
78
79
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -73,6 +73,7 @@ module Freeclimb
|
|
73
73
|
if attributes.key?(:'reason')
|
74
74
|
self.reason = attributes[:'reason']
|
75
75
|
end
|
76
|
+
self.command = "Reject"
|
76
77
|
end
|
77
78
|
|
78
79
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -73,6 +73,7 @@ module Freeclimb
|
|
73
73
|
if attributes.key?(:'call_id')
|
74
74
|
self.call_id = attributes[:'call_id']
|
75
75
|
end
|
76
|
+
self.command = "RemoveFromConference"
|
76
77
|
end
|
77
78
|
|
78
79
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
data/lib/freeclimb/models/say.rb
CHANGED
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -109,6 +109,7 @@ module Freeclimb
|
|
109
109
|
if attributes.key?(:'privacy_mode')
|
110
110
|
self.privacy_mode = attributes[:'privacy_mode']
|
111
111
|
end
|
112
|
+
self.command = "Say"
|
112
113
|
end
|
113
114
|
|
114
115
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -91,6 +91,7 @@ module Freeclimb
|
|
91
91
|
if attributes.key?(:'privacy_mode')
|
92
92
|
self.privacy_mode = attributes[:'privacy_mode']
|
93
93
|
end
|
94
|
+
self.command = "SendDigits"
|
94
95
|
end
|
95
96
|
|
96
97
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -82,6 +82,7 @@ module Freeclimb
|
|
82
82
|
if attributes.key?(:'listen')
|
83
83
|
self.listen = attributes[:'listen']
|
84
84
|
end
|
85
|
+
self.command = "SetListen"
|
85
86
|
end
|
86
87
|
|
87
88
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -82,6 +82,7 @@ module Freeclimb
|
|
82
82
|
if attributes.key?(:'talk')
|
83
83
|
self.talk = attributes[:'talk']
|
84
84
|
end
|
85
|
+
self.command = "SetTalk"
|
85
86
|
end
|
86
87
|
|
87
88
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
data/lib/freeclimb/models/sms.rb
CHANGED
@@ -4,7 +4,7 @@
|
|
4
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
6
|
The version of the OpenAPI document: 1.0.0
|
7
|
-
|
7
|
+
Contact: support@freeclimb.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
10
10
|
|
@@ -100,6 +100,7 @@ module Freeclimb
|
|
100
100
|
if attributes.key?(:'notification_url')
|
101
101
|
self.notification_url = attributes[:'notification_url']
|
102
102
|
end
|
103
|
+
self.command = "Sms"
|
103
104
|
end
|
104
105
|
|
105
106
|
# Show invalid properties with the reasons. Usually used together with valid?
|