parse_resource 1.7.2 → 1.7.3

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.
Files changed (41) hide show
  1. data/.travis.yml +6 -0
  2. data/Gemfile +5 -1
  3. data/Gemfile.lock +11 -1
  4. data/README.md +21 -8
  5. data/VERSION +1 -1
  6. data/fixtures/vcr_cassettes/test_all.yml +161 -0
  7. data/fixtures/vcr_cassettes/test_attribute_getters.yml +57 -0
  8. data/fixtures/vcr_cassettes/test_attribute_setters.yml +57 -0
  9. data/fixtures/vcr_cassettes/test_authenticate.yml +155 -0
  10. data/fixtures/vcr_cassettes/test_chained_wheres.yml +161 -0
  11. data/fixtures/vcr_cassettes/test_count.yml +411 -0
  12. data/fixtures/vcr_cassettes/test_create.yml +57 -0
  13. data/fixtures/vcr_cassettes/test_created_at.yml +57 -0
  14. data/fixtures/vcr_cassettes/test_destroy.yml +157 -0
  15. data/fixtures/vcr_cassettes/test_destroy_all.yml +207 -0
  16. data/fixtures/vcr_cassettes/test_each.yml +269 -0
  17. data/fixtures/vcr_cassettes/test_find.yml +107 -0
  18. data/fixtures/vcr_cassettes/test_find_all_by.yml +157 -0
  19. data/fixtures/vcr_cassettes/test_find_by.yml +157 -0
  20. data/fixtures/vcr_cassettes/test_first.yml +107 -0
  21. data/fixtures/vcr_cassettes/test_id.yml +57 -0
  22. data/fixtures/vcr_cassettes/test_limit.yml +864 -0
  23. data/fixtures/vcr_cassettes/test_map.yml +269 -0
  24. data/fixtures/vcr_cassettes/test_save.yml +111 -0
  25. data/fixtures/vcr_cassettes/test_skip.yml +843 -0
  26. data/fixtures/vcr_cassettes/test_update.yml +111 -0
  27. data/fixtures/vcr_cassettes/test_updated_at.yml +111 -0
  28. data/fixtures/vcr_cassettes/test_username_should_be_unique.yml +109 -0
  29. data/fixtures/vcr_cassettes/test_where.yml +107 -0
  30. data/lib/parse_resource/base.rb +66 -69
  31. data/lib/parse_resource/parse_user.rb +1 -1
  32. data/lib/parse_resource/query.rb +9 -9
  33. data/parse_resource.gemspec +41 -7
  34. data/parse_resource.yml +12 -0
  35. data/test/active_model_lint_test.rb +5 -6
  36. data/test/helper.rb +8 -0
  37. data/test/test_parse_resource.rb +183 -117
  38. data/test/test_parse_user.rb +39 -32
  39. data/test/test_query_options.rb +43 -17
  40. metadata +149 -26
  41. data/test/test_associations.rb +0 -105
