freeclimb 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +10 -0
  3. data/Gemfile.lock +82 -0
  4. data/README.md +238 -0
  5. data/Rakefile +10 -0
  6. data/docs/AccountRequest.md +21 -0
  7. data/docs/AccountResult.md +37 -0
  8. data/docs/AccountResultAllOf.md +29 -0
  9. data/docs/ApplicationList.md +31 -0
  10. data/docs/ApplicationListAllOf.md +17 -0
  11. data/docs/ApplicationRequest.md +31 -0
  12. data/docs/ApplicationResult.md +41 -0
  13. data/docs/ApplicationResultAllOf.md +33 -0
  14. data/docs/AvailableNumber.md +27 -0
  15. data/docs/AvailableNumberList.md +31 -0
  16. data/docs/AvailableNumberListAllOf.md +17 -0
  17. data/docs/BuyIncomingNumberRequest.md +23 -0
  18. data/docs/CallList.md +31 -0
  19. data/docs/CallListAllOf.md +17 -0
  20. data/docs/CallResult.md +53 -0
  21. data/docs/CallResultAllOf.md +45 -0
  22. data/docs/ConferenceList.md +31 -0
  23. data/docs/ConferenceListAllOf.md +17 -0
  24. data/docs/ConferenceParticipantList.md +31 -0
  25. data/docs/ConferenceParticipantListAllOf.md +17 -0
  26. data/docs/ConferenceParticipantResult.md +35 -0
  27. data/docs/ConferenceParticipantResultAllOf.md +27 -0
  28. data/docs/ConferenceResult.md +43 -0
  29. data/docs/ConferenceResultAllOf.md +35 -0
  30. data/docs/CreateConferenceRequest.md +27 -0
  31. data/docs/DefaultApi.md +2504 -0
  32. data/docs/DequeueMemberRequest.md +17 -0
  33. data/docs/FilterLogsRequest.md +19 -0
  34. data/docs/IncomingNumberList.md +31 -0
  35. data/docs/IncomingNumberListAllOf.md +17 -0
  36. data/docs/IncomingNumberRequest.md +21 -0
  37. data/docs/IncomingNumberResult.md +41 -0
  38. data/docs/IncomingNumberResultAllOf.md +33 -0
  39. data/docs/LogList.md +31 -0
  40. data/docs/LogListAllOf.md +17 -0
  41. data/docs/LogResult.md +29 -0
  42. data/docs/MakeCallRequest.md +33 -0
  43. data/docs/MessageRequest.md +35 -0
  44. data/docs/MessageRequestAllOf.md +27 -0
  45. data/docs/MessageResult.md +39 -0
  46. data/docs/MessageResultAllOf.md +31 -0
  47. data/docs/MessagesList.md +31 -0
  48. data/docs/MessagesListAllOf.md +17 -0
  49. data/docs/MutableResourceModel.md +23 -0
  50. data/docs/PaginationModel.md +29 -0
  51. data/docs/Percl.md +697 -0
  52. data/docs/QueueList.md +31 -0
  53. data/docs/QueueListAllOf.md +17 -0
  54. data/docs/QueueMember.md +25 -0
  55. data/docs/QueueMemberList.md +31 -0
  56. data/docs/QueueMemberListAllOf.md +17 -0
  57. data/docs/QueueRequest.md +21 -0
  58. data/docs/QueueResult.md +37 -0
  59. data/docs/QueueResultAllOf.md +29 -0
  60. data/docs/RecordingList.md +31 -0
  61. data/docs/RecordingListAllOf.md +17 -0
  62. data/docs/RecordingResult.md +33 -0
  63. data/docs/RecordingResultAllOf.md +25 -0
  64. data/docs/UpdateCallRequest.md +19 -0
  65. data/docs/UpdateConferenceParticipantRequest.md +21 -0
  66. data/docs/UpdateConferenceRequest.md +23 -0
  67. data/freeclimb.gemspec +39 -0
  68. data/git_push.sh +58 -0
  69. data/lib/freeclimb.rb +99 -0
  70. data/lib/freeclimb/api/default_api.rb +2845 -0
  71. data/lib/freeclimb/api_client.rb +386 -0
  72. data/lib/freeclimb/api_error.rb +57 -0
  73. data/lib/freeclimb/configuration.rb +248 -0
  74. data/lib/freeclimb/models/account_request.rb +227 -0
  75. data/lib/freeclimb/models/account_result.rb +349 -0
  76. data/lib/freeclimb/models/account_result_all_of.rb +301 -0
  77. data/lib/freeclimb/models/application_list.rb +286 -0
  78. data/lib/freeclimb/models/application_list_all_of.rb +208 -0
  79. data/lib/freeclimb/models/application_request.rb +277 -0
  80. data/lib/freeclimb/models/application_result.rb +335 -0
  81. data/lib/freeclimb/models/application_result_all_of.rb +287 -0
  82. data/lib/freeclimb/models/available_number.rb +257 -0
  83. data/lib/freeclimb/models/available_number_list.rb +286 -0
  84. data/lib/freeclimb/models/available_number_list_all_of.rb +208 -0
  85. data/lib/freeclimb/models/buy_incoming_number_request.rb +242 -0
  86. data/lib/freeclimb/models/call_list.rb +286 -0
  87. data/lib/freeclimb/models/call_list_all_of.rb +208 -0
  88. data/lib/freeclimb/models/call_result.rb +429 -0
  89. data/lib/freeclimb/models/call_result_all_of.rb +381 -0
  90. data/lib/freeclimb/models/conference_list.rb +286 -0
  91. data/lib/freeclimb/models/conference_list_all_of.rb +208 -0
  92. data/lib/freeclimb/models/conference_participant_list.rb +286 -0
  93. data/lib/freeclimb/models/conference_participant_list_all_of.rb +208 -0
  94. data/lib/freeclimb/models/conference_participant_result.rb +305 -0
  95. data/lib/freeclimb/models/conference_participant_result_all_of.rb +257 -0
  96. data/lib/freeclimb/models/conference_result.rb +391 -0
  97. data/lib/freeclimb/models/conference_result_all_of.rb +343 -0
  98. data/lib/freeclimb/models/create_conference_request.rb +293 -0
  99. data/lib/freeclimb/models/dequeue_member_request.rb +207 -0
  100. data/lib/freeclimb/models/filter_logs_request.rb +222 -0
  101. data/lib/freeclimb/models/incoming_number_list.rb +286 -0
  102. data/lib/freeclimb/models/incoming_number_list_all_of.rb +208 -0
  103. data/lib/freeclimb/models/incoming_number_request.rb +227 -0
  104. data/lib/freeclimb/models/incoming_number_result.rb +335 -0
  105. data/lib/freeclimb/models/incoming_number_result_all_of.rb +287 -0
  106. data/lib/freeclimb/models/log_list.rb +286 -0
  107. data/lib/freeclimb/models/log_list_all_of.rb +208 -0
  108. data/lib/freeclimb/models/log_result.rb +301 -0
  109. data/lib/freeclimb/models/make_call_request.rb +302 -0
  110. data/lib/freeclimb/models/message_request.rb +320 -0
  111. data/lib/freeclimb/models/message_request_all_of.rb +272 -0
  112. data/lib/freeclimb/models/message_result.rb +359 -0
  113. data/lib/freeclimb/models/message_result_all_of.rb +311 -0
  114. data/lib/freeclimb/models/messages_list.rb +287 -0
  115. data/lib/freeclimb/models/messages_list_all_of.rb +209 -0
  116. data/lib/freeclimb/models/mutable_resource_model.rb +237 -0
  117. data/lib/freeclimb/models/pagination_model.rb +267 -0
  118. data/lib/freeclimb/models/queue_list.rb +286 -0
  119. data/lib/freeclimb/models/queue_list_all_of.rb +208 -0
  120. data/lib/freeclimb/models/queue_member.rb +247 -0
  121. data/lib/freeclimb/models/queue_member_list.rb +286 -0
  122. data/lib/freeclimb/models/queue_member_list_all_of.rb +208 -0
  123. data/lib/freeclimb/models/queue_request.rb +227 -0
  124. data/lib/freeclimb/models/queue_result.rb +315 -0
  125. data/lib/freeclimb/models/queue_result_all_of.rb +267 -0
  126. data/lib/freeclimb/models/recording_list.rb +286 -0
  127. data/lib/freeclimb/models/recording_list_all_of.rb +208 -0
  128. data/lib/freeclimb/models/recording_result.rb +295 -0
  129. data/lib/freeclimb/models/recording_result_all_of.rb +247 -0
  130. data/lib/freeclimb/models/update_call_request.rb +256 -0
  131. data/lib/freeclimb/models/update_conference_participant_request.rb +227 -0
  132. data/lib/freeclimb/models/update_conference_request.rb +273 -0
  133. data/lib/freeclimb/version.rb +15 -0
  134. data/lib/percl/calls.rb +43 -0
  135. data/lib/percl/conference_participants.rb +40 -0
  136. data/lib/percl/conferences.rb +21 -0
  137. data/lib/percl/ivr.rb +63 -0
  138. data/lib/percl/jsonable.rb +23 -0
  139. data/lib/percl/percl.rb +29 -0
  140. data/lib/percl/queue_members.rb +15 -0
  141. data/lib/percl/recordings.rb +15 -0
  142. data/lib/percl/sms.rb +11 -0
  143. data/spec/api/default_api_spec.rb +1151 -0
  144. data/spec/api/web_mocks.rb +473 -0
  145. data/spec/api_client_spec.rb +226 -0
  146. data/spec/configuration_spec.rb +34 -0
  147. data/spec/models/account_request_spec.rb +33 -0
  148. data/spec/models/account_result_spec.rb +33 -0
  149. data/spec/models/application_list_spec.rb +33 -0
  150. data/spec/models/application_request_spec.rb +33 -0
  151. data/spec/models/application_result_spec.rb +33 -0
  152. data/spec/models/available_number_list_spec.rb +34 -0
  153. data/spec/models/available_number_spec.rb +33 -0
  154. data/spec/models/buy_incoming_number_request_spec.rb +33 -0
  155. data/spec/models/call_list_spec.rb +34 -0
  156. data/spec/models/call_result_spec.rb +34 -0
  157. data/spec/models/conference_list_spec.rb +33 -0
  158. data/spec/models/conference_participant_list_spec.rb +33 -0
  159. data/spec/models/conference_participant_result_spec.rb +33 -0
  160. data/spec/models/conference_result_spec.rb +34 -0
  161. data/spec/models/create_conference_request_spec.rb +34 -0
  162. data/spec/models/dequeue_member_request_spec.rb +34 -0
  163. data/spec/models/filter_logs_request_spec.rb +33 -0
  164. data/spec/models/incoming_number_list_spec.rb +34 -0
  165. data/spec/models/incoming_number_request_spec.rb +33 -0
  166. data/spec/models/incoming_number_result_spec.rb +34 -0
  167. data/spec/models/log_list_spec.rb +33 -0
  168. data/spec/models/log_result_spec.rb +33 -0
  169. data/spec/models/make_call_request_spec.rb +33 -0
  170. data/spec/models/message_request_spec.rb +34 -0
  171. data/spec/models/message_result_spec.rb +33 -0
  172. data/spec/models/messages_list_spec.rb +33 -0
  173. data/spec/models/mutable_resource_model_spec.rb +34 -0
  174. data/spec/models/pagination_model_spec.rb +33 -0
  175. data/spec/models/queue_list_spec.rb +34 -0
  176. data/spec/models/queue_member_list_spec.rb +33 -0
  177. data/spec/models/queue_member_spec.rb +34 -0
  178. data/spec/models/queue_request_spec.rb +34 -0
  179. data/spec/models/queue_result_spec.rb +33 -0
  180. data/spec/models/recording_list_spec.rb +33 -0
  181. data/spec/models/recording_result_spec.rb +33 -0
  182. data/spec/models/update_call_request_spec.rb +33 -0
  183. data/spec/models/update_conference_participant_request_spec.rb +33 -0
  184. data/spec/models/update_conference_request_spec.rb +33 -0
  185. data/spec/percl/calls_spec.rb +111 -0
  186. data/spec/percl/conference_participant_spec.rb +96 -0
  187. data/spec/percl/conference_spec.rb +46 -0
  188. data/spec/percl/ivr_spec.rb +155 -0
  189. data/spec/percl/jsonable_spec.rb +28 -0
  190. data/spec/percl/percl_spec.rb +31 -0
  191. data/spec/percl/queue_members_spec.rb +35 -0
  192. data/spec/percl/recordings_spec.rb +32 -0
  193. data/spec/percl/sms_spec.rb +29 -0
  194. data/spec/spec_helper.rb +114 -0
  195. metadata +355 -0
