twilio-ruby 5.7.2 → 5.8.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/.travis.yml +4 -0
- data/CHANGES.md +19 -0
- data/README.md +2 -2
- data/lib/twilio-ruby/framework/error.rb +20 -6
- data/lib/twilio-ruby/framework/version.rb +1 -10
- data/lib/twilio-ruby/jwt/access_token.rb +3 -1
- data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +0 -7
- data/lib/twilio-ruby/rest/preview.rb +11 -3
- data/lib/twilio-ruby/rest/preview/understand.rb +6 -6
- data/lib/twilio-ruby/rest/preview/understand/{service.rb → assistant.rb} +94 -55
- data/lib/twilio-ruby/rest/preview/understand/{service → assistant}/field_type.rb +33 -23
- data/lib/twilio-ruby/rest/preview/understand/{service → assistant}/field_type/field_value.rb +30 -22
- data/lib/twilio-ruby/rest/preview/understand/{service → assistant}/intent.rb +39 -25
- data/lib/twilio-ruby/rest/preview/understand/{service → assistant}/intent/field.rb +20 -20
- data/lib/twilio-ruby/rest/preview/understand/{service → assistant}/intent/sample.rb +45 -27
- data/lib/twilio-ruby/rest/preview/understand/{service → assistant}/model_build.rb +21 -21
- data/lib/twilio-ruby/rest/preview/understand/{service → assistant}/query.rb +31 -26
- data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +6 -2
- data/lib/twilio-ruby/rest/video/v1/recording.rb +1 -1
- data/lib/twilio-ruby/version.rb +1 -1
- data/spec/integration/accounts/v1/credential/aws_spec.rb +9 -9
- data/spec/integration/accounts/v1/credential/public_key_spec.rb +9 -9
- data/spec/integration/api/v2010/account/address/dependent_phone_number_spec.rb +7 -7
- data/spec/integration/api/v2010/account/address_spec.rb +22 -22
- data/spec/integration/api/v2010/account/application_spec.rb +22 -22
- data/spec/integration/api/v2010/account/authorized_connect_app_spec.rb +9 -9
- data/spec/integration/api/v2010/account/available_phone_number/local_spec.rb +4 -4
- data/spec/integration/api/v2010/account/available_phone_number/machine_to_machine_spec.rb +4 -4
- data/spec/integration/api/v2010/account/available_phone_number/mobile_spec.rb +4 -4
- data/spec/integration/api/v2010/account/available_phone_number/national_spec.rb +4 -4
- data/spec/integration/api/v2010/account/available_phone_number/shared_cost_spec.rb +4 -4
- data/spec/integration/api/v2010/account/available_phone_number/toll_free_spec.rb +4 -4
- data/spec/integration/api/v2010/account/available_phone_number/voip_spec.rb +4 -4
- data/spec/integration/api/v2010/account/available_phone_number_spec.rb +7 -7
- data/spec/integration/api/v2010/account/call/feedback_spec.rb +15 -15
- data/spec/integration/api/v2010/account/call/feedback_summary_spec.rb +13 -13
- data/spec/integration/api/v2010/account/call/notification_spec.rb +21 -21
- data/spec/integration/api/v2010/account/call/recording_spec.rb +21 -21
- data/spec/integration/api/v2010/account/call_spec.rb +22 -22
- data/spec/integration/api/v2010/account/conference/participant_spec.rb +35 -35
- data/spec/integration/api/v2010/account/conference_spec.rb +14 -14
- data/spec/integration/api/v2010/account/connect_app_spec.rb +14 -14
- data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension_spec.rb +19 -19
- data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on_spec.rb +29 -29
- data/spec/integration/api/v2010/account/incoming_phone_number/local_spec.rb +7 -7
- data/spec/integration/api/v2010/account/incoming_phone_number/mobile_spec.rb +7 -7
- data/spec/integration/api/v2010/account/incoming_phone_number/toll_free_spec.rb +7 -7
- data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +22 -22
- data/spec/integration/api/v2010/account/key_spec.rb +19 -19
- data/spec/integration/api/v2010/account/message/feedback_spec.rb +5 -5
- data/spec/integration/api/v2010/account/message/media_spec.rb +21 -21
- data/spec/integration/api/v2010/account/message_spec.rb +22 -22
- data/spec/integration/api/v2010/account/new_key_spec.rb +3 -3
- data/spec/integration/api/v2010/account/new_signing_key_spec.rb +3 -3
- data/spec/integration/api/v2010/account/notification_spec.rb +14 -14
- data/spec/integration/api/v2010/account/outgoing_caller_id_spec.rb +19 -19
- data/spec/integration/api/v2010/account/queue/member_spec.rb +21 -21
- data/spec/integration/api/v2010/account/queue_spec.rb +22 -22
- data/spec/integration/api/v2010/account/recording/add_on_result/payload_spec.rb +28 -28
- data/spec/integration/api/v2010/account/recording/add_on_result_spec.rb +21 -21
- data/spec/integration/api/v2010/account/recording/transcription_spec.rb +21 -21
- data/spec/integration/api/v2010/account/recording_spec.rb +14 -14
- data/spec/integration/api/v2010/account/short_code_spec.rb +14 -14
- data/spec/integration/api/v2010/account/signing_key_spec.rb +19 -19
- data/spec/integration/api/v2010/account/sip/credential_list/credential_spec.rb +33 -33
- data/spec/integration/api/v2010/account/sip/credential_list_spec.rb +22 -22
- data/spec/integration/api/v2010/account/sip/domain/credential_list_mapping_spec.rb +29 -29
- data/spec/integration/api/v2010/account/sip/domain/ip_access_control_list_mapping_spec.rb +29 -29
- data/spec/integration/api/v2010/account/sip/domain_spec.rb +22 -22
- data/spec/integration/api/v2010/account/sip/ip_access_control_list/ip_address_spec.rb +33 -33
- data/spec/integration/api/v2010/account/sip/ip_access_control_list_spec.rb +22 -22
- data/spec/integration/api/v2010/account/token_spec.rb +3 -3
- data/spec/integration/api/v2010/account/transcription_spec.rb +14 -14
- data/spec/integration/api/v2010/account/usage/record/all_time_spec.rb +4 -4
- data/spec/integration/api/v2010/account/usage/record/daily_spec.rb +4 -4
- data/spec/integration/api/v2010/account/usage/record/last_month_spec.rb +4 -4
- data/spec/integration/api/v2010/account/usage/record/monthly_spec.rb +4 -4
- data/spec/integration/api/v2010/account/usage/record/this_month_spec.rb +4 -4
- data/spec/integration/api/v2010/account/usage/record/today_spec.rb +4 -4
- data/spec/integration/api/v2010/account/usage/record/yearly_spec.rb +4 -4
- data/spec/integration/api/v2010/account/usage/record/yesterday_spec.rb +4 -4
- data/spec/integration/api/v2010/account/usage/record_spec.rb +4 -4
- data/spec/integration/api/v2010/account/usage/trigger_spec.rb +22 -22
- data/spec/integration/api/v2010/account/validation_request_spec.rb +3 -3
- data/spec/integration/api/v2010/account_spec.rb +84 -68
- data/spec/integration/chat/v1/credential_spec.rb +9 -9
- data/spec/integration/chat/v1/service/channel/invite_spec.rb +26 -26
- data/spec/integration/chat/v1/service/channel/member_spec.rb +36 -36
- data/spec/integration/chat/v1/service/channel/message_spec.rb +35 -35
- data/spec/integration/chat/v1/service/channel_spec.rb +22 -22
- data/spec/integration/chat/v1/service/role_spec.rb +22 -22
- data/spec/integration/chat/v1/service/user/user_channel_spec.rb +7 -7
- data/spec/integration/chat/v1/service/user_spec.rb +22 -22
- data/spec/integration/chat/v1/service_spec.rb +9 -9
- data/spec/integration/chat/v2/credential_spec.rb +9 -9
- data/spec/integration/chat/v2/service/binding_spec.rb +14 -14
- data/spec/integration/chat/v2/service/channel/invite_spec.rb +26 -26
- data/spec/integration/chat/v2/service/channel/member_spec.rb +33 -33
- data/spec/integration/chat/v2/service/channel/message_spec.rb +40 -40
- data/spec/integration/chat/v2/service/channel_spec.rb +22 -22
- data/spec/integration/chat/v2/service/role_spec.rb +22 -22
- data/spec/integration/chat/v2/service/user/user_binding_spec.rb +21 -21
- data/spec/integration/chat/v2/service/user/user_channel_spec.rb +7 -7
- data/spec/integration/chat/v2/service/user_spec.rb +22 -22
- data/spec/integration/chat/v2/service_spec.rb +9 -9
- data/spec/integration/fax/v1/fax/fax_media_spec.rb +13 -13
- data/spec/integration/fax/v1/fax_spec.rb +9 -9
- data/spec/integration/ip_messaging/v1/credential_spec.rb +9 -9
- data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +26 -26
- data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +36 -36
- data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +35 -35
- data/spec/integration/ip_messaging/v1/service/channel_spec.rb +22 -22
- data/spec/integration/ip_messaging/v1/service/role_spec.rb +22 -22
- data/spec/integration/ip_messaging/v1/service/user/user_channel_spec.rb +7 -7
- data/spec/integration/ip_messaging/v1/service/user_spec.rb +22 -22
- data/spec/integration/ip_messaging/v1/service_spec.rb +9 -9
- data/spec/integration/ip_messaging/v2/credential_spec.rb +9 -9
- data/spec/integration/ip_messaging/v2/service/binding_spec.rb +14 -14
- data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +26 -26
- data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +33 -33
- data/spec/integration/ip_messaging/v2/service/channel/message_spec.rb +40 -40
- data/spec/integration/ip_messaging/v2/service/channel_spec.rb +22 -22
- data/spec/integration/ip_messaging/v2/service/role_spec.rb +22 -22
- data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +21 -21
- data/spec/integration/ip_messaging/v2/service/user/user_channel_spec.rb +7 -7
- data/spec/integration/ip_messaging/v2/service/user_spec.rb +22 -22
- data/spec/integration/ip_messaging/v2/service_spec.rb +9 -9
- data/spec/integration/lookups/v1/phone_number_spec.rb +0 -10
- data/spec/integration/messaging/v1/service/alpha_sender_spec.rb +16 -16
- data/spec/integration/messaging/v1/service/phone_number_spec.rb +21 -21
- data/spec/integration/messaging/v1/service/short_code_spec.rb +19 -19
- data/spec/integration/messaging/v1/service_spec.rb +9 -9
- data/spec/integration/monitor/v1/alert_spec.rb +6 -6
- data/spec/integration/monitor/v1/event_spec.rb +3 -3
- data/spec/integration/notify/v1/credential_spec.rb +9 -9
- data/spec/integration/notify/v1/service/binding_spec.rb +17 -17
- data/spec/integration/notify/v1/service/notification_spec.rb +4 -4
- data/spec/integration/notify/v1/service/segment_spec.rb +4 -4
- data/spec/integration/notify/v1/service/user/segment_memberships_spec.rb +15 -15
- data/spec/integration/notify/v1/service/user/user_binding_spec.rb +28 -28
- data/spec/integration/notify/v1/service/user_spec.rb +17 -17
- data/spec/integration/notify/v1/service_spec.rb +9 -9
- data/spec/integration/preview/acc_security/service/verification_check_spec.rb +3 -3
- data/spec/integration/preview/acc_security/service/verification_spec.rb +3 -3
- data/spec/integration/preview/acc_security/service_spec.rb +6 -6
- data/spec/integration/preview/deployed_devices/fleet/certificate_spec.rb +22 -22
- data/spec/integration/preview/deployed_devices/fleet/deployment_spec.rb +22 -22
- data/spec/integration/preview/deployed_devices/fleet/device_spec.rb +22 -22
- data/spec/integration/preview/deployed_devices/fleet/key_spec.rb +22 -22
- data/spec/integration/preview/deployed_devices/fleet_spec.rb +9 -9
- data/spec/integration/preview/hosted_numbers/authorization_document/dependent_hosted_number_order_spec.rb +4 -4
- data/spec/integration/preview/hosted_numbers/authorization_document_spec.rb +9 -9
- data/spec/integration/preview/hosted_numbers/hosted_number_order_spec.rb +9 -9
- data/spec/integration/preview/marketplace/available_add_on/available_add_on_extension_spec.rb +9 -9
- data/spec/integration/preview/marketplace/available_add_on_spec.rb +3 -3
- data/spec/integration/preview/marketplace/installed_add_on/installed_add_on_extension_spec.rb +14 -14
- data/spec/integration/preview/marketplace/installed_add_on_spec.rb +12 -12
- data/spec/integration/preview/proxy/service/phone_number_spec.rb +19 -19
- data/spec/integration/preview/proxy/service/session/interaction_spec.rb +12 -12
- data/spec/integration/preview/proxy/service/session/participant/message_interaction_spec.rb +23 -23
- data/spec/integration/preview/proxy/service/session/participant_spec.rb +31 -31
- data/spec/integration/preview/proxy/service/session_spec.rb +21 -21
- data/spec/integration/preview/proxy/service/short_code_spec.rb +19 -19
- data/spec/integration/preview/proxy/service_spec.rb +9 -9
- data/spec/integration/preview/studio/flow/engagement/step_spec.rb +12 -12
- data/spec/integration/preview/studio/flow/engagement_spec.rb +11 -11
- data/spec/integration/preview/studio/flow_spec.rb +6 -6
- data/spec/integration/preview/sync/service/document/document_permission_spec.rb +22 -22
- data/spec/integration/preview/sync/service/document_spec.rb +23 -23
- data/spec/integration/preview/sync/service/sync_list/sync_list_item_spec.rb +33 -33
- data/spec/integration/preview/sync/service/sync_list/sync_list_permission_spec.rb +22 -22
- data/spec/integration/preview/sync/service/sync_list_spec.rb +17 -17
- data/spec/integration/preview/sync/service/sync_map/sync_map_item_spec.rb +33 -33
- data/spec/integration/preview/sync/service/sync_map/sync_map_permission_spec.rb +22 -22
- data/spec/integration/preview/sync/service/sync_map_spec.rb +17 -17
- data/spec/integration/preview/sync/service_spec.rb +9 -9
- data/spec/integration/preview/understand/assistant/field_type/field_value_spec.rb +208 -0
- data/spec/integration/preview/understand/{service → assistant}/field_type_spec.rb +38 -38
- data/spec/integration/preview/understand/{service → assistant}/intent/field_spec.rb +36 -36
- data/spec/integration/preview/understand/assistant/intent/sample_spec.rb +251 -0
- data/spec/integration/preview/understand/{service → assistant}/intent_spec.rb +42 -46
- data/spec/integration/preview/understand/{service → assistant}/model_build_spec.rb +34 -34
- data/spec/integration/preview/understand/{service → assistant}/query_spec.rb +42 -38
- data/spec/integration/preview/understand/{service_spec.rb → assistant_spec.rb} +57 -49
- data/spec/integration/preview/wireless/command_spec.rb +3 -3
- data/spec/integration/preview/wireless/rate_plan_spec.rb +9 -9
- data/spec/integration/preview/wireless/sim/usage_spec.rb +3 -3
- data/spec/integration/preview/wireless/sim_spec.rb +6 -6
- data/spec/integration/proxy/v1/service/phone_number_spec.rb +16 -16
- data/spec/integration/proxy/v1/service/session/interaction_spec.rb +19 -19
- data/spec/integration/proxy/v1/service/session/participant/message_interaction_spec.rb +23 -23
- data/spec/integration/proxy/v1/service/session/participant_spec.rb +31 -31
- data/spec/integration/proxy/v1/service/session_spec.rb +21 -21
- data/spec/integration/proxy/v1/service/short_code_spec.rb +19 -19
- data/spec/integration/proxy/v1/service_spec.rb +9 -9
- data/spec/integration/studio/v1/flow/engagement/engagement_context_spec.rb +5 -5
- data/spec/integration/studio/v1/flow/engagement/step/step_context_spec.rb +7 -7
- data/spec/integration/studio/v1/flow/engagement/step_spec.rb +12 -12
- data/spec/integration/studio/v1/flow/engagement_spec.rb +11 -11
- data/spec/integration/studio/v1/flow_spec.rb +6 -6
- data/spec/integration/sync/v1/service/document/document_permission_spec.rb +22 -22
- data/spec/integration/sync/v1/service/document_spec.rb +22 -22
- data/spec/integration/sync/v1/service/sync_list/sync_list_item_spec.rb +30 -30
- data/spec/integration/sync/v1/service/sync_list/sync_list_permission_spec.rb +22 -22
- data/spec/integration/sync/v1/service/sync_list_spec.rb +22 -22
- data/spec/integration/sync/v1/service/sync_map/sync_map_item_spec.rb +30 -30
- data/spec/integration/sync/v1/service/sync_map/sync_map_permission_spec.rb +22 -22
- data/spec/integration/sync/v1/service/sync_map_spec.rb +22 -22
- data/spec/integration/sync/v1/service/sync_stream/stream_message_spec.rb +8 -8
- data/spec/integration/sync/v1/service/sync_stream_spec.rb +22 -22
- data/spec/integration/sync/v1/service_spec.rb +9 -9
- data/spec/integration/taskrouter/v1/workspace/activity_spec.rb +22 -22
- data/spec/integration/taskrouter/v1/workspace/event_spec.rb +9 -9
- data/spec/integration/taskrouter/v1/workspace/task/reservation_spec.rb +21 -21
- data/spec/integration/taskrouter/v1/workspace/task_channel_spec.rb +9 -9
- data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics_spec.rb +5 -5
- data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics_spec.rb +5 -5
- data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_statistics_spec.rb +5 -5
- data/spec/integration/taskrouter/v1/workspace/task_queue/task_queues_statistics_spec.rb +4 -4
- data/spec/integration/taskrouter/v1/workspace/task_queue_spec.rb +26 -26
- data/spec/integration/taskrouter/v1/workspace/task_spec.rb +23 -23
- data/spec/integration/taskrouter/v1/workspace/worker/reservation_spec.rb +21 -21
- data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +21 -21
- data/spec/integration/taskrouter/v1/workspace/worker/worker_statistics_spec.rb +5 -5
- data/spec/integration/taskrouter/v1/workspace/worker/workers_cumulative_statistics_spec.rb +5 -5
- data/spec/integration/taskrouter/v1/workspace/worker/workers_real_time_statistics_spec.rb +5 -5
- data/spec/integration/taskrouter/v1/workspace/worker/workers_statistics_spec.rb +3 -3
- data/spec/integration/taskrouter/v1/workspace/worker_spec.rb +22 -22
- data/spec/integration/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics_spec.rb +5 -5
- data/spec/integration/taskrouter/v1/workspace/workflow/workflow_real_time_statistics_spec.rb +5 -5
- data/spec/integration/taskrouter/v1/workspace/workflow/workflow_statistics_spec.rb +5 -5
- data/spec/integration/taskrouter/v1/workspace/workflow_spec.rb +22 -22
- data/spec/integration/taskrouter/v1/workspace/workspace_cumulative_statistics_spec.rb +3 -3
- data/spec/integration/taskrouter/v1/workspace/workspace_real_time_statistics_spec.rb +3 -3
- data/spec/integration/taskrouter/v1/workspace/workspace_statistics_spec.rb +3 -3
- data/spec/integration/taskrouter/v1/workspace_spec.rb +9 -9
- data/spec/integration/trunking/v1/trunk/credential_list_spec.rb +20 -20
- data/spec/integration/trunking/v1/trunk/ip_access_control_list_spec.rb +20 -20
- data/spec/integration/trunking/v1/trunk/origination_url_spec.rb +22 -22
- data/spec/integration/trunking/v1/trunk/phone_number_spec.rb +20 -20
- data/spec/integration/trunking/v1/trunk_spec.rb +9 -9
- data/spec/integration/video/v1/composition_spec.rb +6 -6
- data/spec/integration/video/v1/recording_spec.rb +10 -6
- data/spec/integration/video/v1/room/recording_spec.rb +9 -9
- data/spec/integration/video/v1/room/room_participant/room_participant_published_track_spec.rb +12 -12
- data/spec/integration/video/v1/room/room_participant/room_participant_subscribed_track_spec.rb +12 -12
- data/spec/integration/video/v1/room/room_participant_spec.rb +14 -14
- data/spec/integration/video/v1/room_spec.rb +6 -6
- data/spec/integration/wireless/v1/command_spec.rb +3 -3
- data/spec/integration/wireless/v1/rate_plan_spec.rb +9 -9
- data/spec/integration/wireless/v1/sim/data_session_spec.rb +3 -3
- data/spec/integration/wireless/v1/sim/usage_record_spec.rb +3 -3
- data/spec/integration/wireless/v1/sim_spec.rb +6 -6
- data/spec/jwt/access_token_spec.rb +2 -0
- metadata +26 -26
- data/spec/integration/preview/understand/service/field_type/field_value_spec.rb +0 -205
- data/spec/integration/preview/understand/service/intent/sample_spec.rb +0 -247
|
@@ -11,14 +11,14 @@ describe 'Event' do
|
|
|
11
11
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
12
12
|
|
|
13
13
|
expect {
|
|
14
|
-
@client.monitor.v1.events('
|
|
14
|
+
@client.monitor.v1.events('AEXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').fetch()
|
|
15
15
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
16
16
|
|
|
17
17
|
values = {}
|
|
18
18
|
expect(
|
|
19
19
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
20
20
|
method: 'get',
|
|
21
|
-
url: 'https://monitor.twilio.com/v1/Events/
|
|
21
|
+
url: 'https://monitor.twilio.com/v1/Events/AEXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
|
22
22
|
))).to eq(true)
|
|
23
23
|
end
|
|
24
24
|
|
|
@@ -53,7 +53,7 @@ describe 'Event' do
|
|
|
53
53
|
]
|
|
54
54
|
))
|
|
55
55
|
|
|
56
|
-
actual = @client.monitor.v1.events('
|
|
56
|
+
actual = @client.monitor.v1.events('AEXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').fetch()
|
|
57
57
|
|
|
58
58
|
expect(actual).to_not eq(nil)
|
|
59
59
|
end
|
|
@@ -123,14 +123,14 @@ describe 'Credential' do
|
|
|
123
123
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
124
124
|
|
|
125
125
|
expect {
|
|
126
|
-
@client.notify.v1.credentials('
|
|
126
|
+
@client.notify.v1.credentials('CRXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').fetch()
|
|
127
127
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
128
128
|
|
|
129
129
|
values = {}
|
|
130
130
|
expect(
|
|
131
131
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
132
132
|
method: 'get',
|
|
133
|
-
url: 'https://notify.twilio.com/v1/Credentials/
|
|
133
|
+
url: 'https://notify.twilio.com/v1/Credentials/CRXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
|
134
134
|
))).to eq(true)
|
|
135
135
|
end
|
|
136
136
|
|
|
@@ -151,7 +151,7 @@ describe 'Credential' do
|
|
|
151
151
|
]
|
|
152
152
|
))
|
|
153
153
|
|
|
154
|
-
actual = @client.notify.v1.credentials('
|
|
154
|
+
actual = @client.notify.v1.credentials('CRXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').fetch()
|
|
155
155
|
|
|
156
156
|
expect(actual).to_not eq(nil)
|
|
157
157
|
end
|
|
@@ -160,14 +160,14 @@ describe 'Credential' do
|
|
|
160
160
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
161
161
|
|
|
162
162
|
expect {
|
|
163
|
-
@client.notify.v1.credentials('
|
|
163
|
+
@client.notify.v1.credentials('CRXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').update()
|
|
164
164
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
165
165
|
|
|
166
166
|
values = {}
|
|
167
167
|
expect(
|
|
168
168
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
169
169
|
method: 'post',
|
|
170
|
-
url: 'https://notify.twilio.com/v1/Credentials/
|
|
170
|
+
url: 'https://notify.twilio.com/v1/Credentials/CRXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
|
171
171
|
))).to eq(true)
|
|
172
172
|
end
|
|
173
173
|
|
|
@@ -188,7 +188,7 @@ describe 'Credential' do
|
|
|
188
188
|
]
|
|
189
189
|
))
|
|
190
190
|
|
|
191
|
-
actual = @client.notify.v1.credentials('
|
|
191
|
+
actual = @client.notify.v1.credentials('CRXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').update()
|
|
192
192
|
|
|
193
193
|
expect(actual).to_not eq(nil)
|
|
194
194
|
end
|
|
@@ -197,14 +197,14 @@ describe 'Credential' do
|
|
|
197
197
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
198
198
|
|
|
199
199
|
expect {
|
|
200
|
-
@client.notify.v1.credentials('
|
|
200
|
+
@client.notify.v1.credentials('CRXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').delete()
|
|
201
201
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
202
202
|
|
|
203
203
|
values = {}
|
|
204
204
|
expect(
|
|
205
205
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
206
206
|
method: 'delete',
|
|
207
|
-
url: 'https://notify.twilio.com/v1/Credentials/
|
|
207
|
+
url: 'https://notify.twilio.com/v1/Credentials/CRXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
|
208
208
|
))).to eq(true)
|
|
209
209
|
end
|
|
210
210
|
|
|
@@ -214,7 +214,7 @@ describe 'Credential' do
|
|
|
214
214
|
nil,
|
|
215
215
|
))
|
|
216
216
|
|
|
217
|
-
actual = @client.notify.v1.credentials('
|
|
217
|
+
actual = @client.notify.v1.credentials('CRXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').delete()
|
|
218
218
|
|
|
219
219
|
expect(actual).to eq(true)
|
|
220
220
|
end
|
|
@@ -11,15 +11,15 @@ describe 'Binding' do
|
|
|
11
11
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
12
12
|
|
|
13
13
|
expect {
|
|
14
|
-
@client.notify.v1.services('
|
|
15
|
-
.bindings('
|
|
14
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
15
|
+
.bindings('BSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').fetch()
|
|
16
16
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
17
17
|
|
|
18
18
|
values = {}
|
|
19
19
|
expect(
|
|
20
20
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
21
21
|
method: 'get',
|
|
22
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
22
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Bindings/BSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
|
23
23
|
))).to eq(true)
|
|
24
24
|
end
|
|
25
25
|
|
|
@@ -50,8 +50,8 @@ describe 'Binding' do
|
|
|
50
50
|
]
|
|
51
51
|
))
|
|
52
52
|
|
|
53
|
-
actual = @client.notify.v1.services('
|
|
54
|
-
.bindings('
|
|
53
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
54
|
+
.bindings('BSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').fetch()
|
|
55
55
|
|
|
56
56
|
expect(actual).to_not eq(nil)
|
|
57
57
|
end
|
|
@@ -60,15 +60,15 @@ describe 'Binding' do
|
|
|
60
60
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
61
61
|
|
|
62
62
|
expect {
|
|
63
|
-
@client.notify.v1.services('
|
|
64
|
-
.bindings('
|
|
63
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
64
|
+
.bindings('BSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').delete()
|
|
65
65
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
66
66
|
|
|
67
67
|
values = {}
|
|
68
68
|
expect(
|
|
69
69
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
70
70
|
method: 'delete',
|
|
71
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
71
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Bindings/BSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
|
72
72
|
))).to eq(true)
|
|
73
73
|
end
|
|
74
74
|
|
|
@@ -78,8 +78,8 @@ describe 'Binding' do
|
|
|
78
78
|
nil,
|
|
79
79
|
))
|
|
80
80
|
|
|
81
|
-
actual = @client.notify.v1.services('
|
|
82
|
-
.bindings('
|
|
81
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
82
|
+
.bindings('BSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').delete()
|
|
83
83
|
|
|
84
84
|
expect(actual).to eq(true)
|
|
85
85
|
end
|
|
@@ -88,7 +88,7 @@ describe 'Binding' do
|
|
|
88
88
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
89
89
|
|
|
90
90
|
expect {
|
|
91
|
-
@client.notify.v1.services('
|
|
91
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
92
92
|
.bindings.create(identity: 'identity', binding_type: 'apn', address: 'address')
|
|
93
93
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
94
94
|
|
|
@@ -96,7 +96,7 @@ describe 'Binding' do
|
|
|
96
96
|
expect(
|
|
97
97
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
98
98
|
method: 'post',
|
|
99
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
99
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Bindings',
|
|
100
100
|
data: values,
|
|
101
101
|
))).to eq(true)
|
|
102
102
|
end
|
|
@@ -128,7 +128,7 @@ describe 'Binding' do
|
|
|
128
128
|
]
|
|
129
129
|
))
|
|
130
130
|
|
|
131
|
-
actual = @client.notify.v1.services('
|
|
131
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
132
132
|
.bindings.create(identity: 'identity', binding_type: 'apn', address: 'address')
|
|
133
133
|
|
|
134
134
|
expect(actual).to_not eq(nil)
|
|
@@ -138,7 +138,7 @@ describe 'Binding' do
|
|
|
138
138
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
139
139
|
|
|
140
140
|
expect {
|
|
141
|
-
@client.notify.v1.services('
|
|
141
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
142
142
|
.bindings.list()
|
|
143
143
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
144
144
|
|
|
@@ -146,7 +146,7 @@ describe 'Binding' do
|
|
|
146
146
|
expect(
|
|
147
147
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
148
148
|
method: 'get',
|
|
149
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
149
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Bindings',
|
|
150
150
|
))).to eq(true)
|
|
151
151
|
end
|
|
152
152
|
|
|
@@ -169,7 +169,7 @@ describe 'Binding' do
|
|
|
169
169
|
]
|
|
170
170
|
))
|
|
171
171
|
|
|
172
|
-
actual = @client.notify.v1.services('
|
|
172
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
173
173
|
.bindings.list()
|
|
174
174
|
|
|
175
175
|
expect(actual).to_not eq(nil)
|
|
@@ -215,7 +215,7 @@ describe 'Binding' do
|
|
|
215
215
|
]
|
|
216
216
|
))
|
|
217
217
|
|
|
218
|
-
actual = @client.notify.v1.services('
|
|
218
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
219
219
|
.bindings.list()
|
|
220
220
|
|
|
221
221
|
expect(actual).to_not eq(nil)
|
|
@@ -11,7 +11,7 @@ describe 'Notification' do
|
|
|
11
11
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
12
12
|
|
|
13
13
|
expect {
|
|
14
|
-
@client.notify.v1.services('
|
|
14
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
15
15
|
.notifications.create()
|
|
16
16
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ describe 'Notification' do
|
|
|
19
19
|
expect(
|
|
20
20
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
21
21
|
method: 'post',
|
|
22
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
22
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Notifications',
|
|
23
23
|
))).to eq(true)
|
|
24
24
|
end
|
|
25
25
|
|
|
@@ -54,7 +54,7 @@ describe 'Notification' do
|
|
|
54
54
|
]
|
|
55
55
|
))
|
|
56
56
|
|
|
57
|
-
actual = @client.notify.v1.services('
|
|
57
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
58
58
|
.notifications.create()
|
|
59
59
|
|
|
60
60
|
expect(actual).to_not eq(nil)
|
|
@@ -89,7 +89,7 @@ describe 'Notification' do
|
|
|
89
89
|
]
|
|
90
90
|
))
|
|
91
91
|
|
|
92
|
-
actual = @client.notify.v1.services('
|
|
92
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
93
93
|
.notifications.create()
|
|
94
94
|
|
|
95
95
|
expect(actual).to_not eq(nil)
|
|
@@ -11,7 +11,7 @@ describe 'Segment' do
|
|
|
11
11
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
12
12
|
|
|
13
13
|
expect {
|
|
14
|
-
@client.notify.v1.services('
|
|
14
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
15
15
|
.segments.list()
|
|
16
16
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ describe 'Segment' do
|
|
|
19
19
|
expect(
|
|
20
20
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
21
21
|
method: 'get',
|
|
22
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
22
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Segments',
|
|
23
23
|
))).to eq(true)
|
|
24
24
|
end
|
|
25
25
|
|
|
@@ -42,7 +42,7 @@ describe 'Segment' do
|
|
|
42
42
|
]
|
|
43
43
|
))
|
|
44
44
|
|
|
45
|
-
actual = @client.notify.v1.services('
|
|
45
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
46
46
|
.segments.list()
|
|
47
47
|
|
|
48
48
|
expect(actual).to_not eq(nil)
|
|
@@ -76,7 +76,7 @@ describe 'Segment' do
|
|
|
76
76
|
]
|
|
77
77
|
))
|
|
78
78
|
|
|
79
|
-
actual = @client.notify.v1.services('
|
|
79
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
80
80
|
.segments.list()
|
|
81
81
|
|
|
82
82
|
expect(actual).to_not eq(nil)
|
|
@@ -11,8 +11,8 @@ describe 'SegmentMembership' do
|
|
|
11
11
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
12
12
|
|
|
13
13
|
expect {
|
|
14
|
-
@client.notify.v1.services('
|
|
15
|
-
.users('
|
|
14
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
15
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
16
16
|
.segment_memberships.create(segment: 'segment')
|
|
17
17
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
18
18
|
|
|
@@ -20,7 +20,7 @@ describe 'SegmentMembership' do
|
|
|
20
20
|
expect(
|
|
21
21
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
22
22
|
method: 'post',
|
|
23
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
23
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Users/NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SegmentMemberships',
|
|
24
24
|
data: values,
|
|
25
25
|
))).to eq(true)
|
|
26
26
|
end
|
|
@@ -39,8 +39,8 @@ describe 'SegmentMembership' do
|
|
|
39
39
|
]
|
|
40
40
|
))
|
|
41
41
|
|
|
42
|
-
actual = @client.notify.v1.services('
|
|
43
|
-
.users('
|
|
42
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
43
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
44
44
|
.segment_memberships.create(segment: 'segment')
|
|
45
45
|
|
|
46
46
|
expect(actual).to_not eq(nil)
|
|
@@ -50,8 +50,8 @@ describe 'SegmentMembership' do
|
|
|
50
50
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
51
51
|
|
|
52
52
|
expect {
|
|
53
|
-
@client.notify.v1.services('
|
|
54
|
-
.users('
|
|
53
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
54
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
55
55
|
.segment_memberships('segment').delete()
|
|
56
56
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
57
57
|
|
|
@@ -59,7 +59,7 @@ describe 'SegmentMembership' do
|
|
|
59
59
|
expect(
|
|
60
60
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
61
61
|
method: 'delete',
|
|
62
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
62
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Users/NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SegmentMemberships/segment',
|
|
63
63
|
))).to eq(true)
|
|
64
64
|
end
|
|
65
65
|
|
|
@@ -69,8 +69,8 @@ describe 'SegmentMembership' do
|
|
|
69
69
|
nil,
|
|
70
70
|
))
|
|
71
71
|
|
|
72
|
-
actual = @client.notify.v1.services('
|
|
73
|
-
.users('
|
|
72
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
73
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
74
74
|
.segment_memberships('segment').delete()
|
|
75
75
|
|
|
76
76
|
expect(actual).to eq(true)
|
|
@@ -80,8 +80,8 @@ describe 'SegmentMembership' do
|
|
|
80
80
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
81
81
|
|
|
82
82
|
expect {
|
|
83
|
-
@client.notify.v1.services('
|
|
84
|
-
.users('
|
|
83
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
84
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
85
85
|
.segment_memberships('segment').fetch()
|
|
86
86
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
87
87
|
|
|
@@ -89,7 +89,7 @@ describe 'SegmentMembership' do
|
|
|
89
89
|
expect(
|
|
90
90
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
91
91
|
method: 'get',
|
|
92
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
92
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Users/NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/SegmentMemberships/segment',
|
|
93
93
|
))).to eq(true)
|
|
94
94
|
end
|
|
95
95
|
|
|
@@ -107,8 +107,8 @@ describe 'SegmentMembership' do
|
|
|
107
107
|
]
|
|
108
108
|
))
|
|
109
109
|
|
|
110
|
-
actual = @client.notify.v1.services('
|
|
111
|
-
.users('
|
|
110
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
111
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
112
112
|
.segment_memberships('segment').fetch()
|
|
113
113
|
|
|
114
114
|
expect(actual).to_not eq(nil)
|
|
@@ -11,16 +11,16 @@ describe 'UserBinding' do
|
|
|
11
11
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
12
12
|
|
|
13
13
|
expect {
|
|
14
|
-
@client.notify.v1.services('
|
|
15
|
-
.users('
|
|
16
|
-
.bindings('
|
|
14
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
15
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
16
|
+
.bindings('BSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').fetch()
|
|
17
17
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
18
18
|
|
|
19
19
|
values = {}
|
|
20
20
|
expect(
|
|
21
21
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
22
22
|
method: 'get',
|
|
23
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
23
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Users/NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Bindings/BSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
|
24
24
|
))).to eq(true)
|
|
25
25
|
end
|
|
26
26
|
|
|
@@ -51,9 +51,9 @@ describe 'UserBinding' do
|
|
|
51
51
|
]
|
|
52
52
|
))
|
|
53
53
|
|
|
54
|
-
actual = @client.notify.v1.services('
|
|
55
|
-
.users('
|
|
56
|
-
.bindings('
|
|
54
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
55
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
56
|
+
.bindings('BSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').fetch()
|
|
57
57
|
|
|
58
58
|
expect(actual).to_not eq(nil)
|
|
59
59
|
end
|
|
@@ -62,16 +62,16 @@ describe 'UserBinding' do
|
|
|
62
62
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
63
63
|
|
|
64
64
|
expect {
|
|
65
|
-
@client.notify.v1.services('
|
|
66
|
-
.users('
|
|
67
|
-
.bindings('
|
|
65
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
66
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
67
|
+
.bindings('BSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').delete()
|
|
68
68
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
69
69
|
|
|
70
70
|
values = {}
|
|
71
71
|
expect(
|
|
72
72
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
73
73
|
method: 'delete',
|
|
74
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
74
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Users/NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Bindings/BSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
|
75
75
|
))).to eq(true)
|
|
76
76
|
end
|
|
77
77
|
|
|
@@ -81,9 +81,9 @@ describe 'UserBinding' do
|
|
|
81
81
|
nil,
|
|
82
82
|
))
|
|
83
83
|
|
|
84
|
-
actual = @client.notify.v1.services('
|
|
85
|
-
.users('
|
|
86
|
-
.bindings('
|
|
84
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
85
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
86
|
+
.bindings('BSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX').delete()
|
|
87
87
|
|
|
88
88
|
expect(actual).to eq(true)
|
|
89
89
|
end
|
|
@@ -92,8 +92,8 @@ describe 'UserBinding' do
|
|
|
92
92
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
93
93
|
|
|
94
94
|
expect {
|
|
95
|
-
@client.notify.v1.services('
|
|
96
|
-
.users('
|
|
95
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
96
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
97
97
|
.bindings.create(binding_type: 'apn', address: 'address')
|
|
98
98
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
99
99
|
|
|
@@ -101,7 +101,7 @@ describe 'UserBinding' do
|
|
|
101
101
|
expect(
|
|
102
102
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
103
103
|
method: 'post',
|
|
104
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
104
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Users/NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Bindings',
|
|
105
105
|
data: values,
|
|
106
106
|
))).to eq(true)
|
|
107
107
|
end
|
|
@@ -133,8 +133,8 @@ describe 'UserBinding' do
|
|
|
133
133
|
]
|
|
134
134
|
))
|
|
135
135
|
|
|
136
|
-
actual = @client.notify.v1.services('
|
|
137
|
-
.users('
|
|
136
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
137
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
138
138
|
.bindings.create(binding_type: 'apn', address: 'address')
|
|
139
139
|
|
|
140
140
|
expect(actual).to_not eq(nil)
|
|
@@ -167,8 +167,8 @@ describe 'UserBinding' do
|
|
|
167
167
|
]
|
|
168
168
|
))
|
|
169
169
|
|
|
170
|
-
actual = @client.notify.v1.services('
|
|
171
|
-
.users('
|
|
170
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
171
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
172
172
|
.bindings.create(binding_type: 'apn', address: 'address')
|
|
173
173
|
|
|
174
174
|
expect(actual).to_not eq(nil)
|
|
@@ -178,8 +178,8 @@ describe 'UserBinding' do
|
|
|
178
178
|
@holodeck.mock(Twilio::Response.new(500, ''))
|
|
179
179
|
|
|
180
180
|
expect {
|
|
181
|
-
@client.notify.v1.services('
|
|
182
|
-
.users('
|
|
181
|
+
@client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
182
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
183
183
|
.bindings.list()
|
|
184
184
|
}.to raise_exception(Twilio::REST::TwilioError)
|
|
185
185
|
|
|
@@ -187,7 +187,7 @@ describe 'UserBinding' do
|
|
|
187
187
|
expect(
|
|
188
188
|
@holodeck.has_request?(Holodeck::Request.new(
|
|
189
189
|
method: 'get',
|
|
190
|
-
url: 'https://notify.twilio.com/v1/Services/
|
|
190
|
+
url: 'https://notify.twilio.com/v1/Services/ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Users/NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Bindings',
|
|
191
191
|
))).to eq(true)
|
|
192
192
|
end
|
|
193
193
|
|
|
@@ -210,8 +210,8 @@ describe 'UserBinding' do
|
|
|
210
210
|
]
|
|
211
211
|
))
|
|
212
212
|
|
|
213
|
-
actual = @client.notify.v1.services('
|
|
214
|
-
.users('
|
|
213
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
214
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
215
215
|
.bindings.list()
|
|
216
216
|
|
|
217
217
|
expect(actual).to_not eq(nil)
|
|
@@ -257,8 +257,8 @@ describe 'UserBinding' do
|
|
|
257
257
|
]
|
|
258
258
|
))
|
|
259
259
|
|
|
260
|
-
actual = @client.notify.v1.services('
|
|
261
|
-
.users('
|
|
260
|
+
actual = @client.notify.v1.services('ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
261
|
+
.users('NUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
|
|
262
262
|
.bindings.list()
|
|
263
263
|
|
|
264
264
|
expect(actual).to_not eq(nil)
|