@@ -0,0 +1,157 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
6
+ body:
7
+ encoding: UTF-8
8
+ string: ! '{"title":"Welcome111"}'
9
+ headers:
10
+ Accept:
11
+ - ! '*/*; q=0.5, application/xml'
12
+ Accept-Encoding:
13
+ - gzip, deflate
14
+ Content-Type:
15
+ - application/json
16
+ Content-Length:
17
+ - '22'
18
+ User-Agent:
19
+ - Ruby
20
+ response:
21
+ status:
22
+ code: 201
23
+ message: Created
24
+ headers:
25
+ Access-Control-Allow-Origin:
26
+ - https://parse.com, https://www.parse.com
27
+ Access-Control-Request-Method:
28
+ - ! '*'
29
+ Cache-Control:
30
+ - no-cache
31
+ Content-Type:
32
+ - application/json; charset=utf-8
33
+ Date:
34
+ - Thu, 20 Sep 2012 04:31:45 GMT
35
+ Location:
36
+ - https://api.parse.com/1/classes/Post/HKWHSsET9H
37
+ Server:
38
+ - nginx/1.2.2
39
+ Set-Cookie:
40
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNWM1ZTQ4OGQyNDAxZDZkY2U3MTEzZDY4NjJjMWEyMDM%3D--42ccad36bbe260f8c2c857e38794c7ce36eb17f6;
41
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:45 GMT; HttpOnly
42
+ Status:
43
+ - 201 Created
44
+ X-Runtime:
45
+ - '0.038513'
46
+ X-Ua-Compatible:
47
+ - IE=Edge,chrome=1
48
+ Content-Length:
49
+ - '64'
50
+ Connection:
51
+ - keep-alive
52
+ body:
53
+ encoding: US-ASCII
54
+ string: ! '{"createdAt":"2012-09-20T04:31:45.557Z","objectId":"HKWHSsET9H"}'
55
+ http_version:
56
+ recorded_at: Thu, 20 Sep 2012 04:31:45 GMT
57
+ - request:
58
+ method: get
59
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?where=%7B%22title%22:%22Welcome111%22%7D
60
+ body:
61
+ encoding: US-ASCII
62
+ string: ''
63
+ headers:
64
+ Accept:
65
+ - ! '*/*; q=0.5, application/xml'
66
+ Accept-Encoding:
67
+ - gzip, deflate
68
+ User-Agent:
69
+ - Ruby
70
+ response:
71
+ status:
72
+ code: 200
73
+ message: OK
74
+ headers:
75
+ Access-Control-Allow-Origin:
76
+ - https://parse.com, https://www.parse.com
77
+ Access-Control-Request-Method:
78
+ - ! '*'
79
+ Cache-Control:
80
+ - max-age=0, private, must-revalidate
81
+ Content-Type:
82
+ - application/json; charset=utf-8
83
+ Date:
84
+ - Thu, 20 Sep 2012 04:31:45 GMT
85
+ Etag:
86
+ - ! '"71f4d19c72a27b48f594eeabf6b014a9"'
87
+ Server:
88
+ - nginx/1.2.2
89
+ Set-Cookie:
90
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYWJmYTA2NjJiZTY0MjYyNjczNzFiZDNmMDNhZmUzM2M%3D--6fbf1684c04019039f303bda99ddbd7501f3d125;
91
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:45 GMT; HttpOnly
92
+ Status:
93
+ - 200 OK
94
+ X-Runtime:
95
+ - '0.027724'
96
+ X-Ua-Compatible:
97
+ - IE=Edge,chrome=1
98
+ Content-Length:
99
+ - '263'
100
+ Connection:
101
+ - keep-alive
102
+ body:
103
+ encoding: US-ASCII
104
+ string: ! '{"results":[{"title":"Welcome111","createdAt":"2012-09-20T04:31:45.557Z","updatedAt":"2012-09-20T04:31:45.557Z","objectId":"HKWHSsET9H"},{"title":"Welcome111","createdAt":"2012-09-20T04:31:44.836Z","updatedAt":"2012-09-20T04:31:44.836Z","objectId":"ZwjYQFBuv6"}]}'
105
+ http_version:
106
+ recorded_at: Thu, 20 Sep 2012 04:31:45 GMT
107
+ - request:
108
+ method: get
109
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?where=%7B%22title%22:%22Welcome111%22%7D
110
+ body:
111
+ encoding: US-ASCII
112
+ string: ''
113
+ headers:
114
+ Accept:
115
+ - ! '*/*; q=0.5, application/xml'
116
+ Accept-Encoding:
117
+ - gzip, deflate
118
+ User-Agent:
119
+ - Ruby
120
+ response:
121
+ status:
122
+ code: 200
123
+ message: OK
124
+ headers:
125
+ Access-Control-Allow-Origin:
126
+ - https://parse.com, https://www.parse.com
127
+ Access-Control-Request-Method:
128
+ - ! '*'
129
+ Cache-Control:
130
+ - max-age=0, private, must-revalidate
131
+ Content-Type:
132
+ - application/json; charset=utf-8
133
+ Date:
134
+ - Thu, 20 Sep 2012 04:31:45 GMT
135
+ Etag:
136
+ - ! '"71f4d19c72a27b48f594eeabf6b014a9"'
137
+ Server:
138
+ - nginx/1.2.2
139
+ Set-Cookie:
140
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlN2EzNDM4MDlkMTZhOTgxYmI5OTYxZDUxM2MwNzhlOTk%3D--243e4d8590e49510bb4a6b2f80b0f3b7a5fc4fe9;
141
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:45 GMT; HttpOnly
142
+ Status:
143
+ - 200 OK
144
+ X-Runtime:
145
+ - '0.022508'
146
+ X-Ua-Compatible:
147
+ - IE=Edge,chrome=1
148
+ Content-Length:
149
+ - '263'
150
+ Connection:
151
+ - keep-alive
152
+ body:
153
+ encoding: US-ASCII
154
+ string: ! '{"results":[{"title":"Welcome111","createdAt":"2012-09-20T04:31:45.557Z","updatedAt":"2012-09-20T04:31:45.557Z","objectId":"HKWHSsET9H"},{"title":"Welcome111","createdAt":"2012-09-20T04:31:44.836Z","updatedAt":"2012-09-20T04:31:44.836Z","objectId":"ZwjYQFBuv6"}]}'
155
+ http_version:
156
+ recorded_at: Thu, 20 Sep 2012 04:31:46 GMT
157
+ recorded_with: VCR 2.2.4
@@ -0,0 +1,107 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Fork
6
+ body:
7
+ encoding: UTF-8
8
+ string: ! '{"points":"firsttt"}'
9
+ headers:
10
+ Accept:
11
+ - ! '*/*; q=0.5, application/xml'
12
+ Accept-Encoding:
13
+ - gzip, deflate
14
+ Content-Type:
15
+ - application/json
16
+ Content-Length:
17
+ - '20'
18
+ User-Agent:
19
+ - Ruby
20
+ response:
21
+ status:
22
+ code: 201
23
+ message: Created
24
+ headers:
25
+ Access-Control-Allow-Origin:
26
+ - https://parse.com, https://www.parse.com
27
+ Access-Control-Request-Method:
28
+ - ! '*'
29
+ Cache-Control:
30
+ - no-cache
31
+ Content-Type:
32
+ - application/json; charset=utf-8
33
+ Date:
34
+ - Thu, 20 Sep 2012 04:31:46 GMT
35
+ Location:
36
+ - https://api.parse.com/1/classes/Fork/0ovCIsfae8
37
+ Server:
38
+ - nginx/1.2.2
39
+ Set-Cookie:
40
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlN2NjMGZjYjVkMzE1NTRlNjM0YzE3NzU1MzRmOTkyODQ%3D--81384f7ca942dd68ee11c3edf9e5ae60af7cafe2;
41
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:46 GMT; HttpOnly
42
+ Status:
43
+ - 201 Created
44
+ X-Runtime:
45
+ - '0.021625'
46
+ X-Ua-Compatible:
47
+ - IE=Edge,chrome=1
48
+ Content-Length:
49
+ - '64'
50
+ Connection:
51
+ - keep-alive
52
+ body:
53
+ encoding: US-ASCII
54
+ string: ! '{"createdAt":"2012-09-20T04:31:46.173Z","objectId":"0ovCIsfae8"}'
55
+ http_version:
56
+ recorded_at: Thu, 20 Sep 2012 04:31:46 GMT
57
+ - request:
58
+ method: get
59
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Fork?limit=1&where=%7B%7D
60
+ body:
61
+ encoding: US-ASCII
62
+ string: ''
63
+ headers:
64
+ Accept:
65
+ - ! '*/*; q=0.5, application/xml'
66
+ Accept-Encoding:
67
+ - gzip, deflate
68
+ User-Agent:
69
+ - Ruby
70
+ response:
71
+ status:
72
+ code: 200
73
+ message: OK
74
+ headers:
75
+ Access-Control-Allow-Origin:
76
+ - https://parse.com, https://www.parse.com
77
+ Access-Control-Request-Method:
78
+ - ! '*'
79
+ Cache-Control:
80
+ - max-age=0, private, must-revalidate
81
+ Content-Type:
82
+ - application/json; charset=utf-8
83
+ Date:
84
+ - Thu, 20 Sep 2012 04:31:46 GMT
85
+ Etag:
86
+ - ! '"510c294415b5ec815aef772b68cf6f16"'
87
+ Server:
88
+ - nginx/1.2.2
89
+ Set-Cookie:
90
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNzc3YzZlOTBlNDNmYzIyY2RkNTU3OTBkOGZkOTdkN2I%3D--9ef17c9204fb392d2c9fc5c74169c22a258230b8;
91
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:46 GMT; HttpOnly
92
+ Status:
93
+ - 200 OK
94
+ X-Runtime:
95
+ - '0.021159'
96
+ X-Ua-Compatible:
97
+ - IE=Edge,chrome=1
98
+ Content-Length:
99
+ - '136'
100
+ Connection:
101
+ - keep-alive
102
+ body:
103
+ encoding: US-ASCII
104
+ string: ! '{"results":[{"points":"firsttt","createdAt":"2012-09-20T04:31:46.173Z","updatedAt":"2012-09-20T04:31:46.173Z","objectId":"0ovCIsfae8"}]}'
105
+ http_version:
106
+ recorded_at: Thu, 20 Sep 2012 04:31:46 GMT
107
+ recorded_with: VCR 2.2.4
@@ -0,0 +1,57 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
6
+ body:
7
+ encoding: UTF-8
8
+ string: ! '{"title":"testing id"}'
9
+ headers:
10
+ Accept:
11
+ - ! '*/*; q=0.5, application/xml'
12
+ Accept-Encoding:
13
+ - gzip, deflate
14
+ Content-Type:
15
+ - application/json
16
+ Content-Length:
17
+ - '22'
18
+ User-Agent:
19
+ - Ruby
20
+ response:
21
+ status:
22
+ code: 201
23
+ message: Created
24
+ headers:
25
+ Access-Control-Allow-Origin:
26
+ - https://parse.com, https://www.parse.com
27
+ Access-Control-Request-Method:
28
+ - ! '*'
29
+ Cache-Control:
30
+ - no-cache
31
+ Content-Type:
32
+ - application/json; charset=utf-8
33
+ Date:
34
+ - Thu, 20 Sep 2012 04:31:46 GMT
35
+ Location:
36
+ - https://api.parse.com/1/classes/Post/z3QRn3tzr1
37
+ Server:
38
+ - nginx/1.2.2
39
+ Set-Cookie:
40
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZGQ2NzU3YjE1YWUyMzczMmYyNDk5NzFhNjBjZTg1MzI%3D--934689daa38e8602dbd4d8e4667d2b7b96578863;
41
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:46 GMT; HttpOnly
42
+ Status:
43
+ - 201 Created
44
+ X-Runtime:
45
+ - '0.050280'
46
+ X-Ua-Compatible:
47
+ - IE=Edge,chrome=1
48
+ Content-Length:
49
+ - '64'
50
+ Connection:
51
+ - keep-alive
52
+ body:
53
+ encoding: US-ASCII
54
+ string: ! '{"createdAt":"2012-09-20T04:31:46.625Z","objectId":"z3QRn3tzr1"}'
55
+ http_version:
56
+ recorded_at: Thu, 20 Sep 2012 04:31:46 GMT
57
+ recorded_with: VCR 2.2.4
@@ -0,0 +1,864 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
6
+ body:
7
+ encoding: UTF-8
8
+ string: ! '{"title":"foo_0"}'
9
+ headers:
10
+ Accept:
11
+ - ! '*/*; q=0.5, application/xml'
12
+ Accept-Encoding:
13
+ - gzip, deflate
14
+ Content-Type:
15
+ - application/json
16
+ Content-Length:
17
+ - '17'
18
+ User-Agent:
19
+ - Ruby
20
+ response:
21
+ status:
22
+ code: 201
23
+ message: Created
24
+ headers:
25
+ Access-Control-Allow-Origin:
26
+ - https://parse.com, https://www.parse.com
27
+ Access-Control-Request-Method:
28
+ - ! '*'
29
+ Cache-Control:
30
+ - no-cache
31
+ Content-Type:
32
+ - application/json; charset=utf-8
33
+ Date:
34
+ - Thu, 20 Sep 2012 04:31:46 GMT
35
+ Location:
36
+ - https://api.parse.com/1/classes/Post/haUsnv0apT
37
+ Server:
38
+ - nginx/1.2.2
39
+ Set-Cookie:
40
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMTJlNDkxZTZjZDVlZDgzNGJhNzc2NDMzYWI1ZmRlOWE%3D--b8d14a37dd9845916804cfafdd844ddcc1565140;
41
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:46 GMT; HttpOnly
42
+ Status:
43
+ - 201 Created
44
+ X-Runtime:
45
+ - '0.062494'
46
+ X-Ua-Compatible:
47
+ - IE=Edge,chrome=1
48
+ Content-Length:
49
+ - '64'
50
+ Connection:
51
+ - keep-alive
52
+ body:
53
+ encoding: US-ASCII
54
+ string: ! '{"createdAt":"2012-09-20T04:31:46.892Z","objectId":"haUsnv0apT"}'
55
+ http_version:
56
+ recorded_at: Thu, 20 Sep 2012 04:31:46 GMT
57
+ - request:
58
+ method: post
59
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
60
+ body:
61
+ encoding: UTF-8
62
+ string: ! '{"title":"foo_1"}'
63
+ headers:
64
+ Accept:
65
+ - ! '*/*; q=0.5, application/xml'
66
+ Accept-Encoding:
67
+ - gzip, deflate
68
+ Content-Type:
69
+ - application/json
70
+ Content-Length:
71
+ - '17'
72
+ User-Agent:
73
+ - Ruby
74
+ response:
75
+ status:
76
+ code: 201
77
+ message: Created
78
+ headers:
79
+ Access-Control-Allow-Origin:
80
+ - https://parse.com, https://www.parse.com
81
+ Access-Control-Request-Method:
82
+ - ! '*'
83
+ Cache-Control:
84
+ - no-cache
85
+ Content-Type:
86
+ - application/json; charset=utf-8
87
+ Date:
88
+ - Thu, 20 Sep 2012 04:31:47 GMT
89
+ Location:
90
+ - https://api.parse.com/1/classes/Post/FqknMxHTlM
91
+ Server:
92
+ - nginx/1.2.2
93
+ Set-Cookie:
94
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNTE5MmQzMjVkYjE5MGFhMzNiMTE3MDg1Nzk2NTk4Nzk%3D--380c9fa232223ea7e51271d76968d65152ed4d3d;
95
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:47 GMT; HttpOnly
96
+ Status:
97
+ - 201 Created
98
+ X-Runtime:
99
+ - '0.016277'
100
+ X-Ua-Compatible:
101
+ - IE=Edge,chrome=1
102
+ Content-Length:
103
+ - '64'
104
+ Connection:
105
+ - keep-alive
106
+ body:
107
+ encoding: US-ASCII
108
+ string: ! '{"createdAt":"2012-09-20T04:31:47.143Z","objectId":"FqknMxHTlM"}'
109
+ http_version:
110
+ recorded_at: Thu, 20 Sep 2012 04:31:47 GMT
111
+ - request:
112
+ method: post
113
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
114
+ body:
115
+ encoding: UTF-8
116
+ string: ! '{"title":"foo_2"}'
117
+ headers:
118
+ Accept:
119
+ - ! '*/*; q=0.5, application/xml'
120
+ Accept-Encoding:
121
+ - gzip, deflate
122
+ Content-Type:
123
+ - application/json
124
+ Content-Length:
125
+ - '17'
126
+ User-Agent:
127
+ - Ruby
128
+ response:
129
+ status:
130
+ code: 201
131
+ message: Created
132
+ headers:
133
+ Access-Control-Allow-Origin:
134
+ - https://parse.com, https://www.parse.com
135
+ Access-Control-Request-Method:
136
+ - ! '*'
137
+ Cache-Control:
138
+ - no-cache
139
+ Content-Type:
140
+ - application/json; charset=utf-8
141
+ Date:
142
+ - Thu, 20 Sep 2012 04:31:47 GMT
143
+ Location:
144
+ - https://api.parse.com/1/classes/Post/aOVTj7klTs
145
+ Server:
146
+ - nginx/1.2.2
147
+ Set-Cookie:
148
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNTJlN2RhZTJiMDBlNzVmYzZmZjJhZGYxNjllMzA3MDQ%3D--3b1eeca3f170afa80c4c5c1897ab127a1c5b97c5;
149
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:47 GMT; HttpOnly
150
+ Status:
151
+ - 201 Created
152
+ X-Runtime:
153
+ - '0.014672'
154
+ X-Ua-Compatible:
155
+ - IE=Edge,chrome=1
156
+ Content-Length:
157
+ - '64'
158
+ Connection:
159
+ - keep-alive
160
+ body:
161
+ encoding: US-ASCII
162
+ string: ! '{"createdAt":"2012-09-20T04:31:47.379Z","objectId":"aOVTj7klTs"}'
163
+ http_version:
164
+ recorded_at: Thu, 20 Sep 2012 04:31:47 GMT
165
+ - request:
166
+ method: post
167
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
168
+ body:
169
+ encoding: UTF-8
170
+ string: ! '{"title":"foo_3"}'
171
+ headers:
172
+ Accept:
173
+ - ! '*/*; q=0.5, application/xml'
174
+ Accept-Encoding:
175
+ - gzip, deflate
176
+ Content-Type:
177
+ - application/json
178
+ Content-Length:
179
+ - '17'
180
+ User-Agent:
181
+ - Ruby
182
+ response:
183
+ status:
184
+ code: 201
185
+ message: Created
186
+ headers:
187
+ Access-Control-Allow-Origin:
188
+ - https://parse.com, https://www.parse.com
189
+ Access-Control-Request-Method:
190
+ - ! '*'
191
+ Cache-Control:
192
+ - no-cache
193
+ Content-Type:
194
+ - application/json; charset=utf-8
195
+ Date:
196
+ - Thu, 20 Sep 2012 04:31:47 GMT
197
+ Location:
198
+ - https://api.parse.com/1/classes/Post/dmKkcrPhn4
199
+ Server:
200
+ - nginx/1.2.2
201
+ Set-Cookie:
202
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZDQzZDBmYjMwNGM1YmE3NWFjMWNlZDIwZDA2NzhlZDU%3D--6a043a76024749643ad6c4303c20d9f07686a4d3;
203
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:47 GMT; HttpOnly
204
+ Status:
205
+ - 201 Created
206
+ X-Runtime:
207
+ - '0.021973'
208
+ X-Ua-Compatible:
209
+ - IE=Edge,chrome=1
210
+ Content-Length:
211
+ - '64'
212
+ Connection:
213
+ - keep-alive
214
+ body:
215
+ encoding: US-ASCII
216
+ string: ! '{"createdAt":"2012-09-20T04:31:47.618Z","objectId":"dmKkcrPhn4"}'
217
+ http_version:
218
+ recorded_at: Thu, 20 Sep 2012 04:31:47 GMT
219
+ - request:
220
+ method: post
221
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
222
+ body:
223
+ encoding: UTF-8
224
+ string: ! '{"title":"foo_4"}'
225
+ headers:
226
+ Accept:
227
+ - ! '*/*; q=0.5, application/xml'
228
+ Accept-Encoding:
229
+ - gzip, deflate
230
+ Content-Type:
231
+ - application/json
232
+ Content-Length:
233
+ - '17'
234
+ User-Agent:
235
+ - Ruby
236
+ response:
237
+ status:
238
+ code: 201
239
+ message: Created
240
+ headers:
241
+ Access-Control-Allow-Origin:
242
+ - https://parse.com, https://www.parse.com
243
+ Access-Control-Request-Method:
244
+ - ! '*'
245
+ Cache-Control:
246
+ - no-cache
247
+ Content-Type:
248
+ - application/json; charset=utf-8
249
+ Date:
250
+ - Thu, 20 Sep 2012 04:31:47 GMT
251
+ Location:
252
+ - https://api.parse.com/1/classes/Post/jIH461o33l
253
+ Server:
254
+ - nginx/1.2.2
255
+ Set-Cookie:
256
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlODU0ODZkMTdjYTAxNzM1MTBlZTg5Zjk1ZGMyNDA0Yzc%3D--74d5d25db0aa5ca3591068ee7003b7ba357aac6d;
257
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:47 GMT; HttpOnly
258
+ Status:
259
+ - 201 Created
260
+ X-Runtime:
261
+ - '0.017011'
262
+ X-Ua-Compatible:
263
+ - IE=Edge,chrome=1
264
+ Content-Length:
265
+ - '64'
266
+ Connection:
267
+ - keep-alive
268
+ body:
269
+ encoding: US-ASCII
270
+ string: ! '{"createdAt":"2012-09-20T04:31:47.862Z","objectId":"jIH461o33l"}'
271
+ http_version:
272
+ recorded_at: Thu, 20 Sep 2012 04:31:47 GMT
273
+ - request:
274
+ method: post
275
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
276
+ body:
277
+ encoding: UTF-8
278
+ string: ! '{"title":"foo_5"}'
279
+ headers:
280
+ Accept:
281
+ - ! '*/*; q=0.5, application/xml'
282
+ Accept-Encoding:
283
+ - gzip, deflate
284
+ Content-Type:
285
+ - application/json
286
+ Content-Length:
287
+ - '17'
288
+ User-Agent:
289
+ - Ruby
290
+ response:
291
+ status:
292
+ code: 201
293
+ message: Created
294
+ headers:
295
+ Access-Control-Allow-Origin:
296
+ - https://parse.com, https://www.parse.com
297
+ Access-Control-Request-Method:
298
+ - ! '*'
299
+ Cache-Control:
300
+ - no-cache
301
+ Content-Type:
302
+ - application/json; charset=utf-8
303
+ Date:
304
+ - Thu, 20 Sep 2012 04:31:48 GMT
305
+ Location:
306
+ - https://api.parse.com/1/classes/Post/O6VlR5PbKx
307
+ Server:
308
+ - nginx/1.2.2
309
+ Set-Cookie:
310
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNzkzODg3OTZlMTNiZjBhMGRlYjZhZjZkNGFmMTg2Y2I%3D--725210096e5ef69578bf54bcb18b0bd588d45908;
311
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:48 GMT; HttpOnly
312
+ Status:
313
+ - 201 Created
314
+ X-Runtime:
315
+ - '0.031332'
316
+ X-Ua-Compatible:
317
+ - IE=Edge,chrome=1
318
+ Content-Length:
319
+ - '64'
320
+ Connection:
321
+ - keep-alive
322
+ body:
323
+ encoding: US-ASCII
324
+ string: ! '{"createdAt":"2012-09-20T04:31:48.113Z","objectId":"O6VlR5PbKx"}'
325
+ http_version:
326
+ recorded_at: Thu, 20 Sep 2012 04:31:48 GMT
327
+ - request:
328
+ method: post
329
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
330
+ body:
331
+ encoding: UTF-8
332
+ string: ! '{"title":"foo_6"}'
333
+ headers:
334
+ Accept:
335
+ - ! '*/*; q=0.5, application/xml'
336
+ Accept-Encoding:
337
+ - gzip, deflate
338
+ Content-Type:
339
+ - application/json
340
+ Content-Length:
341
+ - '17'
342
+ User-Agent:
343
+ - Ruby
344
+ response:
345
+ status:
346
+ code: 201
347
+ message: Created
348
+ headers:
349
+ Access-Control-Allow-Origin:
350
+ - https://parse.com, https://www.parse.com
351
+ Access-Control-Request-Method:
352
+ - ! '*'
353
+ Cache-Control:
354
+ - no-cache
355
+ Content-Type:
356
+ - application/json; charset=utf-8
357
+ Date:
358
+ - Thu, 20 Sep 2012 04:31:48 GMT
359
+ Location:
360
+ - https://api.parse.com/1/classes/Post/aEdiV3MkYe
361
+ Server:
362
+ - nginx/1.2.2
363
+ Set-Cookie:
364
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlOWViYTc1NTc3YjNiNTRjN2Y3ZWNlZTE5NTQ1YjgxYzA%3D--742e09fe5bfa4284d59168ba401b8ac06dd82d7f;
365
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:48 GMT; HttpOnly
366
+ Status:
367
+ - 201 Created
368
+ X-Runtime:
369
+ - '0.016606'
370
+ X-Ua-Compatible:
371
+ - IE=Edge,chrome=1
372
+ Content-Length:
373
+ - '64'
374
+ Connection:
375
+ - keep-alive
376
+ body:
377
+ encoding: US-ASCII
378
+ string: ! '{"createdAt":"2012-09-20T04:31:48.326Z","objectId":"aEdiV3MkYe"}'
379
+ http_version:
380
+ recorded_at: Thu, 20 Sep 2012 04:31:48 GMT
381
+ - request:
382
+ method: post
383
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
384
+ body:
385
+ encoding: UTF-8
386
+ string: ! '{"title":"foo_7"}'
387
+ headers:
388
+ Accept:
389
+ - ! '*/*; q=0.5, application/xml'
390
+ Accept-Encoding:
391
+ - gzip, deflate
392
+ Content-Type:
393
+ - application/json
394
+ Content-Length:
395
+ - '17'
396
+ User-Agent:
397
+ - Ruby
398
+ response:
399
+ status:
400
+ code: 201
401
+ message: Created
402
+ headers:
403
+ Access-Control-Allow-Origin:
404
+ - https://parse.com, https://www.parse.com
405
+ Access-Control-Request-Method:
406
+ - ! '*'
407
+ Cache-Control:
408
+ - no-cache
409
+ Content-Type:
410
+ - application/json; charset=utf-8
411
+ Date:
412
+ - Thu, 20 Sep 2012 04:31:48 GMT
413
+ Location:
414
+ - https://api.parse.com/1/classes/Post/aQx5X2yPtd
415
+ Server:
416
+ - nginx/1.2.2
417
+ Set-Cookie:
418
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMDlmZGJiZTRlODYzMWNmYWQyNDkzZGJlNmRkYjNjZTQ%3D--c34b0b4152fdea58820c1cf2532fbb154051fb77;
419
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:48 GMT; HttpOnly
420
+ Status:
421
+ - 201 Created
422
+ X-Runtime:
423
+ - '0.019856'
424
+ X-Ua-Compatible:
425
+ - IE=Edge,chrome=1
426
+ Content-Length:
427
+ - '64'
428
+ Connection:
429
+ - keep-alive
430
+ body:
431
+ encoding: US-ASCII
432
+ string: ! '{"createdAt":"2012-09-20T04:31:48.546Z","objectId":"aQx5X2yPtd"}'
433
+ http_version:
434
+ recorded_at: Thu, 20 Sep 2012 04:31:48 GMT
435
+ - request:
436
+ method: post
437
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
438
+ body:
439
+ encoding: UTF-8
440
+ string: ! '{"title":"foo_8"}'
441
+ headers:
442
+ Accept:
443
+ - ! '*/*; q=0.5, application/xml'
444
+ Accept-Encoding:
445
+ - gzip, deflate
446
+ Content-Type:
447
+ - application/json
448
+ Content-Length:
449
+ - '17'
450
+ User-Agent:
451
+ - Ruby
452
+ response:
453
+ status:
454
+ code: 201
455
+ message: Created
456
+ headers:
457
+ Access-Control-Allow-Origin:
458
+ - https://parse.com, https://www.parse.com
459
+ Access-Control-Request-Method:
460
+ - ! '*'
461
+ Cache-Control:
462
+ - no-cache
463
+ Content-Type:
464
+ - application/json; charset=utf-8
465
+ Date:
466
+ - Thu, 20 Sep 2012 04:31:48 GMT
467
+ Location:
468
+ - https://api.parse.com/1/classes/Post/NPVos5NBxS
469
+ Server:
470
+ - nginx/1.2.2
471
+ Set-Cookie:
472
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNDNhZjUyNzMxODAxN2Y1OTUzODc2NzhkMjRkYjMyNDg%3D--3e13b2bf9225b7dd0b56cb942f87574dafc9d8f1;
473
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:48 GMT; HttpOnly
474
+ Status:
475
+ - 201 Created
476
+ X-Runtime:
477
+ - '0.018601'
478
+ X-Ua-Compatible:
479
+ - IE=Edge,chrome=1
480
+ Content-Length:
481
+ - '64'
482
+ Connection:
483
+ - keep-alive
484
+ body:
485
+ encoding: US-ASCII
486
+ string: ! '{"createdAt":"2012-09-20T04:31:48.767Z","objectId":"NPVos5NBxS"}'
487
+ http_version:
488
+ recorded_at: Thu, 20 Sep 2012 04:31:48 GMT
489
+ - request:
490
+ method: post
491
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
492
+ body:
493
+ encoding: UTF-8
494
+ string: ! '{"title":"foo_9"}'
495
+ headers:
496
+ Accept:
497
+ - ! '*/*; q=0.5, application/xml'
498
+ Accept-Encoding:
499
+ - gzip, deflate
500
+ Content-Type:
501
+ - application/json
502
+ Content-Length:
503
+ - '17'
504
+ User-Agent:
505
+ - Ruby
506
+ response:
507
+ status:
508
+ code: 201
509
+ message: Created
510
+ headers:
511
+ Access-Control-Allow-Origin:
512
+ - https://parse.com, https://www.parse.com
513
+ Access-Control-Request-Method:
514
+ - ! '*'
515
+ Cache-Control:
516
+ - no-cache
517
+ Content-Type:
518
+ - application/json; charset=utf-8
519
+ Date:
520
+ - Thu, 20 Sep 2012 04:31:49 GMT
521
+ Location:
522
+ - https://api.parse.com/1/classes/Post/JFgOyT7CJ0
523
+ Server:
524
+ - nginx/1.2.2
525
+ Set-Cookie:
526
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNDAwYzNiM2U2NzdmNzFlZDNlZDA3MDRjMjBjZDE4ODc%3D--9bdac87fb0fb9fb2db18107beae64e8eda6f3933;
527
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:49 GMT; HttpOnly
528
+ Status:
529
+ - 201 Created
530
+ X-Runtime:
531
+ - '0.016295'
532
+ X-Ua-Compatible:
533
+ - IE=Edge,chrome=1
534
+ Content-Length:
535
+ - '64'
536
+ Connection:
537
+ - keep-alive
538
+ body:
539
+ encoding: US-ASCII
540
+ string: ! '{"createdAt":"2012-09-20T04:31:49.017Z","objectId":"JFgOyT7CJ0"}'
541
+ http_version:
542
+ recorded_at: Thu, 20 Sep 2012 04:31:49 GMT
543
+ - request:
544
+ method: post
545
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
546
+ body:
547
+ encoding: UTF-8
548
+ string: ! '{"title":"foo_10"}'
549
+ headers:
550
+ Accept:
551
+ - ! '*/*; q=0.5, application/xml'
552
+ Accept-Encoding:
553
+ - gzip, deflate
554
+ Content-Type:
555
+ - application/json
556
+ Content-Length:
557
+ - '18'
558
+ User-Agent:
559
+ - Ruby
560
+ response:
561
+ status:
562
+ code: 201
563
+ message: Created
564
+ headers:
565
+ Access-Control-Allow-Origin:
566
+ - https://parse.com, https://www.parse.com
567
+ Access-Control-Request-Method:
568
+ - ! '*'
569
+ Cache-Control:
570
+ - no-cache
571
+ Content-Type:
572
+ - application/json; charset=utf-8
573
+ Date:
574
+ - Thu, 20 Sep 2012 04:31:49 GMT
575
+ Location:
576
+ - https://api.parse.com/1/classes/Post/xdV8qBWPvW
577
+ Server:
578
+ - nginx/1.2.2
579
+ Set-Cookie:
580
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYjM0NzYzODNjYjJmNzJiYjI0NzdhYTc5NDE3MDM3M2Q%3D--cb7b59ad989310f29df2de7d2a96fec1646eb4df;
581
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:49 GMT; HttpOnly
582
+ Status:
583
+ - 201 Created
584
+ X-Runtime:
585
+ - '0.016578'
586
+ X-Ua-Compatible:
587
+ - IE=Edge,chrome=1
588
+ Content-Length:
589
+ - '64'
590
+ Connection:
591
+ - keep-alive
592
+ body:
593
+ encoding: US-ASCII
594
+ string: ! '{"createdAt":"2012-09-20T04:31:49.246Z","objectId":"xdV8qBWPvW"}'
595
+ http_version:
596
+ recorded_at: Thu, 20 Sep 2012 04:31:49 GMT
597
+ - request:
598
+ method: post
599
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
600
+ body:
601
+ encoding: UTF-8
602
+ string: ! '{"title":"foo_11"}'
603
+ headers:
604
+ Accept:
605
+ - ! '*/*; q=0.5, application/xml'
606
+ Accept-Encoding:
607
+ - gzip, deflate
608
+ Content-Type:
609
+ - application/json
610
+ Content-Length:
611
+ - '18'
612
+ User-Agent:
613
+ - Ruby
614
+ response:
615
+ status:
616
+ code: 201
617
+ message: Created
618
+ headers:
619
+ Access-Control-Allow-Origin:
620
+ - https://parse.com, https://www.parse.com
621
+ Access-Control-Request-Method:
622
+ - ! '*'
623
+ Cache-Control:
624
+ - no-cache
625
+ Content-Type:
626
+ - application/json; charset=utf-8
627
+ Date:
628
+ - Thu, 20 Sep 2012 04:31:49 GMT
629
+ Location:
630
+ - https://api.parse.com/1/classes/Post/gGEHPf4o3f
631
+ Server:
632
+ - nginx/1.2.2
633
+ Set-Cookie:
634
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMDU5ZDg2ZmVmMjg1NTBkNjBmNTEwYTcxYTUzNjIzNDc%3D--186fac4dc24eddc6bfd0f613fa5a864b1c4d0050;
635
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:49 GMT; HttpOnly
636
+ Status:
637
+ - 201 Created
638
+ X-Runtime:
639
+ - '0.030821'
640
+ X-Ua-Compatible:
641
+ - IE=Edge,chrome=1
642
+ Content-Length:
643
+ - '64'
644
+ Connection:
645
+ - keep-alive
646
+ body:
647
+ encoding: US-ASCII
648
+ string: ! '{"createdAt":"2012-09-20T04:31:49.515Z","objectId":"gGEHPf4o3f"}'
649
+ http_version:
650
+ recorded_at: Thu, 20 Sep 2012 04:31:49 GMT
651
+ - request:
652
+ method: post
653
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
654
+ body:
655
+ encoding: UTF-8
656
+ string: ! '{"title":"foo_12"}'
657
+ headers:
658
+ Accept:
659
+ - ! '*/*; q=0.5, application/xml'
660
+ Accept-Encoding:
661
+ - gzip, deflate
662
+ Content-Type:
663
+ - application/json
664
+ Content-Length:
665
+ - '18'
666
+ User-Agent:
667
+ - Ruby
668
+ response:
669
+ status:
670
+ code: 201
671
+ message: Created
672
+ headers:
673
+ Access-Control-Allow-Origin:
674
+ - https://parse.com, https://www.parse.com
675
+ Access-Control-Request-Method:
676
+ - ! '*'
677
+ Cache-Control:
678
+ - no-cache
679
+ Content-Type:
680
+ - application/json; charset=utf-8
681
+ Date:
682
+ - Thu, 20 Sep 2012 04:31:49 GMT
683
+ Location:
684
+ - https://api.parse.com/1/classes/Post/i7skxTUL7Z
685
+ Server:
686
+ - nginx/1.2.2
687
+ Set-Cookie:
688
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYmFlOTUzMzMzYzg3YWNlNjVjM2QyODQyYmYzY2M4NmQ%3D--c1327463407cb697388b83a0a0ef5d5b0441ea9b;
689
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:49 GMT; HttpOnly
690
+ Status:
691
+ - 201 Created
692
+ X-Runtime:
693
+ - '0.073106'
694
+ X-Ua-Compatible:
695
+ - IE=Edge,chrome=1
696
+ Content-Length:
697
+ - '64'
698
+ Connection:
699
+ - keep-alive
700
+ body:
701
+ encoding: US-ASCII
702
+ string: ! '{"createdAt":"2012-09-20T04:31:49.803Z","objectId":"i7skxTUL7Z"}'
703
+ http_version:
704
+ recorded_at: Thu, 20 Sep 2012 04:31:49 GMT
705
+ - request:
706
+ method: post
707
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
708
+ body:
709
+ encoding: UTF-8
710
+ string: ! '{"title":"foo_13"}'
711
+ headers:
712
+ Accept:
713
+ - ! '*/*; q=0.5, application/xml'
714
+ Accept-Encoding:
715
+ - gzip, deflate
716
+ Content-Type:
717
+ - application/json
718
+ Content-Length:
719
+ - '18'
720
+ User-Agent:
721
+ - Ruby
722
+ response:
723
+ status:
724
+ code: 201
725
+ message: Created
726
+ headers:
727
+ Access-Control-Allow-Origin:
728
+ - https://parse.com, https://www.parse.com
729
+ Access-Control-Request-Method:
730
+ - ! '*'
731
+ Cache-Control:
732
+ - no-cache
733
+ Content-Type:
734
+ - application/json; charset=utf-8
735
+ Date:
736
+ - Thu, 20 Sep 2012 04:31:50 GMT
737
+ Location:
738
+ - https://api.parse.com/1/classes/Post/dZfz5hLGfI
739
+ Server:
740
+ - nginx/1.2.2
741
+ Set-Cookie:
742
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNGQ4NDUzOWNhNGRiYmIxNTVkZjZjOGE1NjZlZDZkNjQ%3D--0844d8b1540dac6a4840ec2de3c5710cdabbe755;
743
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:50 GMT; HttpOnly
744
+ Status:
745
+ - 201 Created
746
+ X-Runtime:
747
+ - '0.028099'
748
+ X-Ua-Compatible:
749
+ - IE=Edge,chrome=1
750
+ Content-Length:
751
+ - '64'
752
+ Connection:
753
+ - keep-alive
754
+ body:
755
+ encoding: US-ASCII
756
+ string: ! '{"createdAt":"2012-09-20T04:31:50.043Z","objectId":"dZfz5hLGfI"}'
757
+ http_version:
758
+ recorded_at: Thu, 20 Sep 2012 04:31:50 GMT
759
+ - request:
760
+ method: post
761
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
762
+ body:
763
+ encoding: UTF-8
764
+ string: ! '{"title":"foo_14"}'
765
+ headers:
766
+ Accept:
767
+ - ! '*/*; q=0.5, application/xml'
768
+ Accept-Encoding:
769
+ - gzip, deflate
770
+ Content-Type:
771
+ - application/json
772
+ Content-Length:
773
+ - '18'
774
+ User-Agent:
775
+ - Ruby
776
+ response:
777
+ status:
778
+ code: 201
779
+ message: Created
780
+ headers:
781
+ Access-Control-Allow-Origin:
782
+ - https://parse.com, https://www.parse.com
783
+ Access-Control-Request-Method:
784
+ - ! '*'
785
+ Cache-Control:
786
+ - no-cache
787
+ Content-Type:
788
+ - application/json; charset=utf-8
789
+ Date:
790
+ - Thu, 20 Sep 2012 04:31:50 GMT
791
+ Location:
792
+ - https://api.parse.com/1/classes/Post/lfo6Ohn9bU
793
+ Server:
794
+ - nginx/1.2.2
795
+ Set-Cookie:
796
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMzg5ZmQyMGUyNDY0MjFmODg2MjkwNDJjN2I2ZmEwMGU%3D--d8c4938a5aa7322631a852d56c72b429d57d66f8;
797
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:50 GMT; HttpOnly
798
+ Status:
799
+ - 201 Created
800
+ X-Runtime:
801
+ - '0.016572'
802
+ X-Ua-Compatible:
803
+ - IE=Edge,chrome=1
804
+ Content-Length:
805
+ - '64'
806
+ Connection:
807
+ - keep-alive
808
+ body:
809
+ encoding: US-ASCII
810
+ string: ! '{"createdAt":"2012-09-20T04:31:50.273Z","objectId":"lfo6Ohn9bU"}'
811
+ http_version:
812
+ recorded_at: Thu, 20 Sep 2012 04:31:50 GMT
813
+ - request:
814
+ method: get
815
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?limit=5&where=%7B%7D
816
+ body:
817
+ encoding: US-ASCII
818
+ string: ''
819
+ headers:
820
+ Accept:
821
+ - ! '*/*; q=0.5, application/xml'
822
+ Accept-Encoding:
823
+ - gzip, deflate
824
+ User-Agent:
825
+ - Ruby
826
+ response:
827
+ status:
828
+ code: 200
829
+ message: OK
830
+ headers:
831
+ Access-Control-Allow-Origin:
832
+ - https://parse.com, https://www.parse.com
833
+ Access-Control-Request-Method:
834
+ - ! '*'
835
+ Cache-Control:
836
+ - max-age=0, private, must-revalidate
837
+ Content-Type:
838
+ - application/json; charset=utf-8
839
+ Date:
840
+ - Thu, 20 Sep 2012 04:31:50 GMT
841
+ Etag:
842
+ - ! '"34518219da28e8b7bc9ed6f0a417671d"'
843
+ Server:
844
+ - nginx/1.2.2
845
+ Set-Cookie:
846
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMjk1ZmNhMTI4NGNkMzYxN2RkODJhMjdkYmNmM2FlZmY%3D--fb16c1cf96abe92bf2725f301996999c7a7f5890;
847
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:50 GMT; HttpOnly
848
+ Status:
849
+ - 200 OK
850
+ X-Runtime:
851
+ - '0.020350'
852
+ X-Ua-Compatible:
853
+ - IE=Edge,chrome=1
854
+ Content-Length:
855
+ - '626'
856
+ Connection:
857
+ - keep-alive
858
+ body:
859
+ encoding: US-ASCII
860
+ string: ! '{"results":[{"title":"11222","createdAt":"2012-09-20T04:31:37.170Z","updatedAt":"2012-09-20T04:31:37.170Z","objectId":"54C6KpIVdM"},{"title":"112ssd22","createdAt":"2012-09-20T04:31:37.429Z","updatedAt":"2012-09-20T04:31:37.429Z","objectId":"ZvIMP5SSSS"},{"title":"title1","createdAt":"2012-09-20T04:31:37.855Z","updatedAt":"2012-09-20T04:31:37.855Z","objectId":"0LUIcFSUQZ"},{"title":"1","createdAt":"2012-09-20T04:31:38.173Z","updatedAt":"2012-09-20T04:31:38.173Z","objectId":"iS3FSrerRc"},{"title":"testing
861
+ created_at","createdAt":"2012-09-20T04:31:41.315Z","updatedAt":"2012-09-20T04:31:41.315Z","objectId":"0oivuHzQvJ"}]}'
862
+ http_version:
863
+ recorded_at: Thu, 20 Sep 2012 04:31:50 GMT
864
+ recorded_with: VCR 2.2.4