parse_resource 1.7.3 → 1.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.
- data/.DS_Store +0 -0
- data/.travis.yml +1 -1
- data/Gemfile +4 -8
- data/Gemfile.lock +27 -23
- data/README.md +81 -2
- data/Rakefile +9 -8
- data/VERSION +1 -1
- data/fixtures/.DS_Store +0 -0
- data/fixtures/vcr_cassettes/.DS_Store +0 -0
- data/fixtures/vcr_cassettes/test_all.yml +319 -34
- data/fixtures/vcr_cassettes/test_attribute_getters.yml +256 -12
- data/fixtures/vcr_cassettes/test_attribute_setters.yml +256 -12
- data/fixtures/vcr_cassettes/test_authenticate.yml +260 -32
- data/fixtures/vcr_cassettes/test_chained_wheres.yml +320 -35
- data/fixtures/vcr_cassettes/test_chunk.yml +1359 -0
- data/fixtures/vcr_cassettes/test_count.yml +495 -84
- data/fixtures/vcr_cassettes/test_create.yml +154 -12
- data/fixtures/vcr_cassettes/test_created_at.yml +256 -12
- data/fixtures/vcr_cassettes/test_destroy.yml +364 -32
- data/fixtures/vcr_cassettes/test_destroy_all.yml +236 -48
- data/fixtures/vcr_cassettes/test_each.yml +488 -56
- data/fixtures/vcr_cassettes/test_fetching_closest_10.yml +1509 -0
- data/fixtures/vcr_cassettes/test_fetching_closest_by_kilometers.yml +1509 -0
- data/fixtures/vcr_cassettes/test_fetching_closest_by_miles.yml +1509 -0
- data/fixtures/vcr_cassettes/test_fetching_closest_by_radians.yml +1509 -0
- data/fixtures/vcr_cassettes/test_fetching_closest_within_box.yml +489 -0
- data/fixtures/vcr_cassettes/test_fetching_geopoint_field.yml +489 -0
- data/fixtures/vcr_cassettes/test_find.yml +312 -24
- data/fixtures/vcr_cassettes/test_find_all_by.yml +170 -34
- data/fixtures/vcr_cassettes/test_find_by.yml +174 -38
- data/fixtures/vcr_cassettes/test_first.yml +260 -23
- data/fixtures/vcr_cassettes/test_id.yml +256 -12
- data/fixtures/vcr_cassettes/test_installation_creation.yml +199 -0
- data/fixtures/vcr_cassettes/test_installation_creation_validation_check.yml +297 -0
- data/fixtures/vcr_cassettes/test_limit.yml +1138 -179
- data/fixtures/vcr_cassettes/test_map.yml +488 -56
- data/fixtures/vcr_cassettes/test_order_ascending.yml +395 -0
- data/fixtures/vcr_cassettes/test_order_descending.yml +446 -0
- data/fixtures/vcr_cassettes/test_save.yml +316 -24
- data/fixtures/vcr_cassettes/test_save_all_and_destroy_all.yml +869 -0
- data/fixtures/vcr_cassettes/test_saving_geo_point_with_quick_init.yml +395 -0
- data/fixtures/vcr_cassettes/test_saving_geopoint_with_coords.yml +395 -0
- data/fixtures/vcr_cassettes/test_skip.yml +120 -525
- data/fixtures/vcr_cassettes/test_update.yml +316 -24
- data/fixtures/vcr_cassettes/test_updated_at.yml +316 -24
- data/fixtures/vcr_cassettes/test_username_should_be_unique.yml +311 -21
- data/fixtures/vcr_cassettes/test_where.yml +117 -25
- data/lib/kaminari_extension.rb +60 -0
- data/lib/parse_resource.rb +4 -2
- data/lib/parse_resource/base.rb +262 -163
- data/lib/parse_resource/client.rb +8 -0
- data/lib/parse_resource/parse_error.rb +36 -22
- data/lib/parse_resource/query.rb +99 -7
- data/lib/parse_resource/query_methods.rb +64 -0
- data/lib/parse_resource/types/parse_geopoint.rb +19 -0
- data/parse_resource.gemspec +29 -9
- data/parse_resource.yml +2 -2
- data/test/active_model_lint_test.rb +0 -2
- data/test/helper.rb +13 -3
- data/test/test_parse_installation.rb +41 -0
- data/test/test_parse_resource.rb +108 -20
- data/test/test_parse_user.rb +4 -7
- data/test/test_query_options.rb +0 -38
- data/test/test_types.rb +186 -0
- metadata +38 -31
|
@@ -0,0 +1,1509 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place?where=%7B%7D
|
|
6
|
+
body:
|
|
7
|
+
encoding: US-ASCII
|
|
8
|
+
string: ''
|
|
9
|
+
headers:
|
|
10
|
+
Accept:
|
|
11
|
+
- ! '*/*; q=0.5, application/xml'
|
|
12
|
+
Accept-Encoding:
|
|
13
|
+
- gzip, deflate
|
|
14
|
+
User-Agent:
|
|
15
|
+
- Ruby
|
|
16
|
+
response:
|
|
17
|
+
status:
|
|
18
|
+
code: 200
|
|
19
|
+
message: OK
|
|
20
|
+
headers:
|
|
21
|
+
Cache-Control:
|
|
22
|
+
- max-age=0, private, must-revalidate
|
|
23
|
+
Content-Type:
|
|
24
|
+
- application/json; charset=utf-8
|
|
25
|
+
Date:
|
|
26
|
+
- Wed, 17 Apr 2013 07:22:42 GMT
|
|
27
|
+
Etag:
|
|
28
|
+
- ! '"a9892648cf421c888817f6a063ae8147"'
|
|
29
|
+
Server:
|
|
30
|
+
- nginx/1.2.2
|
|
31
|
+
Set-Cookie:
|
|
32
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlOTFjODA1OTQyMTQyZmRhMmUwOWVkOGI4ZjBmYTZjYzU%3D--ea993d28c933a6f8a42fd6323f0d3a43b37f3711;
|
|
33
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:42 GMT; secure;
|
|
34
|
+
HttpOnly
|
|
35
|
+
Status:
|
|
36
|
+
- 200 OK
|
|
37
|
+
X-Runtime:
|
|
38
|
+
- '0.030856'
|
|
39
|
+
X-Ua-Compatible:
|
|
40
|
+
- IE=Edge,chrome=1
|
|
41
|
+
Content-Length:
|
|
42
|
+
- '2175'
|
|
43
|
+
Connection:
|
|
44
|
+
- keep-alive
|
|
45
|
+
body:
|
|
46
|
+
encoding: US-ASCII
|
|
47
|
+
string: ! '{"results":[{"location":{"__type":"GeoPoint","latitude":34.09300844216167,"longitude":-118.3780094460731},"createdAt":"2013-04-17T07:22:35.207Z","updatedAt":"2013-04-17T07:22:35.207Z","objectId":"aYuL7PJqZM"},{"location":{"__type":"GeoPoint","latitude":34.09297074516132,"longitude":-118.3779001235962},"createdAt":"2013-04-17T07:22:35.803Z","updatedAt":"2013-04-17T07:22:35.803Z","objectId":"LUKW57uogQ"},{"location":{"__type":"GeoPoint","latitude":34.09291733023489,"longitude":-118.3780601208767},"createdAt":"2013-04-17T07:22:36.350Z","updatedAt":"2013-04-17T07:22:36.350Z","objectId":"CSXQufnyHk"},{"location":{"__type":"GeoPoint","latitude":34.09291733023489,"longitude":-118.3780601208767},"createdAt":"2013-04-17T07:22:36.896Z","updatedAt":"2013-04-17T07:22:36.896Z","objectId":"vNdgbPXuNK"},{"location":{"__type":"GeoPoint","latitude":34.10020829969745,"longitude":-118.2852727109533},"createdAt":"2013-04-17T07:22:37.444Z","updatedAt":"2013-04-17T07:22:37.444Z","objectId":"XjF0EQbjXg"},{"location":{"__type":"GeoPoint","latitude":33.81637559726026,"longitude":-118.3783150233789},"createdAt":"2013-04-17T07:22:37.984Z","updatedAt":"2013-04-17T07:22:37.984Z","objectId":"LhvKvRQX6H"},{"location":{"__type":"GeoPoint","latitude":36.11837535750446,"longitude":-115.1759274967512},"createdAt":"2013-04-17T07:22:38.521Z","updatedAt":"2013-04-17T07:22:38.521Z","objectId":"zYnuJ0nXlR"},{"location":{"__type":"GeoPoint","latitude":48.0284736030277,"longitude":37.79059904775168},"createdAt":"2013-04-17T07:22:39.061Z","updatedAt":"2013-04-17T07:22:39.061Z","objectId":"ABADFlJ0Yy"},{"location":{"__type":"GeoPoint","latitude":48.02790593385819,"longitude":37.78864582772938},"createdAt":"2013-04-17T07:22:39.823Z","updatedAt":"2013-04-17T07:22:39.823Z","objectId":"h4VEnm7tMS"},{"location":{"__type":"GeoPoint","latitude":48.02776282648577,"longitude":37.78850555419922},"createdAt":"2013-04-17T07:22:40.391Z","updatedAt":"2013-04-17T07:22:40.391Z","objectId":"MLoAOggKOl"},{"location":{"__type":"GeoPoint","latitude":48.02750452121758,"longitude":37.78846263885498},"createdAt":"2013-04-17T07:22:40.960Z","updatedAt":"2013-04-17T07:22:40.960Z","objectId":"u5eLR2dte5"}]}'
|
|
48
|
+
http_version:
|
|
49
|
+
recorded_at: Wed, 17 Apr 2013 07:22:42 GMT
|
|
50
|
+
- request:
|
|
51
|
+
method: post
|
|
52
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/batch
|
|
53
|
+
body:
|
|
54
|
+
encoding: UTF-8
|
|
55
|
+
string: ! '{"requests":[{"method":"DELETE","path":"/1/classes/Place/aYuL7PJqZM"},{"method":"DELETE","path":"/1/classes/Place/LUKW57uogQ"},{"method":"DELETE","path":"/1/classes/Place/CSXQufnyHk"},{"method":"DELETE","path":"/1/classes/Place/vNdgbPXuNK"},{"method":"DELETE","path":"/1/classes/Place/XjF0EQbjXg"},{"method":"DELETE","path":"/1/classes/Place/LhvKvRQX6H"},{"method":"DELETE","path":"/1/classes/Place/zYnuJ0nXlR"},{"method":"DELETE","path":"/1/classes/Place/ABADFlJ0Yy"},{"method":"DELETE","path":"/1/classes/Place/h4VEnm7tMS"},{"method":"DELETE","path":"/1/classes/Place/MLoAOggKOl"},{"method":"DELETE","path":"/1/classes/Place/u5eLR2dte5"}]}'
|
|
56
|
+
headers:
|
|
57
|
+
Accept:
|
|
58
|
+
- ! '*/*; q=0.5, application/xml'
|
|
59
|
+
Accept-Encoding:
|
|
60
|
+
- gzip, deflate
|
|
61
|
+
Content-Type:
|
|
62
|
+
- application/json
|
|
63
|
+
Content-Length:
|
|
64
|
+
- '641'
|
|
65
|
+
User-Agent:
|
|
66
|
+
- Ruby
|
|
67
|
+
response:
|
|
68
|
+
status:
|
|
69
|
+
code: 200
|
|
70
|
+
message: OK
|
|
71
|
+
headers:
|
|
72
|
+
Cache-Control:
|
|
73
|
+
- max-age=0, private, must-revalidate
|
|
74
|
+
Content-Type:
|
|
75
|
+
- application/json; charset=utf-8
|
|
76
|
+
Date:
|
|
77
|
+
- Wed, 17 Apr 2013 07:22:43 GMT
|
|
78
|
+
Etag:
|
|
79
|
+
- ! '"5d25c8fb038e7f7d6fcb7bf4c72e3298"'
|
|
80
|
+
Server:
|
|
81
|
+
- nginx/1.2.2
|
|
82
|
+
Set-Cookie:
|
|
83
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlN2IxMzFlZGU0YjM2NDFkMDUwOTkxMzE1NDgwYzQ0MWY%3D--9c7dd5efada8e7981dceebe9d66aa833a9c7d490;
|
|
84
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:43 GMT; secure;
|
|
85
|
+
HttpOnly
|
|
86
|
+
Status:
|
|
87
|
+
- 200 OK
|
|
88
|
+
X-Runtime:
|
|
89
|
+
- '0.135260'
|
|
90
|
+
X-Ua-Compatible:
|
|
91
|
+
- IE=Edge,chrome=1
|
|
92
|
+
Content-Length:
|
|
93
|
+
- '188'
|
|
94
|
+
Connection:
|
|
95
|
+
- keep-alive
|
|
96
|
+
body:
|
|
97
|
+
encoding: US-ASCII
|
|
98
|
+
string: ! '[{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true}]'
|
|
99
|
+
http_version:
|
|
100
|
+
recorded_at: Wed, 17 Apr 2013 07:22:43 GMT
|
|
101
|
+
- request:
|
|
102
|
+
method: post
|
|
103
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place
|
|
104
|
+
body:
|
|
105
|
+
encoding: UTF-8
|
|
106
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":34.09300844216167,"longitude":-118.3780094460731}}'
|
|
107
|
+
headers:
|
|
108
|
+
Accept:
|
|
109
|
+
- ! '*/*; q=0.5, application/xml'
|
|
110
|
+
Accept-Encoding:
|
|
111
|
+
- gzip, deflate
|
|
112
|
+
Content-Type:
|
|
113
|
+
- application/json
|
|
114
|
+
Content-Length:
|
|
115
|
+
- '94'
|
|
116
|
+
User-Agent:
|
|
117
|
+
- Ruby
|
|
118
|
+
response:
|
|
119
|
+
status:
|
|
120
|
+
code: 201
|
|
121
|
+
message: Created
|
|
122
|
+
headers:
|
|
123
|
+
Cache-Control:
|
|
124
|
+
- no-cache
|
|
125
|
+
Content-Type:
|
|
126
|
+
- application/json; charset=utf-8
|
|
127
|
+
Date:
|
|
128
|
+
- Wed, 17 Apr 2013 07:22:43 GMT
|
|
129
|
+
Location:
|
|
130
|
+
- https://api.parse.com/1/classes/Place/Wkw9YTOAf9
|
|
131
|
+
Server:
|
|
132
|
+
- nginx/1.2.2
|
|
133
|
+
Set-Cookie:
|
|
134
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYjdjN2IwZjdjMmM4ZjU3Mzg0MjIxMzNlNTM3MjdmMmM%3D--a3edce0270d0504d0e11a3b6a0e3b36d28582d2b;
|
|
135
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:43 GMT; secure;
|
|
136
|
+
HttpOnly
|
|
137
|
+
Status:
|
|
138
|
+
- 201 Created
|
|
139
|
+
X-Runtime:
|
|
140
|
+
- '0.045789'
|
|
141
|
+
X-Ua-Compatible:
|
|
142
|
+
- IE=Edge,chrome=1
|
|
143
|
+
Content-Length:
|
|
144
|
+
- '64'
|
|
145
|
+
Connection:
|
|
146
|
+
- keep-alive
|
|
147
|
+
body:
|
|
148
|
+
encoding: US-ASCII
|
|
149
|
+
string: ! '{"createdAt":"2013-04-17T07:22:43.882Z","objectId":"Wkw9YTOAf9"}'
|
|
150
|
+
http_version:
|
|
151
|
+
recorded_at: Wed, 17 Apr 2013 07:22:43 GMT
|
|
152
|
+
- request:
|
|
153
|
+
method: post
|
|
154
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place
|
|
155
|
+
body:
|
|
156
|
+
encoding: UTF-8
|
|
157
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":34.09297074516132,"longitude":-118.3779001235962}}'
|
|
158
|
+
headers:
|
|
159
|
+
Accept:
|
|
160
|
+
- ! '*/*; q=0.5, application/xml'
|
|
161
|
+
Accept-Encoding:
|
|
162
|
+
- gzip, deflate
|
|
163
|
+
Content-Type:
|
|
164
|
+
- application/json
|
|
165
|
+
Content-Length:
|
|
166
|
+
- '94'
|
|
167
|
+
User-Agent:
|
|
168
|
+
- Ruby
|
|
169
|
+
response:
|
|
170
|
+
status:
|
|
171
|
+
code: 201
|
|
172
|
+
message: Created
|
|
173
|
+
headers:
|
|
174
|
+
Cache-Control:
|
|
175
|
+
- no-cache
|
|
176
|
+
Content-Type:
|
|
177
|
+
- application/json; charset=utf-8
|
|
178
|
+
Date:
|
|
179
|
+
- Wed, 17 Apr 2013 07:22:44 GMT
|
|
180
|
+
Location:
|
|
181
|
+
- https://api.parse.com/1/classes/Place/H34aNAn5H5
|
|
182
|
+
Server:
|
|
183
|
+
- nginx/1.2.2
|
|
184
|
+
Set-Cookie:
|
|
185
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNjllMjBhMTkxMjZjZjk2ZmNmZjU4NjgxN2ZiZThhNDk%3D--665709aee9ad1b5215d12a70ee6dc0bc8f954dcb;
|
|
186
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:44 GMT; secure;
|
|
187
|
+
HttpOnly
|
|
188
|
+
Status:
|
|
189
|
+
- 201 Created
|
|
190
|
+
X-Runtime:
|
|
191
|
+
- '0.029905'
|
|
192
|
+
X-Ua-Compatible:
|
|
193
|
+
- IE=Edge,chrome=1
|
|
194
|
+
Content-Length:
|
|
195
|
+
- '64'
|
|
196
|
+
Connection:
|
|
197
|
+
- keep-alive
|
|
198
|
+
body:
|
|
199
|
+
encoding: US-ASCII
|
|
200
|
+
string: ! '{"createdAt":"2013-04-17T07:22:44.444Z","objectId":"H34aNAn5H5"}'
|
|
201
|
+
http_version:
|
|
202
|
+
recorded_at: Wed, 17 Apr 2013 07:22:44 GMT
|
|
203
|
+
- request:
|
|
204
|
+
method: post
|
|
205
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place
|
|
206
|
+
body:
|
|
207
|
+
encoding: UTF-8
|
|
208
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":34.09291733023489,"longitude":-118.3780601208767}}'
|
|
209
|
+
headers:
|
|
210
|
+
Accept:
|
|
211
|
+
- ! '*/*; q=0.5, application/xml'
|
|
212
|
+
Accept-Encoding:
|
|
213
|
+
- gzip, deflate
|
|
214
|
+
Content-Type:
|
|
215
|
+
- application/json
|
|
216
|
+
Content-Length:
|
|
217
|
+
- '94'
|
|
218
|
+
User-Agent:
|
|
219
|
+
- Ruby
|
|
220
|
+
response:
|
|
221
|
+
status:
|
|
222
|
+
code: 201
|
|
223
|
+
message: Created
|
|
224
|
+
headers:
|
|
225
|
+
Cache-Control:
|
|
226
|
+
- no-cache
|
|
227
|
+
Content-Type:
|
|
228
|
+
- application/json; charset=utf-8
|
|
229
|
+
Date:
|
|
230
|
+
- Wed, 17 Apr 2013 07:22:44 GMT
|
|
231
|
+
Location:
|
|
232
|
+
- https://api.parse.com/1/classes/Place/SHWsuDWAAw
|
|
233
|
+
Server:
|
|
234
|
+
- nginx/1.2.2
|
|
235
|
+
Set-Cookie:
|
|
236
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNzRkY2NmMDUxYzdjZjcwZWMyNjhmNjU2OWFlMTBjNGY%3D--3f925a379c4128d42792bee084bc58048d11d35d;
|
|
237
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:44 GMT; secure;
|
|
238
|
+
HttpOnly
|
|
239
|
+
Status:
|
|
240
|
+
- 201 Created
|
|
241
|
+
X-Runtime:
|
|
242
|
+
- '0.037804'
|
|
243
|
+
X-Ua-Compatible:
|
|
244
|
+
- IE=Edge,chrome=1
|
|
245
|
+
Content-Length:
|
|
246
|
+
- '64'
|
|
247
|
+
Connection:
|
|
248
|
+
- keep-alive
|
|
249
|
+
body:
|
|
250
|
+
encoding: US-ASCII
|
|
251
|
+
string: ! '{"createdAt":"2013-04-17T07:22:44.983Z","objectId":"SHWsuDWAAw"}'
|
|
252
|
+
http_version:
|
|
253
|
+
recorded_at: Wed, 17 Apr 2013 07:22:45 GMT
|
|
254
|
+
- request:
|
|
255
|
+
method: post
|
|
256
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place
|
|
257
|
+
body:
|
|
258
|
+
encoding: UTF-8
|
|
259
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":34.09291733023489,"longitude":-118.3780601208767}}'
|
|
260
|
+
headers:
|
|
261
|
+
Accept:
|
|
262
|
+
- ! '*/*; q=0.5, application/xml'
|
|
263
|
+
Accept-Encoding:
|
|
264
|
+
- gzip, deflate
|
|
265
|
+
Content-Type:
|
|
266
|
+
- application/json
|
|
267
|
+
Content-Length:
|
|
268
|
+
- '94'
|
|
269
|
+
User-Agent:
|
|
270
|
+
- Ruby
|
|
271
|
+
response:
|
|
272
|
+
status:
|
|
273
|
+
code: 201
|
|
274
|
+
message: Created
|
|
275
|
+
headers:
|
|
276
|
+
Cache-Control:
|
|
277
|
+
- no-cache
|
|
278
|
+
Content-Type:
|
|
279
|
+
- application/json; charset=utf-8
|
|
280
|
+
Date:
|
|
281
|
+
- Wed, 17 Apr 2013 07:22:45 GMT
|
|
282
|
+
Location:
|
|
283
|
+
- https://api.parse.com/1/classes/Place/MAPUzeuRs2
|
|
284
|
+
Server:
|
|
285
|
+
- nginx/1.2.2
|
|
286
|
+
Set-Cookie:
|
|
287
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZGViMjkxYmQ0YmRiMzJlN2Y5NGNlMWI5YTdkYzMwNGI%3D--a2d1fcfcac1a7c330b4d9caeefdc55e36456dae2;
|
|
288
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:45 GMT; secure;
|
|
289
|
+
HttpOnly
|
|
290
|
+
Status:
|
|
291
|
+
- 201 Created
|
|
292
|
+
X-Runtime:
|
|
293
|
+
- '0.049604'
|
|
294
|
+
X-Ua-Compatible:
|
|
295
|
+
- IE=Edge,chrome=1
|
|
296
|
+
Content-Length:
|
|
297
|
+
- '64'
|
|
298
|
+
Connection:
|
|
299
|
+
- keep-alive
|
|
300
|
+
body:
|
|
301
|
+
encoding: US-ASCII
|
|
302
|
+
string: ! '{"createdAt":"2013-04-17T07:22:45.549Z","objectId":"MAPUzeuRs2"}'
|
|
303
|
+
http_version:
|
|
304
|
+
recorded_at: Wed, 17 Apr 2013 07:22:45 GMT
|
|
305
|
+
- request:
|
|
306
|
+
method: post
|
|
307
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place
|
|
308
|
+
body:
|
|
309
|
+
encoding: UTF-8
|
|
310
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":34.10020829969745,"longitude":-118.2852727109533}}'
|
|
311
|
+
headers:
|
|
312
|
+
Accept:
|
|
313
|
+
- ! '*/*; q=0.5, application/xml'
|
|
314
|
+
Accept-Encoding:
|
|
315
|
+
- gzip, deflate
|
|
316
|
+
Content-Type:
|
|
317
|
+
- application/json
|
|
318
|
+
Content-Length:
|
|
319
|
+
- '94'
|
|
320
|
+
User-Agent:
|
|
321
|
+
- Ruby
|
|
322
|
+
response:
|
|
323
|
+
status:
|
|
324
|
+
code: 201
|
|
325
|
+
message: Created
|
|
326
|
+
headers:
|
|
327
|
+
Cache-Control:
|
|
328
|
+
- no-cache
|
|
329
|
+
Content-Type:
|
|
330
|
+
- application/json; charset=utf-8
|
|
331
|
+
Date:
|
|
332
|
+
- Wed, 17 Apr 2013 07:22:46 GMT
|
|
333
|
+
Location:
|
|
334
|
+
- https://api.parse.com/1/classes/Place/WlBzrmrA0k
|
|
335
|
+
Server:
|
|
336
|
+
- nginx/1.2.2
|
|
337
|
+
Set-Cookie:
|
|
338
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlODMyZmUyYTgxNjRiMmU4MzFkZjkxYzYzYzc1OWVjNDc%3D--9f444191699d68e97c1e35dd7dc08adc47191c16;
|
|
339
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:46 GMT; secure;
|
|
340
|
+
HttpOnly
|
|
341
|
+
Status:
|
|
342
|
+
- 201 Created
|
|
343
|
+
X-Runtime:
|
|
344
|
+
- '0.146762'
|
|
345
|
+
X-Ua-Compatible:
|
|
346
|
+
- IE=Edge,chrome=1
|
|
347
|
+
Content-Length:
|
|
348
|
+
- '64'
|
|
349
|
+
Connection:
|
|
350
|
+
- keep-alive
|
|
351
|
+
body:
|
|
352
|
+
encoding: US-ASCII
|
|
353
|
+
string: ! '{"createdAt":"2013-04-17T07:22:46.096Z","objectId":"WlBzrmrA0k"}'
|
|
354
|
+
http_version:
|
|
355
|
+
recorded_at: Wed, 17 Apr 2013 07:22:46 GMT
|
|
356
|
+
- request:
|
|
357
|
+
method: post
|
|
358
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place
|
|
359
|
+
body:
|
|
360
|
+
encoding: UTF-8
|
|
361
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":33.81637559726026,"longitude":-118.3783150233789}}'
|
|
362
|
+
headers:
|
|
363
|
+
Accept:
|
|
364
|
+
- ! '*/*; q=0.5, application/xml'
|
|
365
|
+
Accept-Encoding:
|
|
366
|
+
- gzip, deflate
|
|
367
|
+
Content-Type:
|
|
368
|
+
- application/json
|
|
369
|
+
Content-Length:
|
|
370
|
+
- '94'
|
|
371
|
+
User-Agent:
|
|
372
|
+
- Ruby
|
|
373
|
+
response:
|
|
374
|
+
status:
|
|
375
|
+
code: 201
|
|
376
|
+
message: Created
|
|
377
|
+
headers:
|
|
378
|
+
Cache-Control:
|
|
379
|
+
- no-cache
|
|
380
|
+
Content-Type:
|
|
381
|
+
- application/json; charset=utf-8
|
|
382
|
+
Date:
|
|
383
|
+
- Wed, 17 Apr 2013 07:22:46 GMT
|
|
384
|
+
Location:
|
|
385
|
+
- https://api.parse.com/1/classes/Place/0vZLAZN0c9
|
|
386
|
+
Server:
|
|
387
|
+
- nginx/1.2.2
|
|
388
|
+
Set-Cookie:
|
|
389
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYWFlMWVkNjU0NzE1ODM5M2ZlNzFhM2Q3MmUwYzJlZDc%3D--11ef5e4f7086e84c78dbddda9bb7b5f620ee9165;
|
|
390
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:46 GMT; secure;
|
|
391
|
+
HttpOnly
|
|
392
|
+
Status:
|
|
393
|
+
- 201 Created
|
|
394
|
+
X-Runtime:
|
|
395
|
+
- '0.054469'
|
|
396
|
+
X-Ua-Compatible:
|
|
397
|
+
- IE=Edge,chrome=1
|
|
398
|
+
Content-Length:
|
|
399
|
+
- '64'
|
|
400
|
+
Connection:
|
|
401
|
+
- keep-alive
|
|
402
|
+
body:
|
|
403
|
+
encoding: US-ASCII
|
|
404
|
+
string: ! '{"createdAt":"2013-04-17T07:22:46.850Z","objectId":"0vZLAZN0c9"}'
|
|
405
|
+
http_version:
|
|
406
|
+
recorded_at: Wed, 17 Apr 2013 07:22:46 GMT
|
|
407
|
+
- request:
|
|
408
|
+
method: post
|
|
409
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place
|
|
410
|
+
body:
|
|
411
|
+
encoding: UTF-8
|
|
412
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":36.11837535750446,"longitude":-115.1759274967512}}'
|
|
413
|
+
headers:
|
|
414
|
+
Accept:
|
|
415
|
+
- ! '*/*; q=0.5, application/xml'
|
|
416
|
+
Accept-Encoding:
|
|
417
|
+
- gzip, deflate
|
|
418
|
+
Content-Type:
|
|
419
|
+
- application/json
|
|
420
|
+
Content-Length:
|
|
421
|
+
- '94'
|
|
422
|
+
User-Agent:
|
|
423
|
+
- Ruby
|
|
424
|
+
response:
|
|
425
|
+
status:
|
|
426
|
+
code: 201
|
|
427
|
+
message: Created
|
|
428
|
+
headers:
|
|
429
|
+
Cache-Control:
|
|
430
|
+
- no-cache
|
|
431
|
+
Content-Type:
|
|
432
|
+
- application/json; charset=utf-8
|
|
433
|
+
Date:
|
|
434
|
+
- Wed, 17 Apr 2013 07:22:47 GMT
|
|
435
|
+
Location:
|
|
436
|
+
- https://api.parse.com/1/classes/Place/Kbhrt4fTz2
|
|
437
|
+
Server:
|
|
438
|
+
- nginx/1.2.2
|
|
439
|
+
Set-Cookie:
|
|
440
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYWQ0ODcyNWFkOTg0YjM4NDEwZDgwMDViMjQ1MjRiODc%3D--1f1f7c3f7d97e632649e22163e73b03ffccd3c3d;
|
|
441
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:47 GMT; secure;
|
|
442
|
+
HttpOnly
|
|
443
|
+
Status:
|
|
444
|
+
- 201 Created
|
|
445
|
+
X-Runtime:
|
|
446
|
+
- '0.035513'
|
|
447
|
+
X-Ua-Compatible:
|
|
448
|
+
- IE=Edge,chrome=1
|
|
449
|
+
Content-Length:
|
|
450
|
+
- '64'
|
|
451
|
+
Connection:
|
|
452
|
+
- keep-alive
|
|
453
|
+
body:
|
|
454
|
+
encoding: US-ASCII
|
|
455
|
+
string: ! '{"createdAt":"2013-04-17T07:22:47.428Z","objectId":"Kbhrt4fTz2"}'
|
|
456
|
+
http_version:
|
|
457
|
+
recorded_at: Wed, 17 Apr 2013 07:22:47 GMT
|
|
458
|
+
- request:
|
|
459
|
+
method: post
|
|
460
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place
|
|
461
|
+
body:
|
|
462
|
+
encoding: UTF-8
|
|
463
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":48.0284736030277,"longitude":37.79059904775168}}'
|
|
464
|
+
headers:
|
|
465
|
+
Accept:
|
|
466
|
+
- ! '*/*; q=0.5, application/xml'
|
|
467
|
+
Accept-Encoding:
|
|
468
|
+
- gzip, deflate
|
|
469
|
+
Content-Type:
|
|
470
|
+
- application/json
|
|
471
|
+
Content-Length:
|
|
472
|
+
- '92'
|
|
473
|
+
User-Agent:
|
|
474
|
+
- Ruby
|
|
475
|
+
response:
|
|
476
|
+
status:
|
|
477
|
+
code: 201
|
|
478
|
+
message: Created
|
|
479
|
+
headers:
|
|
480
|
+
Cache-Control:
|
|
481
|
+
- no-cache
|
|
482
|
+
Content-Type:
|
|
483
|
+
- application/json; charset=utf-8
|
|
484
|
+
Date:
|
|
485
|
+
- Wed, 17 Apr 2013 07:22:47 GMT
|
|
486
|
+
Location:
|
|
487
|
+
- https://api.parse.com/1/classes/Place/AUpu1ux14O
|
|
488
|
+
Server:
|
|
489
|
+
- nginx/1.2.2
|
|
490
|
+
Set-Cookie:
|
|
491
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlN2RlNzhkNmVkZTFjYWFkODNkYzMyOGQyODUwNWExM2E%3D--57af7edfa262ddb55ef5aaa1d7b73a10d242badf;
|
|
492
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:47 GMT; secure;
|
|
493
|
+
HttpOnly
|
|
494
|
+
Status:
|
|
495
|
+
- 201 Created
|
|
496
|
+
X-Runtime:
|
|
497
|
+
- '0.027089'
|
|
498
|
+
X-Ua-Compatible:
|
|
499
|
+
- IE=Edge,chrome=1
|
|
500
|
+
Content-Length:
|
|
501
|
+
- '64'
|
|
502
|
+
Connection:
|
|
503
|
+
- keep-alive
|
|
504
|
+
body:
|
|
505
|
+
encoding: US-ASCII
|
|
506
|
+
string: ! '{"createdAt":"2013-04-17T07:22:47.955Z","objectId":"AUpu1ux14O"}'
|
|
507
|
+
http_version:
|
|
508
|
+
recorded_at: Wed, 17 Apr 2013 07:22:48 GMT
|
|
509
|
+
- request:
|
|
510
|
+
method: post
|
|
511
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place
|
|
512
|
+
body:
|
|
513
|
+
encoding: UTF-8
|
|
514
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":48.02790593385819,"longitude":37.78864582772938}}'
|
|
515
|
+
headers:
|
|
516
|
+
Accept:
|
|
517
|
+
- ! '*/*; q=0.5, application/xml'
|
|
518
|
+
Accept-Encoding:
|
|
519
|
+
- gzip, deflate
|
|
520
|
+
Content-Type:
|
|
521
|
+
- application/json
|
|
522
|
+
Content-Length:
|
|
523
|
+
- '93'
|
|
524
|
+
User-Agent:
|
|
525
|
+
- Ruby
|
|
526
|
+
response:
|
|
527
|
+
status:
|
|
528
|
+
code: 201
|
|
529
|
+
message: Created
|
|
530
|
+
headers:
|
|
531
|
+
Cache-Control:
|
|
532
|
+
- no-cache
|
|
533
|
+
Content-Type:
|
|
534
|
+
- application/json; charset=utf-8
|
|
535
|
+
Date:
|
|
536
|
+
- Wed, 17 Apr 2013 07:22:48 GMT
|
|
537
|
+
Location:
|
|
538
|
+
- https://api.parse.com/1/classes/Place/VJNMBhVg7r
|
|
539
|
+
Server:
|
|
540
|
+
- nginx/1.2.2
|
|
541
|
+
Set-Cookie:
|
|
542
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMWUzZWZiZGE4MThlM2RkZjc1OTRkYjFiZjVjY2EyYzE%3D--b14437821dcb86940c0dedde12c7e4ae83f8af19;
|
|
543
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:48 GMT; secure;
|
|
544
|
+
HttpOnly
|
|
545
|
+
Status:
|
|
546
|
+
- 201 Created
|
|
547
|
+
X-Runtime:
|
|
548
|
+
- '0.032567'
|
|
549
|
+
X-Ua-Compatible:
|
|
550
|
+
- IE=Edge,chrome=1
|
|
551
|
+
Content-Length:
|
|
552
|
+
- '64'
|
|
553
|
+
Connection:
|
|
554
|
+
- keep-alive
|
|
555
|
+
body:
|
|
556
|
+
encoding: US-ASCII
|
|
557
|
+
string: ! '{"createdAt":"2013-04-17T07:22:48.578Z","objectId":"VJNMBhVg7r"}'
|
|
558
|
+
http_version:
|
|
559
|
+
recorded_at: Wed, 17 Apr 2013 07:22:48 GMT
|
|
560
|
+
- request:
|
|
561
|
+
method: post
|
|
562
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place
|
|
563
|
+
body:
|
|
564
|
+
encoding: UTF-8
|
|
565
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":48.02776282648577,"longitude":37.78850555419922}}'
|
|
566
|
+
headers:
|
|
567
|
+
Accept:
|
|
568
|
+
- ! '*/*; q=0.5, application/xml'
|
|
569
|
+
Accept-Encoding:
|
|
570
|
+
- gzip, deflate
|
|
571
|
+
Content-Type:
|
|
572
|
+
- application/json
|
|
573
|
+
Content-Length:
|
|
574
|
+
- '93'
|
|
575
|
+
User-Agent:
|
|
576
|
+
- Ruby
|
|
577
|
+
response:
|
|
578
|
+
status:
|
|
579
|
+
code: 201
|
|
580
|
+
message: Created
|
|
581
|
+
headers:
|
|
582
|
+
Cache-Control:
|
|
583
|
+
- no-cache
|
|
584
|
+
Content-Type:
|
|
585
|
+
- application/json; charset=utf-8
|
|
586
|
+
Date:
|
|
587
|
+
- Wed, 17 Apr 2013 07:22:49 GMT
|
|
588
|
+
Location:
|
|
589
|
+
- https://api.parse.com/1/classes/Place/IVzOTGIwSd
|
|
590
|
+
Server:
|
|
591
|
+
- nginx/1.2.2
|
|
592
|
+
Set-Cookie:
|
|
593
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZTkyYmVjODFlMzk5NzFhZGVmOWIyMmYxMDYxMTdkNDE%3D--721f1b315b7cc919939ee1f2553d2ca7a7c3ebad;
|
|
594
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:49 GMT; secure;
|
|
595
|
+
HttpOnly
|
|
596
|
+
Status:
|
|
597
|
+
- 201 Created
|
|
598
|
+
X-Runtime:
|
|
599
|
+
- '0.033741'
|
|
600
|
+
X-Ua-Compatible:
|
|
601
|
+
- IE=Edge,chrome=1
|
|
602
|
+
Content-Length:
|
|
603
|
+
- '64'
|
|
604
|
+
Connection:
|
|
605
|
+
- keep-alive
|
|
606
|
+
body:
|
|
607
|
+
encoding: US-ASCII
|
|
608
|
+
string: ! '{"createdAt":"2013-04-17T07:22:49.119Z","objectId":"IVzOTGIwSd"}'
|
|
609
|
+
http_version:
|
|
610
|
+
recorded_at: Wed, 17 Apr 2013 07:22:49 GMT
|
|
611
|
+
- request:
|
|
612
|
+
method: post
|
|
613
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place
|
|
614
|
+
body:
|
|
615
|
+
encoding: UTF-8
|
|
616
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":48.02750452121758,"longitude":37.78846263885498}}'
|
|
617
|
+
headers:
|
|
618
|
+
Accept:
|
|
619
|
+
- ! '*/*; q=0.5, application/xml'
|
|
620
|
+
Accept-Encoding:
|
|
621
|
+
- gzip, deflate
|
|
622
|
+
Content-Type:
|
|
623
|
+
- application/json
|
|
624
|
+
Content-Length:
|
|
625
|
+
- '93'
|
|
626
|
+
User-Agent:
|
|
627
|
+
- Ruby
|
|
628
|
+
response:
|
|
629
|
+
status:
|
|
630
|
+
code: 201
|
|
631
|
+
message: Created
|
|
632
|
+
headers:
|
|
633
|
+
Cache-Control:
|
|
634
|
+
- no-cache
|
|
635
|
+
Content-Type:
|
|
636
|
+
- application/json; charset=utf-8
|
|
637
|
+
Date:
|
|
638
|
+
- Wed, 17 Apr 2013 07:22:49 GMT
|
|
639
|
+
Location:
|
|
640
|
+
- https://api.parse.com/1/classes/Place/umHuakT7Ga
|
|
641
|
+
Server:
|
|
642
|
+
- nginx/1.2.2
|
|
643
|
+
Set-Cookie:
|
|
644
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNTY2ZDRiNGI0MTMwMjUyOTE0OTk3YTBjMzUzNzEwYTA%3D--97086a285a9759f736f082119f79e0e0c241d035;
|
|
645
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:49 GMT; secure;
|
|
646
|
+
HttpOnly
|
|
647
|
+
Status:
|
|
648
|
+
- 201 Created
|
|
649
|
+
X-Runtime:
|
|
650
|
+
- '0.037114'
|
|
651
|
+
X-Ua-Compatible:
|
|
652
|
+
- IE=Edge,chrome=1
|
|
653
|
+
Content-Length:
|
|
654
|
+
- '64'
|
|
655
|
+
Connection:
|
|
656
|
+
- keep-alive
|
|
657
|
+
body:
|
|
658
|
+
encoding: US-ASCII
|
|
659
|
+
string: ! '{"createdAt":"2013-04-17T07:22:49.679Z","objectId":"umHuakT7Ga"}'
|
|
660
|
+
http_version:
|
|
661
|
+
recorded_at: Wed, 17 Apr 2013 07:22:49 GMT
|
|
662
|
+
- request:
|
|
663
|
+
method: get
|
|
664
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place?count=1&where=%7B%7D
|
|
665
|
+
body:
|
|
666
|
+
encoding: US-ASCII
|
|
667
|
+
string: ''
|
|
668
|
+
headers:
|
|
669
|
+
Accept:
|
|
670
|
+
- ! '*/*; q=0.5, application/xml'
|
|
671
|
+
Accept-Encoding:
|
|
672
|
+
- gzip, deflate
|
|
673
|
+
User-Agent:
|
|
674
|
+
- Ruby
|
|
675
|
+
response:
|
|
676
|
+
status:
|
|
677
|
+
code: 200
|
|
678
|
+
message: OK
|
|
679
|
+
headers:
|
|
680
|
+
Cache-Control:
|
|
681
|
+
- max-age=0, private, must-revalidate
|
|
682
|
+
Content-Type:
|
|
683
|
+
- application/json; charset=utf-8
|
|
684
|
+
Date:
|
|
685
|
+
- Wed, 17 Apr 2013 07:22:50 GMT
|
|
686
|
+
Etag:
|
|
687
|
+
- ! '"5ed466126474d939639b72caf52756ca"'
|
|
688
|
+
Server:
|
|
689
|
+
- nginx/1.2.2
|
|
690
|
+
Set-Cookie:
|
|
691
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZjJhYWYyZmE3MTIyOTVhYzYzZWVlMzQ2ZTc0Nzg0Y2U%3D--57f9a0325de6b891573c3519cba6dd79b58a70fd;
|
|
692
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:50 GMT; secure;
|
|
693
|
+
HttpOnly
|
|
694
|
+
Status:
|
|
695
|
+
- 200 OK
|
|
696
|
+
X-Runtime:
|
|
697
|
+
- '0.042609'
|
|
698
|
+
X-Ua-Compatible:
|
|
699
|
+
- IE=Edge,chrome=1
|
|
700
|
+
Content-Length:
|
|
701
|
+
- '2186'
|
|
702
|
+
Connection:
|
|
703
|
+
- keep-alive
|
|
704
|
+
body:
|
|
705
|
+
encoding: US-ASCII
|
|
706
|
+
string: ! '{"results":[{"location":{"__type":"GeoPoint","latitude":34.09300844216167,"longitude":-118.3780094460731},"createdAt":"2013-04-17T07:22:43.882Z","updatedAt":"2013-04-17T07:22:43.882Z","objectId":"Wkw9YTOAf9"},{"location":{"__type":"GeoPoint","latitude":34.09297074516132,"longitude":-118.3779001235962},"createdAt":"2013-04-17T07:22:44.444Z","updatedAt":"2013-04-17T07:22:44.444Z","objectId":"H34aNAn5H5"},{"location":{"__type":"GeoPoint","latitude":34.09291733023489,"longitude":-118.3780601208767},"createdAt":"2013-04-17T07:22:44.983Z","updatedAt":"2013-04-17T07:22:44.983Z","objectId":"SHWsuDWAAw"},{"location":{"__type":"GeoPoint","latitude":34.09291733023489,"longitude":-118.3780601208767},"createdAt":"2013-04-17T07:22:45.549Z","updatedAt":"2013-04-17T07:22:45.549Z","objectId":"MAPUzeuRs2"},{"location":{"__type":"GeoPoint","latitude":34.10020829969745,"longitude":-118.2852727109533},"createdAt":"2013-04-17T07:22:46.096Z","updatedAt":"2013-04-17T07:22:46.096Z","objectId":"WlBzrmrA0k"},{"location":{"__type":"GeoPoint","latitude":33.81637559726026,"longitude":-118.3783150233789},"createdAt":"2013-04-17T07:22:46.850Z","updatedAt":"2013-04-17T07:22:46.850Z","objectId":"0vZLAZN0c9"},{"location":{"__type":"GeoPoint","latitude":36.11837535750446,"longitude":-115.1759274967512},"createdAt":"2013-04-17T07:22:47.428Z","updatedAt":"2013-04-17T07:22:47.428Z","objectId":"Kbhrt4fTz2"},{"location":{"__type":"GeoPoint","latitude":48.0284736030277,"longitude":37.79059904775168},"createdAt":"2013-04-17T07:22:47.955Z","updatedAt":"2013-04-17T07:22:47.955Z","objectId":"AUpu1ux14O"},{"location":{"__type":"GeoPoint","latitude":48.02790593385819,"longitude":37.78864582772938},"createdAt":"2013-04-17T07:22:48.578Z","updatedAt":"2013-04-17T07:22:48.578Z","objectId":"VJNMBhVg7r"},{"location":{"__type":"GeoPoint","latitude":48.02776282648577,"longitude":37.78850555419922},"createdAt":"2013-04-17T07:22:49.119Z","updatedAt":"2013-04-17T07:22:49.119Z","objectId":"IVzOTGIwSd"},{"location":{"__type":"GeoPoint","latitude":48.02750452121758,"longitude":37.78846263885498},"createdAt":"2013-04-17T07:22:49.679Z","updatedAt":"2013-04-17T07:22:49.679Z","objectId":"umHuakT7Ga"}],"count":11}'
|
|
707
|
+
http_version:
|
|
708
|
+
recorded_at: Wed, 17 Apr 2013 07:22:50 GMT
|
|
709
|
+
- request:
|
|
710
|
+
method: get
|
|
711
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Place?where=%7B%22location%22:%7B%22$nearSphere%22:%7B%22__type%22:%22GeoPoint%22,%22latitude%22:34.09300844216167,%22longitude%22:-118.3780094460731%7D,%22$maxDistanceInRadians%22:0%7D%7D
|
|
712
|
+
body:
|
|
713
|
+
encoding: US-ASCII
|
|
714
|
+
string: ''
|
|
715
|
+
headers:
|
|
716
|
+
Accept:
|
|
717
|
+
- ! '*/*; q=0.5, application/xml'
|
|
718
|
+
Accept-Encoding:
|
|
719
|
+
- gzip, deflate
|
|
720
|
+
User-Agent:
|
|
721
|
+
- Ruby
|
|
722
|
+
response:
|
|
723
|
+
status:
|
|
724
|
+
code: 200
|
|
725
|
+
message: OK
|
|
726
|
+
headers:
|
|
727
|
+
Cache-Control:
|
|
728
|
+
- max-age=0, private, must-revalidate
|
|
729
|
+
Content-Type:
|
|
730
|
+
- application/json; charset=utf-8
|
|
731
|
+
Date:
|
|
732
|
+
- Wed, 17 Apr 2013 07:22:50 GMT
|
|
733
|
+
Etag:
|
|
734
|
+
- ! '"f1b2b74e4fa1a0d0cd8c6437a09def35"'
|
|
735
|
+
Server:
|
|
736
|
+
- nginx/1.2.2
|
|
737
|
+
Set-Cookie:
|
|
738
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYjM0NDA2MDhjYmFmYWI4MzZjMmUyOWFhNGQ5YzhmODI%3D--296014b9329b459669f2f0f7d9b38fa58705ebf6;
|
|
739
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:22:50 GMT; secure;
|
|
740
|
+
HttpOnly
|
|
741
|
+
Status:
|
|
742
|
+
- 200 OK
|
|
743
|
+
X-Runtime:
|
|
744
|
+
- '0.030837'
|
|
745
|
+
X-Ua-Compatible:
|
|
746
|
+
- IE=Edge,chrome=1
|
|
747
|
+
Content-Length:
|
|
748
|
+
- '210'
|
|
749
|
+
Connection:
|
|
750
|
+
- keep-alive
|
|
751
|
+
body:
|
|
752
|
+
encoding: US-ASCII
|
|
753
|
+
string: ! '{"results":[{"location":{"__type":"GeoPoint","latitude":34.09300844216167,"longitude":-118.3780094460731},"createdAt":"2013-04-17T07:22:43.882Z","updatedAt":"2013-04-17T07:22:43.882Z","objectId":"Wkw9YTOAf9"}]}'
|
|
754
|
+
http_version:
|
|
755
|
+
recorded_at: Wed, 17 Apr 2013 07:22:50 GMT
|
|
756
|
+
- request:
|
|
757
|
+
method: get
|
|
758
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place?where=%7B%7D
|
|
759
|
+
body:
|
|
760
|
+
encoding: US-ASCII
|
|
761
|
+
string: ''
|
|
762
|
+
headers:
|
|
763
|
+
Accept:
|
|
764
|
+
- ! '*/*; q=0.5, application/xml'
|
|
765
|
+
Accept-Encoding:
|
|
766
|
+
- gzip, deflate
|
|
767
|
+
User-Agent:
|
|
768
|
+
- Ruby
|
|
769
|
+
response:
|
|
770
|
+
status:
|
|
771
|
+
code: 200
|
|
772
|
+
message: OK
|
|
773
|
+
headers:
|
|
774
|
+
Cache-Control:
|
|
775
|
+
- max-age=0, private, must-revalidate
|
|
776
|
+
Content-Type:
|
|
777
|
+
- application/json; charset=utf-8
|
|
778
|
+
Date:
|
|
779
|
+
- Wed, 17 Apr 2013 20:08:41 GMT
|
|
780
|
+
Etag:
|
|
781
|
+
- ! '"373087011849f8af2d7d493f0aa13588"'
|
|
782
|
+
Server:
|
|
783
|
+
- nginx/1.2.2
|
|
784
|
+
Set-Cookie:
|
|
785
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMmQ1OTc2YTcyNThmMDVkNDM2MjM3MmFlNmI3YjhlN2Q%3D--dcf09ae4d19e1f04ab2f0d5a8be5f86ba617be78;
|
|
786
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:41 GMT; secure;
|
|
787
|
+
HttpOnly
|
|
788
|
+
Status:
|
|
789
|
+
- 200 OK
|
|
790
|
+
X-Runtime:
|
|
791
|
+
- '0.030487'
|
|
792
|
+
X-Ua-Compatible:
|
|
793
|
+
- IE=Edge,chrome=1
|
|
794
|
+
Content-Length:
|
|
795
|
+
- '2175'
|
|
796
|
+
Connection:
|
|
797
|
+
- keep-alive
|
|
798
|
+
body:
|
|
799
|
+
encoding: US-ASCII
|
|
800
|
+
string: ! '{"results":[{"location":{"__type":"GeoPoint","latitude":34.09300844216167,"longitude":-118.3780094460731},"createdAt":"2013-04-17T20:08:39.551Z","updatedAt":"2013-04-17T20:08:39.551Z","objectId":"fLSjFiRk6x"},{"location":{"__type":"GeoPoint","latitude":34.09297074516132,"longitude":-118.3779001235962},"createdAt":"2013-04-17T20:08:39.690Z","updatedAt":"2013-04-17T20:08:39.690Z","objectId":"0itYw39BkL"},{"location":{"__type":"GeoPoint","latitude":34.09291733023489,"longitude":-118.3780601208767},"createdAt":"2013-04-17T20:08:39.834Z","updatedAt":"2013-04-17T20:08:39.834Z","objectId":"ULVlhZRQLb"},{"location":{"__type":"GeoPoint","latitude":34.09291733023489,"longitude":-118.3780601208767},"createdAt":"2013-04-17T20:08:39.961Z","updatedAt":"2013-04-17T20:08:39.961Z","objectId":"qgBkE2Xvxw"},{"location":{"__type":"GeoPoint","latitude":34.10020829969745,"longitude":-118.2852727109533},"createdAt":"2013-04-17T20:08:40.096Z","updatedAt":"2013-04-17T20:08:40.096Z","objectId":"ZnmXbpdtFD"},{"location":{"__type":"GeoPoint","latitude":33.81637559726026,"longitude":-118.3783150233789},"createdAt":"2013-04-17T20:08:40.316Z","updatedAt":"2013-04-17T20:08:40.316Z","objectId":"f1Q81XSiMy"},{"location":{"__type":"GeoPoint","latitude":36.11837535750446,"longitude":-115.1759274967512},"createdAt":"2013-04-17T20:08:40.617Z","updatedAt":"2013-04-17T20:08:40.617Z","objectId":"4wKELSO4Zy"},{"location":{"__type":"GeoPoint","latitude":48.0284736030277,"longitude":37.79059904775168},"createdAt":"2013-04-17T20:08:40.753Z","updatedAt":"2013-04-17T20:08:40.753Z","objectId":"0dFo3Eky2C"},{"location":{"__type":"GeoPoint","latitude":48.02790593385819,"longitude":37.78864582772938},"createdAt":"2013-04-17T20:08:40.937Z","updatedAt":"2013-04-17T20:08:40.937Z","objectId":"ejlV4SJrl2"},{"location":{"__type":"GeoPoint","latitude":48.02776282648577,"longitude":37.78850555419922},"createdAt":"2013-04-17T20:08:41.073Z","updatedAt":"2013-04-17T20:08:41.073Z","objectId":"866WIdd0W4"},{"location":{"__type":"GeoPoint","latitude":48.02750452121758,"longitude":37.78846263885498},"createdAt":"2013-04-17T20:08:41.295Z","updatedAt":"2013-04-17T20:08:41.295Z","objectId":"HVpr7Slbfw"}]}'
|
|
801
|
+
http_version:
|
|
802
|
+
recorded_at: Wed, 17 Apr 2013 20:08:41 GMT
|
|
803
|
+
- request:
|
|
804
|
+
method: post
|
|
805
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/batch
|
|
806
|
+
body:
|
|
807
|
+
encoding: UTF-8
|
|
808
|
+
string: ! '{"requests":[{"method":"DELETE","path":"/1/classes/Place/fLSjFiRk6x"},{"method":"DELETE","path":"/1/classes/Place/0itYw39BkL"},{"method":"DELETE","path":"/1/classes/Place/ULVlhZRQLb"},{"method":"DELETE","path":"/1/classes/Place/qgBkE2Xvxw"},{"method":"DELETE","path":"/1/classes/Place/ZnmXbpdtFD"},{"method":"DELETE","path":"/1/classes/Place/f1Q81XSiMy"},{"method":"DELETE","path":"/1/classes/Place/4wKELSO4Zy"},{"method":"DELETE","path":"/1/classes/Place/0dFo3Eky2C"},{"method":"DELETE","path":"/1/classes/Place/ejlV4SJrl2"},{"method":"DELETE","path":"/1/classes/Place/866WIdd0W4"},{"method":"DELETE","path":"/1/classes/Place/HVpr7Slbfw"}]}'
|
|
809
|
+
headers:
|
|
810
|
+
Accept:
|
|
811
|
+
- ! '*/*; q=0.5, application/xml'
|
|
812
|
+
Accept-Encoding:
|
|
813
|
+
- gzip, deflate
|
|
814
|
+
Content-Type:
|
|
815
|
+
- application/json
|
|
816
|
+
Content-Length:
|
|
817
|
+
- '641'
|
|
818
|
+
User-Agent:
|
|
819
|
+
- Ruby
|
|
820
|
+
response:
|
|
821
|
+
status:
|
|
822
|
+
code: 200
|
|
823
|
+
message: OK
|
|
824
|
+
headers:
|
|
825
|
+
Cache-Control:
|
|
826
|
+
- max-age=0, private, must-revalidate
|
|
827
|
+
Content-Type:
|
|
828
|
+
- application/json; charset=utf-8
|
|
829
|
+
Date:
|
|
830
|
+
- Wed, 17 Apr 2013 20:08:42 GMT
|
|
831
|
+
Etag:
|
|
832
|
+
- ! '"5d25c8fb038e7f7d6fcb7bf4c72e3298"'
|
|
833
|
+
Server:
|
|
834
|
+
- nginx/1.2.2
|
|
835
|
+
Set-Cookie:
|
|
836
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYjYxNmY1OGEzNmVlMDI4ZGRmZGQ5NjdjMTM0Njk3OTQ%3D--510b76560206a2aa85cc9a4776aa07f84495cd5d;
|
|
837
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:42 GMT; secure;
|
|
838
|
+
HttpOnly
|
|
839
|
+
Status:
|
|
840
|
+
- 200 OK
|
|
841
|
+
X-Runtime:
|
|
842
|
+
- '0.172576'
|
|
843
|
+
X-Ua-Compatible:
|
|
844
|
+
- IE=Edge,chrome=1
|
|
845
|
+
Content-Length:
|
|
846
|
+
- '188'
|
|
847
|
+
Connection:
|
|
848
|
+
- keep-alive
|
|
849
|
+
body:
|
|
850
|
+
encoding: US-ASCII
|
|
851
|
+
string: ! '[{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true}]'
|
|
852
|
+
http_version:
|
|
853
|
+
recorded_at: Wed, 17 Apr 2013 20:08:42 GMT
|
|
854
|
+
- request:
|
|
855
|
+
method: post
|
|
856
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place
|
|
857
|
+
body:
|
|
858
|
+
encoding: UTF-8
|
|
859
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":34.09300844216167,"longitude":-118.3780094460731}}'
|
|
860
|
+
headers:
|
|
861
|
+
Accept:
|
|
862
|
+
- ! '*/*; q=0.5, application/xml'
|
|
863
|
+
Accept-Encoding:
|
|
864
|
+
- gzip, deflate
|
|
865
|
+
Content-Type:
|
|
866
|
+
- application/json
|
|
867
|
+
Content-Length:
|
|
868
|
+
- '94'
|
|
869
|
+
User-Agent:
|
|
870
|
+
- Ruby
|
|
871
|
+
response:
|
|
872
|
+
status:
|
|
873
|
+
code: 201
|
|
874
|
+
message: Created
|
|
875
|
+
headers:
|
|
876
|
+
Cache-Control:
|
|
877
|
+
- no-cache
|
|
878
|
+
Content-Type:
|
|
879
|
+
- application/json; charset=utf-8
|
|
880
|
+
Date:
|
|
881
|
+
- Wed, 17 Apr 2013 20:08:42 GMT
|
|
882
|
+
Location:
|
|
883
|
+
- https://api.parse.com/1/classes/Place/5fgkF1gmjN
|
|
884
|
+
Server:
|
|
885
|
+
- nginx/1.2.2
|
|
886
|
+
Set-Cookie:
|
|
887
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYTBjODc1MTA5OTcxMWNiYTkwMzUwOTk3NzU3MDBhYzg%3D--3542ffbad054b98e0cb59fee9be65e077f3b1f5a;
|
|
888
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:42 GMT; secure;
|
|
889
|
+
HttpOnly
|
|
890
|
+
Status:
|
|
891
|
+
- 201 Created
|
|
892
|
+
X-Runtime:
|
|
893
|
+
- '0.062900'
|
|
894
|
+
X-Ua-Compatible:
|
|
895
|
+
- IE=Edge,chrome=1
|
|
896
|
+
Content-Length:
|
|
897
|
+
- '64'
|
|
898
|
+
Connection:
|
|
899
|
+
- keep-alive
|
|
900
|
+
body:
|
|
901
|
+
encoding: US-ASCII
|
|
902
|
+
string: ! '{"createdAt":"2013-04-17T20:08:42.334Z","objectId":"5fgkF1gmjN"}'
|
|
903
|
+
http_version:
|
|
904
|
+
recorded_at: Wed, 17 Apr 2013 20:08:42 GMT
|
|
905
|
+
- request:
|
|
906
|
+
method: post
|
|
907
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place
|
|
908
|
+
body:
|
|
909
|
+
encoding: UTF-8
|
|
910
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":34.09297074516132,"longitude":-118.3779001235962}}'
|
|
911
|
+
headers:
|
|
912
|
+
Accept:
|
|
913
|
+
- ! '*/*; q=0.5, application/xml'
|
|
914
|
+
Accept-Encoding:
|
|
915
|
+
- gzip, deflate
|
|
916
|
+
Content-Type:
|
|
917
|
+
- application/json
|
|
918
|
+
Content-Length:
|
|
919
|
+
- '94'
|
|
920
|
+
User-Agent:
|
|
921
|
+
- Ruby
|
|
922
|
+
response:
|
|
923
|
+
status:
|
|
924
|
+
code: 201
|
|
925
|
+
message: Created
|
|
926
|
+
headers:
|
|
927
|
+
Cache-Control:
|
|
928
|
+
- no-cache
|
|
929
|
+
Content-Type:
|
|
930
|
+
- application/json; charset=utf-8
|
|
931
|
+
Date:
|
|
932
|
+
- Wed, 17 Apr 2013 20:08:42 GMT
|
|
933
|
+
Location:
|
|
934
|
+
- https://api.parse.com/1/classes/Place/RoTL1cZJnf
|
|
935
|
+
Server:
|
|
936
|
+
- nginx/1.2.2
|
|
937
|
+
Set-Cookie:
|
|
938
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNDNiNGZmOTIxMTc1ZmEyYTcwYTI1N2Q5MzhkNDdlYzc%3D--1b5d8ec0ed2d30e60cb3c76ea34fc5dd95bdd333;
|
|
939
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:42 GMT; secure;
|
|
940
|
+
HttpOnly
|
|
941
|
+
Status:
|
|
942
|
+
- 201 Created
|
|
943
|
+
X-Runtime:
|
|
944
|
+
- '0.423443'
|
|
945
|
+
X-Ua-Compatible:
|
|
946
|
+
- IE=Edge,chrome=1
|
|
947
|
+
Content-Length:
|
|
948
|
+
- '64'
|
|
949
|
+
Connection:
|
|
950
|
+
- keep-alive
|
|
951
|
+
body:
|
|
952
|
+
encoding: US-ASCII
|
|
953
|
+
string: ! '{"createdAt":"2013-04-17T20:08:42.478Z","objectId":"RoTL1cZJnf"}'
|
|
954
|
+
http_version:
|
|
955
|
+
recorded_at: Wed, 17 Apr 2013 20:08:42 GMT
|
|
956
|
+
- request:
|
|
957
|
+
method: post
|
|
958
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place
|
|
959
|
+
body:
|
|
960
|
+
encoding: UTF-8
|
|
961
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":34.09291733023489,"longitude":-118.3780601208767}}'
|
|
962
|
+
headers:
|
|
963
|
+
Accept:
|
|
964
|
+
- ! '*/*; q=0.5, application/xml'
|
|
965
|
+
Accept-Encoding:
|
|
966
|
+
- gzip, deflate
|
|
967
|
+
Content-Type:
|
|
968
|
+
- application/json
|
|
969
|
+
Content-Length:
|
|
970
|
+
- '94'
|
|
971
|
+
User-Agent:
|
|
972
|
+
- Ruby
|
|
973
|
+
response:
|
|
974
|
+
status:
|
|
975
|
+
code: 201
|
|
976
|
+
message: Created
|
|
977
|
+
headers:
|
|
978
|
+
Cache-Control:
|
|
979
|
+
- no-cache
|
|
980
|
+
Content-Type:
|
|
981
|
+
- application/json; charset=utf-8
|
|
982
|
+
Date:
|
|
983
|
+
- Wed, 17 Apr 2013 20:08:43 GMT
|
|
984
|
+
Location:
|
|
985
|
+
- https://api.parse.com/1/classes/Place/ZLD38ynOY1
|
|
986
|
+
Server:
|
|
987
|
+
- nginx/1.2.2
|
|
988
|
+
Set-Cookie:
|
|
989
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZGJhYzVhZmUxNDdhMmQzOTc1MDRkMDAwNGYzNDFiYjE%3D--ddd7120affae5eabb9c8dba3fab286cab2ea884d;
|
|
990
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:43 GMT; secure;
|
|
991
|
+
HttpOnly
|
|
992
|
+
Status:
|
|
993
|
+
- 201 Created
|
|
994
|
+
X-Runtime:
|
|
995
|
+
- '0.025522'
|
|
996
|
+
X-Ua-Compatible:
|
|
997
|
+
- IE=Edge,chrome=1
|
|
998
|
+
Content-Length:
|
|
999
|
+
- '64'
|
|
1000
|
+
Connection:
|
|
1001
|
+
- keep-alive
|
|
1002
|
+
body:
|
|
1003
|
+
encoding: US-ASCII
|
|
1004
|
+
string: ! '{"createdAt":"2013-04-17T20:08:43.001Z","objectId":"ZLD38ynOY1"}'
|
|
1005
|
+
http_version:
|
|
1006
|
+
recorded_at: Wed, 17 Apr 2013 20:08:43 GMT
|
|
1007
|
+
- request:
|
|
1008
|
+
method: post
|
|
1009
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place
|
|
1010
|
+
body:
|
|
1011
|
+
encoding: UTF-8
|
|
1012
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":34.09291733023489,"longitude":-118.3780601208767}}'
|
|
1013
|
+
headers:
|
|
1014
|
+
Accept:
|
|
1015
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1016
|
+
Accept-Encoding:
|
|
1017
|
+
- gzip, deflate
|
|
1018
|
+
Content-Type:
|
|
1019
|
+
- application/json
|
|
1020
|
+
Content-Length:
|
|
1021
|
+
- '94'
|
|
1022
|
+
User-Agent:
|
|
1023
|
+
- Ruby
|
|
1024
|
+
response:
|
|
1025
|
+
status:
|
|
1026
|
+
code: 201
|
|
1027
|
+
message: Created
|
|
1028
|
+
headers:
|
|
1029
|
+
Cache-Control:
|
|
1030
|
+
- no-cache
|
|
1031
|
+
Content-Type:
|
|
1032
|
+
- application/json; charset=utf-8
|
|
1033
|
+
Date:
|
|
1034
|
+
- Wed, 17 Apr 2013 20:08:43 GMT
|
|
1035
|
+
Location:
|
|
1036
|
+
- https://api.parse.com/1/classes/Place/C3xoMWkURL
|
|
1037
|
+
Server:
|
|
1038
|
+
- nginx/1.2.2
|
|
1039
|
+
Set-Cookie:
|
|
1040
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMjcwMjkwZmUwNWNlYThjMzVkM2IxODM0ZDk2Nzc4Mzg%3D--26dc7654ea8d0a967fac1f9ec2a28d61168b2346;
|
|
1041
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:43 GMT; secure;
|
|
1042
|
+
HttpOnly
|
|
1043
|
+
Status:
|
|
1044
|
+
- 201 Created
|
|
1045
|
+
X-Runtime:
|
|
1046
|
+
- '0.070863'
|
|
1047
|
+
X-Ua-Compatible:
|
|
1048
|
+
- IE=Edge,chrome=1
|
|
1049
|
+
Content-Length:
|
|
1050
|
+
- '64'
|
|
1051
|
+
Connection:
|
|
1052
|
+
- keep-alive
|
|
1053
|
+
body:
|
|
1054
|
+
encoding: US-ASCII
|
|
1055
|
+
string: ! '{"createdAt":"2013-04-17T20:08:43.218Z","objectId":"C3xoMWkURL"}'
|
|
1056
|
+
http_version:
|
|
1057
|
+
recorded_at: Wed, 17 Apr 2013 20:08:43 GMT
|
|
1058
|
+
- request:
|
|
1059
|
+
method: post
|
|
1060
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place
|
|
1061
|
+
body:
|
|
1062
|
+
encoding: UTF-8
|
|
1063
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":34.10020829969745,"longitude":-118.2852727109533}}'
|
|
1064
|
+
headers:
|
|
1065
|
+
Accept:
|
|
1066
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1067
|
+
Accept-Encoding:
|
|
1068
|
+
- gzip, deflate
|
|
1069
|
+
Content-Type:
|
|
1070
|
+
- application/json
|
|
1071
|
+
Content-Length:
|
|
1072
|
+
- '94'
|
|
1073
|
+
User-Agent:
|
|
1074
|
+
- Ruby
|
|
1075
|
+
response:
|
|
1076
|
+
status:
|
|
1077
|
+
code: 201
|
|
1078
|
+
message: Created
|
|
1079
|
+
headers:
|
|
1080
|
+
Cache-Control:
|
|
1081
|
+
- no-cache
|
|
1082
|
+
Content-Type:
|
|
1083
|
+
- application/json; charset=utf-8
|
|
1084
|
+
Date:
|
|
1085
|
+
- Wed, 17 Apr 2013 20:08:43 GMT
|
|
1086
|
+
Location:
|
|
1087
|
+
- https://api.parse.com/1/classes/Place/EJrR5Aj3ZD
|
|
1088
|
+
Server:
|
|
1089
|
+
- nginx/1.2.2
|
|
1090
|
+
Set-Cookie:
|
|
1091
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlN2NjMzQwODBiNjQ1YzQ1MTY2ZDExYjdlOTJhMGQ0ZjM%3D--c70dd5d74ae5d82ec911587a5bd5f97e64a8c881;
|
|
1092
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:43 GMT; secure;
|
|
1093
|
+
HttpOnly
|
|
1094
|
+
Status:
|
|
1095
|
+
- 201 Created
|
|
1096
|
+
X-Runtime:
|
|
1097
|
+
- '0.033892'
|
|
1098
|
+
X-Ua-Compatible:
|
|
1099
|
+
- IE=Edge,chrome=1
|
|
1100
|
+
Content-Length:
|
|
1101
|
+
- '64'
|
|
1102
|
+
Connection:
|
|
1103
|
+
- keep-alive
|
|
1104
|
+
body:
|
|
1105
|
+
encoding: US-ASCII
|
|
1106
|
+
string: ! '{"createdAt":"2013-04-17T20:08:43.362Z","objectId":"EJrR5Aj3ZD"}'
|
|
1107
|
+
http_version:
|
|
1108
|
+
recorded_at: Wed, 17 Apr 2013 20:08:43 GMT
|
|
1109
|
+
- request:
|
|
1110
|
+
method: post
|
|
1111
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place
|
|
1112
|
+
body:
|
|
1113
|
+
encoding: UTF-8
|
|
1114
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":33.81637559726026,"longitude":-118.3783150233789}}'
|
|
1115
|
+
headers:
|
|
1116
|
+
Accept:
|
|
1117
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1118
|
+
Accept-Encoding:
|
|
1119
|
+
- gzip, deflate
|
|
1120
|
+
Content-Type:
|
|
1121
|
+
- application/json
|
|
1122
|
+
Content-Length:
|
|
1123
|
+
- '94'
|
|
1124
|
+
User-Agent:
|
|
1125
|
+
- Ruby
|
|
1126
|
+
response:
|
|
1127
|
+
status:
|
|
1128
|
+
code: 201
|
|
1129
|
+
message: Created
|
|
1130
|
+
headers:
|
|
1131
|
+
Cache-Control:
|
|
1132
|
+
- no-cache
|
|
1133
|
+
Content-Type:
|
|
1134
|
+
- application/json; charset=utf-8
|
|
1135
|
+
Date:
|
|
1136
|
+
- Wed, 17 Apr 2013 20:08:43 GMT
|
|
1137
|
+
Location:
|
|
1138
|
+
- https://api.parse.com/1/classes/Place/wqIelcbBlI
|
|
1139
|
+
Server:
|
|
1140
|
+
- nginx/1.2.2
|
|
1141
|
+
Set-Cookie:
|
|
1142
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZTQ5ZDE2OGRiMWYwM2I3MjMyNDU1NDU2YTUzNmUyOTc%3D--c1e2a2cd3bad41357100d59e93adb0ae813298d8;
|
|
1143
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:43 GMT; secure;
|
|
1144
|
+
HttpOnly
|
|
1145
|
+
Status:
|
|
1146
|
+
- 201 Created
|
|
1147
|
+
X-Runtime:
|
|
1148
|
+
- '0.030461'
|
|
1149
|
+
X-Ua-Compatible:
|
|
1150
|
+
- IE=Edge,chrome=1
|
|
1151
|
+
Content-Length:
|
|
1152
|
+
- '64'
|
|
1153
|
+
Connection:
|
|
1154
|
+
- keep-alive
|
|
1155
|
+
body:
|
|
1156
|
+
encoding: US-ASCII
|
|
1157
|
+
string: ! '{"createdAt":"2013-04-17T20:08:43.518Z","objectId":"wqIelcbBlI"}'
|
|
1158
|
+
http_version:
|
|
1159
|
+
recorded_at: Wed, 17 Apr 2013 20:08:43 GMT
|
|
1160
|
+
- request:
|
|
1161
|
+
method: post
|
|
1162
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place
|
|
1163
|
+
body:
|
|
1164
|
+
encoding: UTF-8
|
|
1165
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":36.11837535750446,"longitude":-115.1759274967512}}'
|
|
1166
|
+
headers:
|
|
1167
|
+
Accept:
|
|
1168
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1169
|
+
Accept-Encoding:
|
|
1170
|
+
- gzip, deflate
|
|
1171
|
+
Content-Type:
|
|
1172
|
+
- application/json
|
|
1173
|
+
Content-Length:
|
|
1174
|
+
- '94'
|
|
1175
|
+
User-Agent:
|
|
1176
|
+
- Ruby
|
|
1177
|
+
response:
|
|
1178
|
+
status:
|
|
1179
|
+
code: 201
|
|
1180
|
+
message: Created
|
|
1181
|
+
headers:
|
|
1182
|
+
Cache-Control:
|
|
1183
|
+
- no-cache
|
|
1184
|
+
Content-Type:
|
|
1185
|
+
- application/json; charset=utf-8
|
|
1186
|
+
Date:
|
|
1187
|
+
- Wed, 17 Apr 2013 20:08:43 GMT
|
|
1188
|
+
Location:
|
|
1189
|
+
- https://api.parse.com/1/classes/Place/G1Piiz710U
|
|
1190
|
+
Server:
|
|
1191
|
+
- nginx/1.2.2
|
|
1192
|
+
Set-Cookie:
|
|
1193
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYzliZTIyMGUxNzU3MGQxMDJjYWQyMDJkMmY5ZjY5Mzc%3D--1a1bb22240547f31b190613a138b47d9c6c02fe5;
|
|
1194
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:43 GMT; secure;
|
|
1195
|
+
HttpOnly
|
|
1196
|
+
Status:
|
|
1197
|
+
- 201 Created
|
|
1198
|
+
X-Runtime:
|
|
1199
|
+
- '0.029711'
|
|
1200
|
+
X-Ua-Compatible:
|
|
1201
|
+
- IE=Edge,chrome=1
|
|
1202
|
+
Content-Length:
|
|
1203
|
+
- '64'
|
|
1204
|
+
Connection:
|
|
1205
|
+
- keep-alive
|
|
1206
|
+
body:
|
|
1207
|
+
encoding: US-ASCII
|
|
1208
|
+
string: ! '{"createdAt":"2013-04-17T20:08:43.654Z","objectId":"G1Piiz710U"}'
|
|
1209
|
+
http_version:
|
|
1210
|
+
recorded_at: Wed, 17 Apr 2013 20:08:43 GMT
|
|
1211
|
+
- request:
|
|
1212
|
+
method: post
|
|
1213
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place
|
|
1214
|
+
body:
|
|
1215
|
+
encoding: UTF-8
|
|
1216
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":48.0284736030277,"longitude":37.79059904775168}}'
|
|
1217
|
+
headers:
|
|
1218
|
+
Accept:
|
|
1219
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1220
|
+
Accept-Encoding:
|
|
1221
|
+
- gzip, deflate
|
|
1222
|
+
Content-Type:
|
|
1223
|
+
- application/json
|
|
1224
|
+
Content-Length:
|
|
1225
|
+
- '92'
|
|
1226
|
+
User-Agent:
|
|
1227
|
+
- Ruby
|
|
1228
|
+
response:
|
|
1229
|
+
status:
|
|
1230
|
+
code: 201
|
|
1231
|
+
message: Created
|
|
1232
|
+
headers:
|
|
1233
|
+
Cache-Control:
|
|
1234
|
+
- no-cache
|
|
1235
|
+
Content-Type:
|
|
1236
|
+
- application/json; charset=utf-8
|
|
1237
|
+
Date:
|
|
1238
|
+
- Wed, 17 Apr 2013 20:08:43 GMT
|
|
1239
|
+
Location:
|
|
1240
|
+
- https://api.parse.com/1/classes/Place/eM2Sv4SU5l
|
|
1241
|
+
Server:
|
|
1242
|
+
- nginx/1.2.2
|
|
1243
|
+
Set-Cookie:
|
|
1244
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZGI3MjMxMmIyZWMyMTBhNjZiNTYyNTU4YjgwZmQ3OWQ%3D--14d831c6e5b79451d1e5235c3d91d7db274aea70;
|
|
1245
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:43 GMT; secure;
|
|
1246
|
+
HttpOnly
|
|
1247
|
+
Status:
|
|
1248
|
+
- 201 Created
|
|
1249
|
+
X-Runtime:
|
|
1250
|
+
- '0.079361'
|
|
1251
|
+
X-Ua-Compatible:
|
|
1252
|
+
- IE=Edge,chrome=1
|
|
1253
|
+
Transfer-Encoding:
|
|
1254
|
+
- chunked
|
|
1255
|
+
Connection:
|
|
1256
|
+
- keep-alive
|
|
1257
|
+
body:
|
|
1258
|
+
encoding: US-ASCII
|
|
1259
|
+
string: ! '{"createdAt":"2013-04-17T20:08:43.800Z","objectId":"eM2Sv4SU5l"}'
|
|
1260
|
+
http_version:
|
|
1261
|
+
recorded_at: Wed, 17 Apr 2013 20:08:43 GMT
|
|
1262
|
+
- request:
|
|
1263
|
+
method: post
|
|
1264
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place
|
|
1265
|
+
body:
|
|
1266
|
+
encoding: UTF-8
|
|
1267
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":48.02790593385819,"longitude":37.78864582772938}}'
|
|
1268
|
+
headers:
|
|
1269
|
+
Accept:
|
|
1270
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1271
|
+
Accept-Encoding:
|
|
1272
|
+
- gzip, deflate
|
|
1273
|
+
Content-Type:
|
|
1274
|
+
- application/json
|
|
1275
|
+
Content-Length:
|
|
1276
|
+
- '93'
|
|
1277
|
+
User-Agent:
|
|
1278
|
+
- Ruby
|
|
1279
|
+
response:
|
|
1280
|
+
status:
|
|
1281
|
+
code: 201
|
|
1282
|
+
message: Created
|
|
1283
|
+
headers:
|
|
1284
|
+
Cache-Control:
|
|
1285
|
+
- no-cache
|
|
1286
|
+
Content-Type:
|
|
1287
|
+
- application/json; charset=utf-8
|
|
1288
|
+
Date:
|
|
1289
|
+
- Wed, 17 Apr 2013 20:08:44 GMT
|
|
1290
|
+
Location:
|
|
1291
|
+
- https://api.parse.com/1/classes/Place/43rgylnrjA
|
|
1292
|
+
Server:
|
|
1293
|
+
- nginx/1.2.2
|
|
1294
|
+
Set-Cookie:
|
|
1295
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNjliNTAxMWIyMjcxYjgyZTMyYmVlZGFmODI2YmU3YzE%3D--d373b2539a82e27dfb9dacf2621b2bc43dcd083d;
|
|
1296
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:44 GMT; secure;
|
|
1297
|
+
HttpOnly
|
|
1298
|
+
Status:
|
|
1299
|
+
- 201 Created
|
|
1300
|
+
X-Runtime:
|
|
1301
|
+
- '0.045454'
|
|
1302
|
+
X-Ua-Compatible:
|
|
1303
|
+
- IE=Edge,chrome=1
|
|
1304
|
+
Content-Length:
|
|
1305
|
+
- '64'
|
|
1306
|
+
Connection:
|
|
1307
|
+
- keep-alive
|
|
1308
|
+
body:
|
|
1309
|
+
encoding: US-ASCII
|
|
1310
|
+
string: ! '{"createdAt":"2013-04-17T20:08:44.019Z","objectId":"43rgylnrjA"}'
|
|
1311
|
+
http_version:
|
|
1312
|
+
recorded_at: Wed, 17 Apr 2013 20:08:44 GMT
|
|
1313
|
+
- request:
|
|
1314
|
+
method: post
|
|
1315
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place
|
|
1316
|
+
body:
|
|
1317
|
+
encoding: UTF-8
|
|
1318
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":48.02776282648577,"longitude":37.78850555419922}}'
|
|
1319
|
+
headers:
|
|
1320
|
+
Accept:
|
|
1321
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1322
|
+
Accept-Encoding:
|
|
1323
|
+
- gzip, deflate
|
|
1324
|
+
Content-Type:
|
|
1325
|
+
- application/json
|
|
1326
|
+
Content-Length:
|
|
1327
|
+
- '93'
|
|
1328
|
+
User-Agent:
|
|
1329
|
+
- Ruby
|
|
1330
|
+
response:
|
|
1331
|
+
status:
|
|
1332
|
+
code: 201
|
|
1333
|
+
message: Created
|
|
1334
|
+
headers:
|
|
1335
|
+
Cache-Control:
|
|
1336
|
+
- no-cache
|
|
1337
|
+
Content-Type:
|
|
1338
|
+
- application/json; charset=utf-8
|
|
1339
|
+
Date:
|
|
1340
|
+
- Wed, 17 Apr 2013 20:08:44 GMT
|
|
1341
|
+
Location:
|
|
1342
|
+
- https://api.parse.com/1/classes/Place/vUimzmMoVo
|
|
1343
|
+
Server:
|
|
1344
|
+
- nginx/1.2.2
|
|
1345
|
+
Set-Cookie:
|
|
1346
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZWNjOGNiOTA4NmM3YjI4ZmFmNzE4NTg2NjNiZGU5NTI%3D--b54afd0188bf71650a51962220e31fd031eda856;
|
|
1347
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:44 GMT; secure;
|
|
1348
|
+
HttpOnly
|
|
1349
|
+
Status:
|
|
1350
|
+
- 201 Created
|
|
1351
|
+
X-Runtime:
|
|
1352
|
+
- '0.027774'
|
|
1353
|
+
X-Ua-Compatible:
|
|
1354
|
+
- IE=Edge,chrome=1
|
|
1355
|
+
Content-Length:
|
|
1356
|
+
- '64'
|
|
1357
|
+
Connection:
|
|
1358
|
+
- keep-alive
|
|
1359
|
+
body:
|
|
1360
|
+
encoding: US-ASCII
|
|
1361
|
+
string: ! '{"createdAt":"2013-04-17T20:08:44.171Z","objectId":"vUimzmMoVo"}'
|
|
1362
|
+
http_version:
|
|
1363
|
+
recorded_at: Wed, 17 Apr 2013 20:08:44 GMT
|
|
1364
|
+
- request:
|
|
1365
|
+
method: post
|
|
1366
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place
|
|
1367
|
+
body:
|
|
1368
|
+
encoding: UTF-8
|
|
1369
|
+
string: ! '{"location":{"__type":"GeoPoint","latitude":48.02750452121758,"longitude":37.78846263885498}}'
|
|
1370
|
+
headers:
|
|
1371
|
+
Accept:
|
|
1372
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1373
|
+
Accept-Encoding:
|
|
1374
|
+
- gzip, deflate
|
|
1375
|
+
Content-Type:
|
|
1376
|
+
- application/json
|
|
1377
|
+
Content-Length:
|
|
1378
|
+
- '93'
|
|
1379
|
+
User-Agent:
|
|
1380
|
+
- Ruby
|
|
1381
|
+
response:
|
|
1382
|
+
status:
|
|
1383
|
+
code: 201
|
|
1384
|
+
message: Created
|
|
1385
|
+
headers:
|
|
1386
|
+
Cache-Control:
|
|
1387
|
+
- no-cache
|
|
1388
|
+
Content-Type:
|
|
1389
|
+
- application/json; charset=utf-8
|
|
1390
|
+
Date:
|
|
1391
|
+
- Wed, 17 Apr 2013 20:08:44 GMT
|
|
1392
|
+
Location:
|
|
1393
|
+
- https://api.parse.com/1/classes/Place/WGLHobjzoD
|
|
1394
|
+
Server:
|
|
1395
|
+
- nginx/1.2.2
|
|
1396
|
+
Set-Cookie:
|
|
1397
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMWFmMjQ2MGIxZWQ5YTY0MzFkOTkxYzhmNzc1YTY5Y2M%3D--7ef17186e6aeadc92a2fe7ea5145054e727d1347;
|
|
1398
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:44 GMT; secure;
|
|
1399
|
+
HttpOnly
|
|
1400
|
+
Status:
|
|
1401
|
+
- 201 Created
|
|
1402
|
+
X-Runtime:
|
|
1403
|
+
- '0.035223'
|
|
1404
|
+
X-Ua-Compatible:
|
|
1405
|
+
- IE=Edge,chrome=1
|
|
1406
|
+
Content-Length:
|
|
1407
|
+
- '64'
|
|
1408
|
+
Connection:
|
|
1409
|
+
- keep-alive
|
|
1410
|
+
body:
|
|
1411
|
+
encoding: US-ASCII
|
|
1412
|
+
string: ! '{"createdAt":"2013-04-17T20:08:44.315Z","objectId":"WGLHobjzoD"}'
|
|
1413
|
+
http_version:
|
|
1414
|
+
recorded_at: Wed, 17 Apr 2013 20:08:44 GMT
|
|
1415
|
+
- request:
|
|
1416
|
+
method: get
|
|
1417
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place?count=1&where=%7B%7D
|
|
1418
|
+
body:
|
|
1419
|
+
encoding: US-ASCII
|
|
1420
|
+
string: ''
|
|
1421
|
+
headers:
|
|
1422
|
+
Accept:
|
|
1423
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1424
|
+
Accept-Encoding:
|
|
1425
|
+
- gzip, deflate
|
|
1426
|
+
User-Agent:
|
|
1427
|
+
- Ruby
|
|
1428
|
+
response:
|
|
1429
|
+
status:
|
|
1430
|
+
code: 200
|
|
1431
|
+
message: OK
|
|
1432
|
+
headers:
|
|
1433
|
+
Cache-Control:
|
|
1434
|
+
- max-age=0, private, must-revalidate
|
|
1435
|
+
Content-Type:
|
|
1436
|
+
- application/json; charset=utf-8
|
|
1437
|
+
Date:
|
|
1438
|
+
- Wed, 17 Apr 2013 20:08:44 GMT
|
|
1439
|
+
Etag:
|
|
1440
|
+
- ! '"f536fe64d01f07fdbc087e9bb4076194"'
|
|
1441
|
+
Server:
|
|
1442
|
+
- nginx/1.2.2
|
|
1443
|
+
Set-Cookie:
|
|
1444
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNjg5OWFmMzRmMzhiYTI5ZTgxNTVkZWRkNjliMWZkMmI%3D--ab01e0710b9d152bc3243c773b8ea7bd0cd81a7a;
|
|
1445
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:44 GMT; secure;
|
|
1446
|
+
HttpOnly
|
|
1447
|
+
Status:
|
|
1448
|
+
- 200 OK
|
|
1449
|
+
X-Runtime:
|
|
1450
|
+
- '0.071073'
|
|
1451
|
+
X-Ua-Compatible:
|
|
1452
|
+
- IE=Edge,chrome=1
|
|
1453
|
+
Content-Length:
|
|
1454
|
+
- '2186'
|
|
1455
|
+
Connection:
|
|
1456
|
+
- keep-alive
|
|
1457
|
+
body:
|
|
1458
|
+
encoding: US-ASCII
|
|
1459
|
+
string: ! '{"results":[{"location":{"__type":"GeoPoint","latitude":34.09300844216167,"longitude":-118.3780094460731},"createdAt":"2013-04-17T20:08:42.334Z","updatedAt":"2013-04-17T20:08:42.334Z","objectId":"5fgkF1gmjN"},{"location":{"__type":"GeoPoint","latitude":34.09297074516132,"longitude":-118.3779001235962},"createdAt":"2013-04-17T20:08:42.478Z","updatedAt":"2013-04-17T20:08:42.478Z","objectId":"RoTL1cZJnf"},{"location":{"__type":"GeoPoint","latitude":34.09291733023489,"longitude":-118.3780601208767},"createdAt":"2013-04-17T20:08:43.001Z","updatedAt":"2013-04-17T20:08:43.001Z","objectId":"ZLD38ynOY1"},{"location":{"__type":"GeoPoint","latitude":34.09291733023489,"longitude":-118.3780601208767},"createdAt":"2013-04-17T20:08:43.218Z","updatedAt":"2013-04-17T20:08:43.218Z","objectId":"C3xoMWkURL"},{"location":{"__type":"GeoPoint","latitude":34.10020829969745,"longitude":-118.2852727109533},"createdAt":"2013-04-17T20:08:43.362Z","updatedAt":"2013-04-17T20:08:43.362Z","objectId":"EJrR5Aj3ZD"},{"location":{"__type":"GeoPoint","latitude":33.81637559726026,"longitude":-118.3783150233789},"createdAt":"2013-04-17T20:08:43.518Z","updatedAt":"2013-04-17T20:08:43.518Z","objectId":"wqIelcbBlI"},{"location":{"__type":"GeoPoint","latitude":36.11837535750446,"longitude":-115.1759274967512},"createdAt":"2013-04-17T20:08:43.654Z","updatedAt":"2013-04-17T20:08:43.654Z","objectId":"G1Piiz710U"},{"location":{"__type":"GeoPoint","latitude":48.0284736030277,"longitude":37.79059904775168},"createdAt":"2013-04-17T20:08:43.800Z","updatedAt":"2013-04-17T20:08:43.800Z","objectId":"eM2Sv4SU5l"},{"location":{"__type":"GeoPoint","latitude":48.02790593385819,"longitude":37.78864582772938},"createdAt":"2013-04-17T20:08:44.019Z","updatedAt":"2013-04-17T20:08:44.019Z","objectId":"43rgylnrjA"},{"location":{"__type":"GeoPoint","latitude":48.02776282648577,"longitude":37.78850555419922},"createdAt":"2013-04-17T20:08:44.171Z","updatedAt":"2013-04-17T20:08:44.171Z","objectId":"vUimzmMoVo"},{"location":{"__type":"GeoPoint","latitude":48.02750452121758,"longitude":37.78846263885498},"createdAt":"2013-04-17T20:08:44.315Z","updatedAt":"2013-04-17T20:08:44.315Z","objectId":"WGLHobjzoD"}],"count":11}'
|
|
1460
|
+
http_version:
|
|
1461
|
+
recorded_at: Wed, 17 Apr 2013 20:08:44 GMT
|
|
1462
|
+
- request:
|
|
1463
|
+
method: get
|
|
1464
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Place?where=%7B%22location%22:%7B%22$nearSphere%22:%7B%22__type%22:%22GeoPoint%22,%22latitude%22:34.09300844216167,%22longitude%22:-118.3780094460731%7D,%22$maxDistanceInRadians%22:0%7D%7D
|
|
1465
|
+
body:
|
|
1466
|
+
encoding: US-ASCII
|
|
1467
|
+
string: ''
|
|
1468
|
+
headers:
|
|
1469
|
+
Accept:
|
|
1470
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1471
|
+
Accept-Encoding:
|
|
1472
|
+
- gzip, deflate
|
|
1473
|
+
User-Agent:
|
|
1474
|
+
- Ruby
|
|
1475
|
+
response:
|
|
1476
|
+
status:
|
|
1477
|
+
code: 200
|
|
1478
|
+
message: OK
|
|
1479
|
+
headers:
|
|
1480
|
+
Cache-Control:
|
|
1481
|
+
- max-age=0, private, must-revalidate
|
|
1482
|
+
Content-Type:
|
|
1483
|
+
- application/json; charset=utf-8
|
|
1484
|
+
Date:
|
|
1485
|
+
- Wed, 17 Apr 2013 20:08:44 GMT
|
|
1486
|
+
Etag:
|
|
1487
|
+
- ! '"8994747d201c08d3b6e02c07caaa76d9"'
|
|
1488
|
+
Server:
|
|
1489
|
+
- nginx/1.2.2
|
|
1490
|
+
Set-Cookie:
|
|
1491
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMjc4ODg4NGJmYzU1ZDBjMzQ5Yzg5MTMxMzM2MjE3Y2I%3D--1ff6f41d4529b04f516310d266178e151000492f;
|
|
1492
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:44 GMT; secure;
|
|
1493
|
+
HttpOnly
|
|
1494
|
+
Status:
|
|
1495
|
+
- 200 OK
|
|
1496
|
+
X-Runtime:
|
|
1497
|
+
- '0.025680'
|
|
1498
|
+
X-Ua-Compatible:
|
|
1499
|
+
- IE=Edge,chrome=1
|
|
1500
|
+
Content-Length:
|
|
1501
|
+
- '210'
|
|
1502
|
+
Connection:
|
|
1503
|
+
- keep-alive
|
|
1504
|
+
body:
|
|
1505
|
+
encoding: US-ASCII
|
|
1506
|
+
string: ! '{"results":[{"location":{"__type":"GeoPoint","latitude":34.09300844216167,"longitude":-118.3780094460731},"createdAt":"2013-04-17T20:08:42.334Z","updatedAt":"2013-04-17T20:08:42.334Z","objectId":"5fgkF1gmjN"}]}'
|
|
1507
|
+
http_version:
|
|
1508
|
+
recorded_at: Wed, 17 Apr 2013 20:08:44 GMT
|
|
1509
|
+
recorded_with: VCR 2.4.0
|