@@ -0,0 +1,17 @@
1
+ # Freeclimb::ApplicationListAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **applications** | [**Array<ApplicationResult>**](ApplicationResult.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'Freeclimb'
13
+
14
+ instance = Freeclimb::ApplicationListAllOf.new(applications: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,31 @@
1
+ # Freeclimb::ApplicationRequest
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **_alias** | **String** | A human readable description of the application, with maximum length 64 characters. | [optional]
8
+ **voice_url** | **String** | The URL that FreeClimb will request when an inbound call arrives on a phone number assigned to this application. Used only for inbound calls. | [optional]
9
+ **voice_fallback_url** | **String** | The URL that FreeClimb will request if it times out waiting for a response from the voiceUrl. Used for inbound calls only. Note: A PerCL response is expected to control the inbound call. | [optional]
10
+ **call_connect_url** | **String** | The URL that FreeClimb will request when an outbound call request is complete. Used for outbound calls only. Note: A PerCL response is expected if the outbound call is connected (status=InProgress) to control the call. | [optional]
11
+ **status_callback_url** | **String** | The URL that FreeClimb will request to pass call status (such as call ended) to the application. Note: This is a notification only; any PerCL returned will be ignored. | [optional]
12
+ **sms_url** | **String** | The URL that FreeClimb will request when a phone number assigned to this application receives an incoming SMS message. Used for inbound SMS only. Note: Any PerCL returned will be ignored. | [optional]
13
+ **sms_fallback_url** | **String** | The URL that FreeClimb will request if it times out waiting for a response from the smsUrl. Used for inbound SMS only. Note: Any PerCL returned will be ignored. | [optional]
14
+ **request_id** | **String** | The requestId for this request starting with prefix \"RQ\" followed by 40 hexadecimal characters. FreeClimb logs generated while processing this request will include this requestId. If it is not provided, FreeClimb will generate a requestId and return it as a header in the response, e.g. X-Pulse-Request-Id: <requestId> | [optional]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'Freeclimb'
20
+
21
+ instance = Freeclimb::ApplicationRequest.new(_alias: null,
22
+ voice_url: null,
23
+ voice_fallback_url: null,
24
+ call_connect_url: null,
25
+ status_callback_url: null,
26
+ sms_url: null,
27
+ sms_fallback_url: null,
28
+ request_id: null)
29
+ ```
30
+
31
+
@@ -0,0 +1,41 @@
1
+ # Freeclimb::ApplicationResult
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **uri** | **String** | The URI for this resource, relative to /apiserver. | [optional]
8
+ **date_created** | **String** | The date that this resource was created (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). | [optional]
9
+ **date_updated** | **String** | The date that this resource was last updated (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). | [optional]
10
+ **revision** | **Integer** | Revision count for the resource. This count is set to 1 on creation and is incremented every time it is updated. | [optional]
11
+ **account_id** | **String** | ID of the account that owns this phone number. | [optional]
12
+ **application_id** | **String** | ID of the Application that FreeClimb should contact if a Call or SMS arrives for this phone number or a Call from this number is placed. An incoming phone number is not useful until associated with an applicationId. | [optional]
13
+ **_alias** | **String** | Description for this phone number. Typically the conventionally-formatted version of the phone number. | [optional]
14
+ **voice_url** | **String** | The URL FreeClimb will request when a phone number assigned to this Application receives a Call. Used for inbound calls only. | [optional]
15
+ **voice_fallback_url** | **String** | The URL that FreeClimb will request if it times out waiting for a response from the voiceUrl. Used for inbound calls only. | [optional]
16
+ **call_connect_url** | **String** | The URL to which FreeClimb will make a POST request informing the result of the outbound Call request. The status property of the request message specifies if the Call was connected or not. | [optional]
17
+ **status_callback_url** | **String** | A URL to which FreeClimb will make a POST request when the Call ends to notify this app. | [optional]
18
+ **sms_url** | **String** | The URL FreeClimb will request when a phone number assigned to this Application receives an incoming SMS message. Used for inbound SMS only. | [optional]
19
+ **sms_fallback_url** | **String** | The URL that FreeClimb will request if it times out waiting for a response from the smsUrl. Used for inbound SMS only. | [optional]
20
+
21
+ ## Code Sample
22
+
23
+ ```ruby
24
+ require 'Freeclimb'
25
+
26
+ instance = Freeclimb::ApplicationResult.new(uri: null,
27
+ date_created: null,
28
+ date_updated: null,
29
+ revision: null,
30
+ account_id: null,
31
+ application_id: null,
32
+ _alias: null,
33
+ voice_url: null,
34
+ voice_fallback_url: null,
35
+ call_connect_url: null,
36
+ status_callback_url: null,
37
+ sms_url: null,
38
+ sms_fallback_url: null)
39
+ ```
40
+
41
+
@@ -0,0 +1,33 @@
1
+ # Freeclimb::ApplicationResultAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **account_id** | **String** | ID of the account that owns this phone number. | [optional]
8
+ **application_id** | **String** | ID of the Application that FreeClimb should contact if a Call or SMS arrives for this phone number or a Call from this number is placed. An incoming phone number is not useful until associated with an applicationId. | [optional]
9
+ **_alias** | **String** | Description for this phone number. Typically the conventionally-formatted version of the phone number. | [optional]
10
+ **voice_url** | **String** | The URL FreeClimb will request when a phone number assigned to this Application receives a Call. Used for inbound calls only. | [optional]
11
+ **voice_fallback_url** | **String** | The URL that FreeClimb will request if it times out waiting for a response from the voiceUrl. Used for inbound calls only. | [optional]
12
+ **call_connect_url** | **String** | The URL to which FreeClimb will make a POST request informing the result of the outbound Call request. The status property of the request message specifies if the Call was connected or not. | [optional]
13
+ **status_callback_url** | **String** | A URL to which FreeClimb will make a POST request when the Call ends to notify this app. | [optional]
14
+ **sms_url** | **String** | The URL FreeClimb will request when a phone number assigned to this Application receives an incoming SMS message. Used for inbound SMS only. | [optional]
15
+ **sms_fallback_url** | **String** | The URL that FreeClimb will request if it times out waiting for a response from the smsUrl. Used for inbound SMS only. | [optional]
16
+
17
+ ## Code Sample
18
+
19
+ ```ruby
20
+ require 'Freeclimb'
21
+
22
+ instance = Freeclimb::ApplicationResultAllOf.new(account_id: null,
23
+ application_id: null,
24
+ _alias: null,
25
+ voice_url: null,
26
+ voice_fallback_url: null,
27
+ call_connect_url: null,
28
+ status_callback_url: null,
29
+ sms_url: null,
30
+ sms_fallback_url: null)
31
+ ```
32
+
33
+
@@ -0,0 +1,27 @@
1
+ # Freeclimb::AvailableNumber
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **phone_number** | **String** | The phone number, in E.164 format (+ country code and phone number: +18003608245). | [optional]
8
+ **voice_enabled** | **Boolean** | Typically set to true for all numbers. | [optional]
9
+ **sms_enabled** | **Boolean** | Indicates whether the phone number can send and receive SMS messages. | [optional]
10
+ **_alias** | **String** | A nicely-formatted version of the phone number. | [optional]
11
+ **region** | **String** | The state or province of this phone number. | [optional]
12
+ **country** | **String** | The country of this phone number. | [optional]
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'Freeclimb'
18
+
19
+ instance = Freeclimb::AvailableNumber.new(phone_number: null,
20
+ voice_enabled: null,
21
+ sms_enabled: null,
22
+ _alias: null,
23
+ region: null,
24
+ country: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,31 @@
1
+ # Freeclimb::AvailableNumberList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **total** | **Integer** | Total amount of requested resource. | [optional]
8
+ **start** | **Integer** | Resource index at start of current page | [optional]
9
+ **_end** | **Integer** | Resource index at end of current page | [optional]
10
+ **page** | **Integer** | Current page | [optional]
11
+ **num_pages** | **Integer** | Total number of pages | [optional]
12
+ **page_size** | **Integer** | Number of items per page | [optional]
13
+ **next_page_uri** | **String** | Uri to retrieve the next page of items | [optional]
14
+ **available_phone_numbers** | [**Array<AvailableNumber>**](AvailableNumber.md) | | [optional]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'Freeclimb'
20
+
21
+ instance = Freeclimb::AvailableNumberList.new(total: null,
22
+ start: null,
23
+ _end: null,
24
+ page: null,
25
+ num_pages: null,
26
+ page_size: null,
27
+ next_page_uri: null,
28
+ available_phone_numbers: null)
29
+ ```
30
+
31
+
@@ -0,0 +1,17 @@
1
+ # Freeclimb::AvailableNumberListAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **available_phone_numbers** | [**Array<AvailableNumber>**](AvailableNumber.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'Freeclimb'
13
+
14
+ instance = Freeclimb::AvailableNumberListAllOf.new(available_phone_numbers: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,23 @@
1
+ # Freeclimb::BuyIncomingNumberRequest
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **phone_number** | **String** | Phone number to purchase in E.164 format (as returned in the list of Available Phone Numbers). |
8
+ **_alias** | **String** | Description for this new incoming phone number (max 64 characters). | [optional]
9
+ **application_id** | **String** | ID of the application that should handle phone calls to the number. | [optional]
10
+ **request_id** | **String** | RequestId for this request starting with prefix `RQ` followed by 40 hexadecimal characters. FreeClimb logs generated while processing this request will include this requestId. If it is not provided, FreeClimb will generate a requestId and return it as a header in the response, (e.g., `X-Pulse-Request-Id: <requestId>`). | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'Freeclimb'
16
+
17
+ instance = Freeclimb::BuyIncomingNumberRequest.new(phone_number: null,
18
+ _alias: null,
19
+ application_id: null,
20
+ request_id: null)
21
+ ```
22
+
23
+
data/docs/CallList.md ADDED
@@ -0,0 +1,31 @@
1
+ # Freeclimb::CallList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **total** | **Integer** | Total amount of requested resource. | [optional]
8
+ **start** | **Integer** | Resource index at start of current page | [optional]
9
+ **_end** | **Integer** | Resource index at end of current page | [optional]
10
+ **page** | **Integer** | Current page | [optional]
11
+ **num_pages** | **Integer** | Total number of pages | [optional]
12
+ **page_size** | **Integer** | Number of items per page | [optional]
13
+ **next_page_uri** | **String** | Uri to retrieve the next page of items | [optional]
14
+ **calls** | [**Array<CallResult>**](CallResult.md) | | [optional]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'Freeclimb'
20
+
21
+ instance = Freeclimb::CallList.new(total: null,
22
+ start: null,
23
+ _end: null,
24
+ page: null,
25
+ num_pages: null,
26
+ page_size: null,
27
+ next_page_uri: null,
28
+ calls: null)
29
+ ```
30
+
31
+
@@ -0,0 +1,17 @@
1
+ # Freeclimb::CallListAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **calls** | [**Array<CallResult>**](CallResult.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'Freeclimb'
13
+
14
+ instance = Freeclimb::CallListAllOf.new(calls: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,53 @@
1
+ # Freeclimb::CallResult
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **uri** | **String** | The URI for this resource, relative to /apiserver. | [optional]
8
+ **date_created** | **String** | The date that this resource was created (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). | [optional]
9
+ **date_updated** | **String** | The date that this resource was last updated (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). | [optional]
10
+ **revision** | **Integer** | Revision count for the resource. This count is set to 1 on creation and is incremented every time it is updated. | [optional]
11
+ **call_id** | **String** | String that uniquely identifies this Call resource. | [optional]
12
+ **parent_call_id** | **String** | ID of the Call that created this leg (child Call). | [optional]
13
+ **account_id** | **String** | ID of the account that owns this Call. | [optional]
14
+ **from** | **String** | Phone number that initiated this Call. | [optional]
15
+ **to** | **String** | Phone number that received this Call. | [optional]
16
+ **phone_number_id** | **String** | If the Call was inbound, this is the ID of the IncomingPhoneNumber that received the Call (DNIS). If the Call was outbound, this is the ID of the phone number from which the Call was placed (ANI). | [optional]
17
+ **status** | **String** | * `queued` – Call is ready and waiting in line before going out. * `ringing` – Call is currently ringing. * `inProgress` – Call was answered and is currently in progress. * `canceled` – Call was hung up while it was queued or ringing. * `completed` – Call was answered and has ended normally. * `busy` – Caller received a busy signal. * `failed` – Call could not be completed as dialed, most likely because the phone number was non-existent. * `noAnswer` – Call ended without being answered. | [optional]
18
+ **start_time** | **String** | Start time of the Call (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call has not yet been dialed. | [optional]
19
+ **connect_time** | **String** | Time the Call was answered (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call has not yet been dialed. | [optional]
20
+ **end_time** | **String** | End time of the Call (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call did not complete successfully. | [optional]
21
+ **duration** | **Integer** | Total length of the Call in seconds. Measures time between startTime and endTime. This value is empty for busy, failed, unanswered or ongoing Calls. | [optional]
22
+ **connect_duration** | **Integer** | Length of time that the Call was connected in seconds. Measures time between connectTime and endTime. This value is empty for busy, failed, unanswered or ongoing Calls. | [optional]
23
+ **direction** | **String** | Direction of the Call. `inbound` for Calls into FreeClimb, `outboundAPI` for Calls initiated via the REST API, `outboundDial` for Calls initiated by the `OutDial` PerCL command. | [optional]
24
+ **answered_by** | **String** | If this Call was initiated with answering machine detection, either `human` or `machine`. Empty otherwise. | [optional]
25
+ **subresource_uris** | [**Object**](.md) | The list of subresources for this Call. These include things like logs and recordings associated with the Call. | [optional]
26
+
27
+ ## Code Sample
28
+
29
+ ```ruby
30
+ require 'Freeclimb'
31
+
32
+ instance = Freeclimb::CallResult.new(uri: null,
33
+ date_created: null,
34
+ date_updated: null,
35
+ revision: null,
36
+ call_id: null,
37
+ parent_call_id: null,
38
+ account_id: null,
39
+ from: null,
40
+ to: null,
41
+ phone_number_id: null,
42
+ status: null,
43
+ start_time: null,
44
+ connect_time: null,
45
+ end_time: null,
46
+ duration: null,
47
+ connect_duration: null,
48
+ direction: null,
49
+ answered_by: null,
50
+ subresource_uris: null)
51
+ ```
52
+
53
+
@@ -0,0 +1,45 @@
1
+ # Freeclimb::CallResultAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **call_id** | **String** | String that uniquely identifies this Call resource. | [optional]
8
+ **parent_call_id** | **String** | ID of the Call that created this leg (child Call). | [optional]
9
+ **account_id** | **String** | ID of the account that owns this Call. | [optional]
10
+ **from** | **String** | Phone number that initiated this Call. | [optional]
11
+ **to** | **String** | Phone number that received this Call. | [optional]
12
+ **phone_number_id** | **String** | If the Call was inbound, this is the ID of the IncomingPhoneNumber that received the Call (DNIS). If the Call was outbound, this is the ID of the phone number from which the Call was placed (ANI). | [optional]
13
+ **status** | **String** | * `queued` – Call is ready and waiting in line before going out. * `ringing` – Call is currently ringing. * `inProgress` – Call was answered and is currently in progress. * `canceled` – Call was hung up while it was queued or ringing. * `completed` – Call was answered and has ended normally. * `busy` – Caller received a busy signal. * `failed` – Call could not be completed as dialed, most likely because the phone number was non-existent. * `noAnswer` – Call ended without being answered. | [optional]
14
+ **start_time** | **String** | Start time of the Call (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call has not yet been dialed. | [optional]
15
+ **connect_time** | **String** | Time the Call was answered (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call has not yet been dialed. | [optional]
16
+ **end_time** | **String** | End time of the Call (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call did not complete successfully. | [optional]
17
+ **duration** | **Integer** | Total length of the Call in seconds. Measures time between startTime and endTime. This value is empty for busy, failed, unanswered or ongoing Calls. | [optional]
18
+ **connect_duration** | **Integer** | Length of time that the Call was connected in seconds. Measures time between connectTime and endTime. This value is empty for busy, failed, unanswered or ongoing Calls. | [optional]
19
+ **direction** | **String** | Direction of the Call. `inbound` for Calls into FreeClimb, `outboundAPI` for Calls initiated via the REST API, `outboundDial` for Calls initiated by the `OutDial` PerCL command. | [optional]
20
+ **answered_by** | **String** | If this Call was initiated with answering machine detection, either `human` or `machine`. Empty otherwise. | [optional]
21
+ **subresource_uris** | [**Object**](.md) | The list of subresources for this Call. These include things like logs and recordings associated with the Call. | [optional]
22
+
23
+ ## Code Sample
24
+
25
+ ```ruby
26
+ require 'Freeclimb'
27
+
28
+ instance = Freeclimb::CallResultAllOf.new(call_id: null,
29
+ parent_call_id: null,
30
+ account_id: null,
31
+ from: null,
32
+ to: null,
33
+ phone_number_id: null,
34
+ status: null,
35
+ start_time: null,
36
+ connect_time: null,
37
+ end_time: null,
38
+ duration: null,
39
+ connect_duration: null,
40
+ direction: null,
41
+ answered_by: null,
42
+ subresource_uris: null)
43
+ ```
44
+
45
+
@@ -0,0 +1,31 @@
1
+ # Freeclimb::ConferenceList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **total** | **Integer** | Total amount of requested resource. | [optional]
8
+ **start** | **Integer** | Resource index at start of current page | [optional]
9
+ **_end** | **Integer** | Resource index at end of current page | [optional]
10
+ **page** | **Integer** | Current page | [optional]
11
+ **num_pages** | **Integer** | Total number of pages | [optional]
12
+ **page_size** | **Integer** | Number of items per page | [optional]
13
+ **next_page_uri** | **String** | Uri to retrieve the next page of items | [optional]
14
+ **conferences** | [**Array<ConferenceResult>**](ConferenceResult.md) | | [optional]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'Freeclimb'
20
+
21
+ instance = Freeclimb::ConferenceList.new(total: null,
22
+ start: null,
23
+ _end: null,
24
+ page: null,
25
+ num_pages: null,
26
+ page_size: null,
27
+ next_page_uri: null,
28
+ conferences: null)
29
+ ```
30
+
31
+
@@ -0,0 +1,17 @@
1
+ # Freeclimb::ConferenceListAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **conferences** | [**Array<ConferenceResult>**](ConferenceResult.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'Freeclimb'
13
+
14
+ instance = Freeclimb::ConferenceListAllOf.new(conferences: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,31 @@
1
+ # Freeclimb::ConferenceParticipantList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **total** | **Integer** | Total amount of requested resource. | [optional]
8
+ **start** | **Integer** | Resource index at start of current page | [optional]
9
+ **_end** | **Integer** | Resource index at end of current page | [optional]
10
+ **page** | **Integer** | Current page | [optional]
11
+ **num_pages** | **Integer** | Total number of pages | [optional]
12
+ **page_size** | **Integer** | Number of items per page | [optional]
13
+ **next_page_uri** | **String** | Uri to retrieve the next page of items | [optional]
14
+ **participants** | [**Array<ConferenceParticipantResult>**](ConferenceParticipantResult.md) | | [optional]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'Freeclimb'
20
+
21
+ instance = Freeclimb::ConferenceParticipantList.new(total: null,
22
+ start: null,
23
+ _end: null,
24
+ page: null,
25
+ num_pages: null,
26
+ page_size: null,
27
+ next_page_uri: null,
28
+ participants: null)
29
+ ```
30
+
31
+