pubnub 4.5.0 → 4.6.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of pubnub might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.pubnub.yml +53 -37
- data/CHANGELOG.md +10 -0
- data/Gemfile.lock +1 -1
- data/VERSION +1 -1
- data/fixtures/vcr_cassettes/examples/channel_members/001.yml +111 -0
- data/fixtures/vcr_cassettes/examples/channel_members/002.yml +111 -0
- data/fixtures/vcr_cassettes/examples/channel_members/003.yml +111 -0
- data/fixtures/vcr_cassettes/examples/channel_members/004.yml +147 -0
- data/fixtures/vcr_cassettes/examples/channel_members/005.yml +147 -0
- data/fixtures/vcr_cassettes/examples/channel_members/006.yml +147 -0
- data/fixtures/vcr_cassettes/examples/channel_metadata/001.yml +39 -0
- data/fixtures/vcr_cassettes/examples/channel_metadata/002.yml +39 -0
- data/fixtures/vcr_cassettes/examples/channel_metadata/003.yml +39 -0
- data/fixtures/vcr_cassettes/examples/channel_metadata/004.yml +73 -0
- data/fixtures/vcr_cassettes/examples/channel_metadata/005.yml +73 -0
- data/fixtures/vcr_cassettes/examples/channel_metadata/006.yml +73 -0
- data/fixtures/vcr_cassettes/examples/history/include_meta__encrypted.yml +7 -7
- data/fixtures/vcr_cassettes/examples/history/include_meta__encrypted_random_iv.yml +46 -0
- data/fixtures/vcr_cassettes/examples/history/include_token__encrypted.yml +6 -6
- data/fixtures/vcr_cassettes/examples/history/include_token__encrypted_random_iv.yml +46 -0
- data/fixtures/vcr_cassettes/examples/history/no_includes__encrypted.yml +6 -6
- data/fixtures/vcr_cassettes/examples/history/no_includes__encrypted_random_iv.yml +45 -0
- data/fixtures/vcr_cassettes/examples/memberships/001.yml +111 -0
- data/fixtures/vcr_cassettes/examples/memberships/002.yml +111 -0
- data/fixtures/vcr_cassettes/examples/memberships/003.yml +111 -0
- data/fixtures/vcr_cassettes/examples/memberships/004.yml +111 -0
- data/fixtures/vcr_cassettes/examples/memberships/005.yml +147 -0
- data/fixtures/vcr_cassettes/examples/memberships/006.yml +147 -0
- data/fixtures/vcr_cassettes/examples/memberships/007.yml +147 -0
- data/fixtures/vcr_cassettes/examples/memberships/008.yml +147 -0
- data/fixtures/vcr_cassettes/examples/uuid_metadata/001.yml +39 -0
- data/fixtures/vcr_cassettes/examples/uuid_metadata/002.yml +39 -0
- data/fixtures/vcr_cassettes/examples/uuid_metadata/003.yml +39 -0
- data/fixtures/vcr_cassettes/examples/uuid_metadata/004.yml +39 -0
- data/fixtures/vcr_cassettes/examples/uuid_metadata/005.yml +73 -0
- data/fixtures/vcr_cassettes/examples/uuid_metadata/006.yml +73 -0
- data/fixtures/vcr_cassettes/examples/uuid_metadata/007.yml +73 -0
- data/fixtures/vcr_cassettes/examples/uuid_metadata/008.yml +73 -0
- data/lib/pubnub/client.rb +4 -1
- data/lib/pubnub/client/helpers.rb +1 -1
- data/lib/pubnub/configuration.rb +1 -0
- data/lib/pubnub/constants.rb +1 -0
- data/lib/pubnub/crypto.rb +22 -8
- data/lib/pubnub/event.rb +7 -1
- data/lib/pubnub/events/history.rb +2 -1
- data/lib/pubnub/events/publish.rb +2 -2
- data/lib/pubnub/events/remove_channel_members.rb +1 -1
- data/lib/pubnub/events/remove_channel_metadata.rb +1 -1
- data/lib/pubnub/events/remove_memberships.rb +1 -1
- data/lib/pubnub/events/remove_uuid_metadata.rb +1 -1
- data/lib/pubnub/events/set_channel_members.rb +1 -1
- data/lib/pubnub/events/set_channel_metadata.rb +1 -1
- data/lib/pubnub/events/set_memberships.rb +1 -1
- data/lib/pubnub/events/set_uuid_metadata.rb +1 -1
- data/lib/pubnub/events/signal.rb +1 -1
- data/lib/pubnub/formatter.rb +3 -3
- data/lib/pubnub/subscribe_event/formatter.rb +4 -2
- data/lib/pubnub/version.rb +1 -1
- data/spec/examples/history_examples_spec.rb +87 -9
- data/spec/examples/publish_examples_spec.rb +864 -0
- data/spec/examples/remove_channel_members_examples_spec.rb +100 -0
- data/spec/examples/remove_channel_metadata_examples_spec.rb +89 -0
- data/spec/examples/remove_memberships_examples_spec.rb +121 -0
- data/spec/examples/remove_uuid_metadata_examples_spec.rb +107 -0
- data/spec/examples/set_channel_members_examples_spec.rb +99 -0
- data/spec/examples/set_channel_metadata_examples_spec.rb +93 -0
- data/spec/examples/set_memberships_examples_spec.rb +122 -0
- data/spec/examples/set_uuid_metadata_examples_spec.rb +114 -0
- data/spec/examples/subscribe_examples_1_spec.rb +2 -2
- data/spec/examples/subscribe_examples_2_spec.rb +4 -4
- data/spec/lib/events/subscribe_spec.rb +2 -0
- data/spec/lib/multiple_ciphers_spec.rb +16 -4
- data/spec/spec_helper.rb +1 -1
- metadata +50 -3
@@ -0,0 +1,111 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: patch
|
5
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&include=custom&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"name":"some_name"}'
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
Date:
|
15
|
+
- Wed, 03 Mar 2021 23:25:07 GMT
|
16
|
+
Content-Type:
|
17
|
+
- application/x-www-form-urlencoded
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Date:
|
24
|
+
- Wed, 03 Mar 2021 23:25:08 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json
|
27
|
+
Content-Length:
|
28
|
+
- '155'
|
29
|
+
Connection:
|
30
|
+
- keep-alive
|
31
|
+
Access-Control-Allow-Origin:
|
32
|
+
- "*"
|
33
|
+
Access-Control-Allow-Credentials:
|
34
|
+
- 'true'
|
35
|
+
body:
|
36
|
+
encoding: UTF-8
|
37
|
+
string: '{"status":200,"data":{"id":"channel","name":"some_name","description":null,"custom":null,"updated":"2021-03-03T23:11:02.017367Z","eTag":"Adqiu+akxbGf1wE"}}'
|
38
|
+
recorded_at: Wed, 03 Mar 2021 23:25:07 GMT
|
39
|
+
- request:
|
40
|
+
method: patch
|
41
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/bob?auth=ruby-test-auth-client-one&include=custom&l_obj=0.082&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: '{"name":"magnum"}'
|
45
|
+
headers:
|
46
|
+
User-Agent:
|
47
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
48
|
+
Accept:
|
49
|
+
- "*/*"
|
50
|
+
Date:
|
51
|
+
- Wed, 03 Mar 2021 23:25:07 GMT
|
52
|
+
Content-Type:
|
53
|
+
- application/x-www-form-urlencoded
|
54
|
+
response:
|
55
|
+
status:
|
56
|
+
code: 200
|
57
|
+
message: OK
|
58
|
+
headers:
|
59
|
+
Date:
|
60
|
+
- Wed, 03 Mar 2021 23:25:08 GMT
|
61
|
+
Content-Type:
|
62
|
+
- application/json
|
63
|
+
Content-Length:
|
64
|
+
- '177'
|
65
|
+
Connection:
|
66
|
+
- keep-alive
|
67
|
+
Access-Control-Allow-Origin:
|
68
|
+
- "*"
|
69
|
+
Access-Control-Allow-Credentials:
|
70
|
+
- 'true'
|
71
|
+
body:
|
72
|
+
encoding: UTF-8
|
73
|
+
string: '{"status":200,"data":{"id":"bob","name":"magnum","externalId":null,"profileUrl":null,"email":null,"custom":null,"updated":"2021-03-03T23:11:37.570828Z","eTag":"AaaUxtPTpNTufg"}}'
|
74
|
+
recorded_at: Wed, 03 Mar 2021 23:25:08 GMT
|
75
|
+
- request:
|
76
|
+
method: patch
|
77
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/bob/channels?auth=ruby-test-auth-client-one&count=1&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
78
|
+
body:
|
79
|
+
encoding: UTF-8
|
80
|
+
string: '{"set":[{"channel":{"id":"channel"}}]}'
|
81
|
+
headers:
|
82
|
+
User-Agent:
|
83
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
84
|
+
Accept:
|
85
|
+
- "*/*"
|
86
|
+
Date:
|
87
|
+
- Wed, 03 Mar 2021 23:25:08 GMT
|
88
|
+
Content-Type:
|
89
|
+
- application/x-www-form-urlencoded
|
90
|
+
response:
|
91
|
+
status:
|
92
|
+
code: 200
|
93
|
+
message: OK
|
94
|
+
headers:
|
95
|
+
Date:
|
96
|
+
- Wed, 03 Mar 2021 23:25:08 GMT
|
97
|
+
Content-Type:
|
98
|
+
- application/json
|
99
|
+
Content-Length:
|
100
|
+
- '143'
|
101
|
+
Connection:
|
102
|
+
- keep-alive
|
103
|
+
Access-Control-Allow-Origin:
|
104
|
+
- "*"
|
105
|
+
Access-Control-Allow-Credentials:
|
106
|
+
- 'true'
|
107
|
+
body:
|
108
|
+
encoding: UTF-8
|
109
|
+
string: '{"status":200,"data":[{"channel":{"id":"channel"},"updated":"2021-03-03T23:24:30.327342Z","eTag":"AY39mJKK//C0VA"}],"totalCount":1,"next":"MQ"}'
|
110
|
+
recorded_at: Wed, 03 Mar 2021 23:25:08 GMT
|
111
|
+
recorded_with: VCR 6.0.0
|
@@ -0,0 +1,147 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: patch
|
5
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&include=custom&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"name":"some_name"}'
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
Date:
|
15
|
+
- Wed, 03 Mar 2021 23:11:01 GMT
|
16
|
+
Content-Type:
|
17
|
+
- application/x-www-form-urlencoded
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Date:
|
24
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json
|
27
|
+
Content-Length:
|
28
|
+
- '155'
|
29
|
+
Connection:
|
30
|
+
- keep-alive
|
31
|
+
Access-Control-Allow-Origin:
|
32
|
+
- "*"
|
33
|
+
Access-Control-Allow-Credentials:
|
34
|
+
- 'true'
|
35
|
+
body:
|
36
|
+
encoding: UTF-8
|
37
|
+
string: '{"status":200,"data":{"id":"channel","name":"some_name","description":null,"custom":null,"updated":"2021-03-03T23:11:02.017367Z","eTag":"Adqiu+akxbGf1wE"}}'
|
38
|
+
recorded_at: Wed, 03 Mar 2021 23:11:01 GMT
|
39
|
+
- request:
|
40
|
+
method: patch
|
41
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/ruby-test-uuid-client-one?auth=ruby-test-auth-client-one&include=custom&l_obj=0.121&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: '{"name":"magnum"}'
|
45
|
+
headers:
|
46
|
+
User-Agent:
|
47
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
48
|
+
Accept:
|
49
|
+
- "*/*"
|
50
|
+
Date:
|
51
|
+
- Wed, 03 Mar 2021 23:11:01 GMT
|
52
|
+
Content-Type:
|
53
|
+
- application/x-www-form-urlencoded
|
54
|
+
response:
|
55
|
+
status:
|
56
|
+
code: 200
|
57
|
+
message: OK
|
58
|
+
headers:
|
59
|
+
Date:
|
60
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
61
|
+
Content-Type:
|
62
|
+
- application/json
|
63
|
+
Content-Length:
|
64
|
+
- '199'
|
65
|
+
Connection:
|
66
|
+
- keep-alive
|
67
|
+
Access-Control-Allow-Origin:
|
68
|
+
- "*"
|
69
|
+
Access-Control-Allow-Credentials:
|
70
|
+
- 'true'
|
71
|
+
body:
|
72
|
+
encoding: UTF-8
|
73
|
+
string: '{"status":200,"data":{"id":"ruby-test-uuid-client-one","name":"magnum","externalId":null,"profileUrl":null,"email":null,"custom":null,"updated":"2021-03-02T21:40:51.586136Z","eTag":"AaaUxtPTpNTufg"}}'
|
74
|
+
recorded_at: Wed, 03 Mar 2021 23:11:01 GMT
|
75
|
+
- request:
|
76
|
+
method: patch
|
77
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/ruby-test-uuid-client-one/channels?auth=ruby-test-auth-client-one&count=1&l_obj=0.055&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
78
|
+
body:
|
79
|
+
encoding: UTF-8
|
80
|
+
string: '{"set":[{"channel":{"id":"channel"}}]}'
|
81
|
+
headers:
|
82
|
+
User-Agent:
|
83
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
84
|
+
Accept:
|
85
|
+
- "*/*"
|
86
|
+
Date:
|
87
|
+
- Wed, 03 Mar 2021 23:11:01 GMT
|
88
|
+
Content-Type:
|
89
|
+
- application/x-www-form-urlencoded
|
90
|
+
response:
|
91
|
+
status:
|
92
|
+
code: 200
|
93
|
+
message: OK
|
94
|
+
headers:
|
95
|
+
Date:
|
96
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
97
|
+
Content-Type:
|
98
|
+
- application/json
|
99
|
+
Content-Length:
|
100
|
+
- '143'
|
101
|
+
Connection:
|
102
|
+
- keep-alive
|
103
|
+
Access-Control-Allow-Origin:
|
104
|
+
- "*"
|
105
|
+
Access-Control-Allow-Credentials:
|
106
|
+
- 'true'
|
107
|
+
body:
|
108
|
+
encoding: UTF-8
|
109
|
+
string: '{"status":200,"data":[{"channel":{"id":"channel"},"updated":"2021-03-03T23:11:02.135359Z","eTag":"AY39mJKK//C0VA"}],"totalCount":1,"next":"MQ"}'
|
110
|
+
recorded_at: Wed, 03 Mar 2021 23:11:02 GMT
|
111
|
+
- request:
|
112
|
+
method: patch
|
113
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/ruby-test-uuid-client-one/channels?auth=ruby-test-auth-client-one&count=1&l_obj=0.066&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
114
|
+
body:
|
115
|
+
encoding: UTF-8
|
116
|
+
string: '{"delete":[{"channel":{"id":"channel"}}]}'
|
117
|
+
headers:
|
118
|
+
User-Agent:
|
119
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
120
|
+
Accept:
|
121
|
+
- "*/*"
|
122
|
+
Date:
|
123
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
124
|
+
Content-Type:
|
125
|
+
- application/x-www-form-urlencoded
|
126
|
+
response:
|
127
|
+
status:
|
128
|
+
code: 200
|
129
|
+
message: OK
|
130
|
+
headers:
|
131
|
+
Date:
|
132
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
133
|
+
Content-Type:
|
134
|
+
- application/json
|
135
|
+
Content-Length:
|
136
|
+
- '39'
|
137
|
+
Connection:
|
138
|
+
- keep-alive
|
139
|
+
Access-Control-Allow-Origin:
|
140
|
+
- "*"
|
141
|
+
Access-Control-Allow-Credentials:
|
142
|
+
- 'true'
|
143
|
+
body:
|
144
|
+
encoding: UTF-8
|
145
|
+
string: '{"status":200,"data":[],"totalCount":0}'
|
146
|
+
recorded_at: Wed, 03 Mar 2021 23:11:02 GMT
|
147
|
+
recorded_with: VCR 6.0.0
|
@@ -0,0 +1,147 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: patch
|
5
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&include=custom&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"name":"some_name"}'
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
Date:
|
15
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
16
|
+
Content-Type:
|
17
|
+
- application/x-www-form-urlencoded
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Date:
|
24
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json
|
27
|
+
Content-Length:
|
28
|
+
- '155'
|
29
|
+
Connection:
|
30
|
+
- keep-alive
|
31
|
+
Access-Control-Allow-Origin:
|
32
|
+
- "*"
|
33
|
+
Access-Control-Allow-Credentials:
|
34
|
+
- 'true'
|
35
|
+
body:
|
36
|
+
encoding: UTF-8
|
37
|
+
string: '{"status":200,"data":{"id":"channel","name":"some_name","description":null,"custom":null,"updated":"2021-03-03T23:11:02.017367Z","eTag":"Adqiu+akxbGf1wE"}}'
|
38
|
+
recorded_at: Wed, 03 Mar 2021 23:11:02 GMT
|
39
|
+
- request:
|
40
|
+
method: patch
|
41
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/ruby-test-uuid-client-one?auth=ruby-test-auth-client-one&include=custom&l_obj=0.083&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: '{"name":"magnum"}'
|
45
|
+
headers:
|
46
|
+
User-Agent:
|
47
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
48
|
+
Accept:
|
49
|
+
- "*/*"
|
50
|
+
Date:
|
51
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
52
|
+
Content-Type:
|
53
|
+
- application/x-www-form-urlencoded
|
54
|
+
response:
|
55
|
+
status:
|
56
|
+
code: 200
|
57
|
+
message: OK
|
58
|
+
headers:
|
59
|
+
Date:
|
60
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
61
|
+
Content-Type:
|
62
|
+
- application/json
|
63
|
+
Content-Length:
|
64
|
+
- '199'
|
65
|
+
Connection:
|
66
|
+
- keep-alive
|
67
|
+
Access-Control-Allow-Origin:
|
68
|
+
- "*"
|
69
|
+
Access-Control-Allow-Credentials:
|
70
|
+
- 'true'
|
71
|
+
body:
|
72
|
+
encoding: UTF-8
|
73
|
+
string: '{"status":200,"data":{"id":"ruby-test-uuid-client-one","name":"magnum","externalId":null,"profileUrl":null,"email":null,"custom":null,"updated":"2021-03-02T21:40:51.586136Z","eTag":"AaaUxtPTpNTufg"}}'
|
74
|
+
recorded_at: Wed, 03 Mar 2021 23:11:02 GMT
|
75
|
+
- request:
|
76
|
+
method: patch
|
77
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/ruby-test-uuid-client-one/channels?auth=ruby-test-auth-client-one&count=1&l_obj=0.049&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
78
|
+
body:
|
79
|
+
encoding: UTF-8
|
80
|
+
string: '{"set":[{"channel":{"id":"channel"}}]}'
|
81
|
+
headers:
|
82
|
+
User-Agent:
|
83
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
84
|
+
Accept:
|
85
|
+
- "*/*"
|
86
|
+
Date:
|
87
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
88
|
+
Content-Type:
|
89
|
+
- application/x-www-form-urlencoded
|
90
|
+
response:
|
91
|
+
status:
|
92
|
+
code: 200
|
93
|
+
message: OK
|
94
|
+
headers:
|
95
|
+
Date:
|
96
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
97
|
+
Content-Type:
|
98
|
+
- application/json
|
99
|
+
Content-Length:
|
100
|
+
- '143'
|
101
|
+
Connection:
|
102
|
+
- keep-alive
|
103
|
+
Access-Control-Allow-Origin:
|
104
|
+
- "*"
|
105
|
+
Access-Control-Allow-Credentials:
|
106
|
+
- 'true'
|
107
|
+
body:
|
108
|
+
encoding: UTF-8
|
109
|
+
string: '{"status":200,"data":[{"channel":{"id":"channel"},"updated":"2021-03-03T23:11:02.391605Z","eTag":"AY39mJKK//C0VA"}],"totalCount":1,"next":"MQ"}'
|
110
|
+
recorded_at: Wed, 03 Mar 2021 23:11:02 GMT
|
111
|
+
- request:
|
112
|
+
method: patch
|
113
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/bob/channels?auth=ruby-test-auth-client-one&count=1&l_obj=0.054&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
114
|
+
body:
|
115
|
+
encoding: UTF-8
|
116
|
+
string: '{"delete":[{"channel":{"id":"channel"}}]}'
|
117
|
+
headers:
|
118
|
+
User-Agent:
|
119
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
120
|
+
Accept:
|
121
|
+
- "*/*"
|
122
|
+
Date:
|
123
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
124
|
+
Content-Type:
|
125
|
+
- application/x-www-form-urlencoded
|
126
|
+
response:
|
127
|
+
status:
|
128
|
+
code: 200
|
129
|
+
message: OK
|
130
|
+
headers:
|
131
|
+
Date:
|
132
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
133
|
+
Content-Type:
|
134
|
+
- application/json
|
135
|
+
Content-Length:
|
136
|
+
- '39'
|
137
|
+
Connection:
|
138
|
+
- keep-alive
|
139
|
+
Access-Control-Allow-Origin:
|
140
|
+
- "*"
|
141
|
+
Access-Control-Allow-Credentials:
|
142
|
+
- 'true'
|
143
|
+
body:
|
144
|
+
encoding: UTF-8
|
145
|
+
string: '{"status":200,"data":[],"totalCount":0}'
|
146
|
+
recorded_at: Wed, 03 Mar 2021 23:11:02 GMT
|
147
|
+
recorded_with: VCR 6.0.0
|
@@ -0,0 +1,147 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: patch
|
5
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/channels/channel?auth=ruby-test-auth-client-one&include=custom&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"name":"some_name"}'
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
Date:
|
15
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
16
|
+
Content-Type:
|
17
|
+
- application/x-www-form-urlencoded
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Date:
|
24
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json
|
27
|
+
Content-Length:
|
28
|
+
- '155'
|
29
|
+
Connection:
|
30
|
+
- keep-alive
|
31
|
+
Access-Control-Allow-Origin:
|
32
|
+
- "*"
|
33
|
+
Access-Control-Allow-Credentials:
|
34
|
+
- 'true'
|
35
|
+
body:
|
36
|
+
encoding: UTF-8
|
37
|
+
string: '{"status":200,"data":{"id":"channel","name":"some_name","description":null,"custom":null,"updated":"2021-03-03T23:11:02.017367Z","eTag":"Adqiu+akxbGf1wE"}}'
|
38
|
+
recorded_at: Wed, 03 Mar 2021 23:11:02 GMT
|
39
|
+
- request:
|
40
|
+
method: patch
|
41
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/ruby-test-uuid-client-one?auth=ruby-test-auth-client-one&include=custom&l_obj=0.083&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: '{"name":"magnum"}'
|
45
|
+
headers:
|
46
|
+
User-Agent:
|
47
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
48
|
+
Accept:
|
49
|
+
- "*/*"
|
50
|
+
Date:
|
51
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
52
|
+
Content-Type:
|
53
|
+
- application/x-www-form-urlencoded
|
54
|
+
response:
|
55
|
+
status:
|
56
|
+
code: 200
|
57
|
+
message: OK
|
58
|
+
headers:
|
59
|
+
Date:
|
60
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
61
|
+
Content-Type:
|
62
|
+
- application/json
|
63
|
+
Content-Length:
|
64
|
+
- '199'
|
65
|
+
Connection:
|
66
|
+
- keep-alive
|
67
|
+
Access-Control-Allow-Origin:
|
68
|
+
- "*"
|
69
|
+
Access-Control-Allow-Credentials:
|
70
|
+
- 'true'
|
71
|
+
body:
|
72
|
+
encoding: UTF-8
|
73
|
+
string: '{"status":200,"data":{"id":"ruby-test-uuid-client-one","name":"magnum","externalId":null,"profileUrl":null,"email":null,"custom":null,"updated":"2021-03-02T21:40:51.586136Z","eTag":"AaaUxtPTpNTufg"}}'
|
74
|
+
recorded_at: Wed, 03 Mar 2021 23:11:02 GMT
|
75
|
+
- request:
|
76
|
+
method: patch
|
77
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/ruby-test-uuid-client-one/channels?auth=ruby-test-auth-client-one&count=1&l_obj=0.043&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
78
|
+
body:
|
79
|
+
encoding: UTF-8
|
80
|
+
string: '{"set":[{"channel":{"id":"channel"}}]}'
|
81
|
+
headers:
|
82
|
+
User-Agent:
|
83
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
84
|
+
Accept:
|
85
|
+
- "*/*"
|
86
|
+
Date:
|
87
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
88
|
+
Content-Type:
|
89
|
+
- application/x-www-form-urlencoded
|
90
|
+
response:
|
91
|
+
status:
|
92
|
+
code: 200
|
93
|
+
message: OK
|
94
|
+
headers:
|
95
|
+
Date:
|
96
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
97
|
+
Content-Type:
|
98
|
+
- application/json
|
99
|
+
Content-Length:
|
100
|
+
- '143'
|
101
|
+
Connection:
|
102
|
+
- keep-alive
|
103
|
+
Access-Control-Allow-Origin:
|
104
|
+
- "*"
|
105
|
+
Access-Control-Allow-Credentials:
|
106
|
+
- 'true'
|
107
|
+
body:
|
108
|
+
encoding: UTF-8
|
109
|
+
string: '{"status":200,"data":[{"channel":{"id":"channel"},"updated":"2021-03-03T23:11:02.391605Z","eTag":"AY39mJKK//C0VA"}],"totalCount":1,"next":"MQ"}'
|
110
|
+
recorded_at: Wed, 03 Mar 2021 23:11:02 GMT
|
111
|
+
- request:
|
112
|
+
method: patch
|
113
|
+
uri: http://ps.pndsn.com/v2/objects/sub-a-mock-key/uuids/bob/channels?auth=ruby-test-auth-client-one&count=1&pnsdk=PubNub-Ruby/4.5.0&uuid=ruby-test-uuid-client-one
|
114
|
+
body:
|
115
|
+
encoding: UTF-8
|
116
|
+
string: '{"delete":[{"channel":{"id":"channel"}}]}'
|
117
|
+
headers:
|
118
|
+
User-Agent:
|
119
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.6.5 (2019-10-01))
|
120
|
+
Accept:
|
121
|
+
- "*/*"
|
122
|
+
Date:
|
123
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
124
|
+
Content-Type:
|
125
|
+
- application/x-www-form-urlencoded
|
126
|
+
response:
|
127
|
+
status:
|
128
|
+
code: 200
|
129
|
+
message: OK
|
130
|
+
headers:
|
131
|
+
Date:
|
132
|
+
- Wed, 03 Mar 2021 23:11:02 GMT
|
133
|
+
Content-Type:
|
134
|
+
- application/json
|
135
|
+
Content-Length:
|
136
|
+
- '39'
|
137
|
+
Connection:
|
138
|
+
- keep-alive
|
139
|
+
Access-Control-Allow-Origin:
|
140
|
+
- "*"
|
141
|
+
Access-Control-Allow-Credentials:
|
142
|
+
- 'true'
|
143
|
+
body:
|
144
|
+
encoding: UTF-8
|
145
|
+
string: '{"status":200,"data":[],"totalCount":0}'
|
146
|
+
recorded_at: Wed, 03 Mar 2021 23:11:02 GMT
|
147
|
+
recorded_with: VCR 6.0.0
|