vermonster 0.1.1
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/.gitignore +3 -0
- data/.rvmrc +1 -0
- data/Gemfile +3 -0
- data/Gemfile.lock +43 -0
- data/README.markdown +105 -0
- data/Rakefile +15 -0
- data/lib/vermonster/authentication.rb +49 -0
- data/lib/vermonster/lists.rb +51 -0
- data/lib/vermonster/tasks.rb +58 -0
- data/lib/vermonster/users.rb +27 -0
- data/lib/vermonster/version.rb +3 -0
- data/lib/vermonster.rb +40 -0
- data/spec/fixtures/cassettes/authentication.yml +104 -0
- data/spec/fixtures/cassettes/lists.yml +391 -0
- data/spec/fixtures/cassettes/tasks.yml +826 -0
- data/spec/fixtures/cassettes/users.yml +117 -0
- data/spec/spec_helper.rb +24 -0
- data/spec/vermonster/authentication_spec.rb +54 -0
- data/spec/vermonster/lists_spec.rb +107 -0
- data/spec/vermonster/tasks_spec.rb +119 -0
- data/spec/vermonster/users_spec.rb +59 -0
- data/vermonster.gemspec +29 -0
- metadata +152 -0
@@ -0,0 +1,391 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.cheddarapp.com/v1/me
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Authorization:
|
11
|
+
- Bearer 6e8c9e570805e75d683a963b1290116a
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
+
Accept:
|
15
|
+
- ! '*/*'
|
16
|
+
User-Agent:
|
17
|
+
- Ruby
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Access-Control-Allow-Headers:
|
24
|
+
- ! '*,X-Pusher-Socket-ID,Content-Type,Authorization'
|
25
|
+
Access-Control-Allow-Methods:
|
26
|
+
- GET, POST, PUT, OPTIONS
|
27
|
+
Access-Control-Allow-Origin:
|
28
|
+
- ! '*'
|
29
|
+
Access-Control-Max-Age:
|
30
|
+
- '86400'
|
31
|
+
Access-Control-Request-Method:
|
32
|
+
- ! '*'
|
33
|
+
Cache-Control:
|
34
|
+
- must-revalidate, private, max-age=0
|
35
|
+
Content-Type:
|
36
|
+
- application/json; charset=utf-8
|
37
|
+
Date:
|
38
|
+
- Thu, 19 Jul 2012 12:48:09 GMT
|
39
|
+
Etag:
|
40
|
+
- ! '"ef42e623e164e34871846180e276f9de"'
|
41
|
+
Server:
|
42
|
+
- thin 1.4.1 codename Chromeo
|
43
|
+
X-Rack-Cache:
|
44
|
+
- miss
|
45
|
+
X-Request-Id:
|
46
|
+
- 7bfb152e44ec9432a4d9ecffa624838c
|
47
|
+
X-Runtime:
|
48
|
+
- '0.025370'
|
49
|
+
X-Ua-Compatible:
|
50
|
+
- IE=Edge,chrome=1
|
51
|
+
Content-Length:
|
52
|
+
- '354'
|
53
|
+
Connection:
|
54
|
+
- keep-alive
|
55
|
+
body:
|
56
|
+
encoding: US-ASCII
|
57
|
+
string: ! '{"created_at":"2012-07-18T19:33:13Z","first_name":null,"has_plus":false,"id":13055,"last_name":null,"updated_at":"2012-07-18T19:33:13Z","username":"vermonster","url":"https://api.cheddarapp.com/v1/users/13055","socket":{"auth_url":"https://api.cheddarapp.com/pusher/auth","api_key":"675f10a650f18b4eb0a8","app_id":"15197","channel":"private-user-13055"}}'
|
58
|
+
http_version:
|
59
|
+
recorded_at: Thu, 19 Jul 2012 12:48:09 GMT
|
60
|
+
- request:
|
61
|
+
method: get
|
62
|
+
uri: https://api.cheddarapp.com/v1/lists
|
63
|
+
body:
|
64
|
+
encoding: US-ASCII
|
65
|
+
string: ''
|
66
|
+
headers:
|
67
|
+
Authorization:
|
68
|
+
- Bearer 6e8c9e570805e75d683a963b1290116a
|
69
|
+
Accept-Encoding:
|
70
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
71
|
+
Accept:
|
72
|
+
- ! '*/*'
|
73
|
+
User-Agent:
|
74
|
+
- Ruby
|
75
|
+
response:
|
76
|
+
status:
|
77
|
+
code: 200
|
78
|
+
message: OK
|
79
|
+
headers:
|
80
|
+
Access-Control-Allow-Headers:
|
81
|
+
- ! '*,X-Pusher-Socket-ID,Content-Type,Authorization'
|
82
|
+
Access-Control-Allow-Methods:
|
83
|
+
- GET, POST, PUT, OPTIONS
|
84
|
+
Access-Control-Allow-Origin:
|
85
|
+
- ! '*'
|
86
|
+
Access-Control-Max-Age:
|
87
|
+
- '86400'
|
88
|
+
Access-Control-Request-Method:
|
89
|
+
- ! '*'
|
90
|
+
Cache-Control:
|
91
|
+
- must-revalidate, private, max-age=0
|
92
|
+
Content-Type:
|
93
|
+
- application/json; charset=utf-8
|
94
|
+
Date:
|
95
|
+
- Thu, 19 Jul 2012 12:48:10 GMT
|
96
|
+
Etag:
|
97
|
+
- ! '"effa1df3b2c32272dc97105b505495f4"'
|
98
|
+
Server:
|
99
|
+
- thin 1.4.1 codename Chromeo
|
100
|
+
X-Rack-Cache:
|
101
|
+
- miss
|
102
|
+
X-Request-Id:
|
103
|
+
- adc56edb204c2ebdab2c94862dffc810
|
104
|
+
X-Runtime:
|
105
|
+
- '0.022639'
|
106
|
+
X-Ua-Compatible:
|
107
|
+
- IE=Edge,chrome=1
|
108
|
+
Content-Length:
|
109
|
+
- '2889'
|
110
|
+
Connection:
|
111
|
+
- keep-alive
|
112
|
+
body:
|
113
|
+
encoding: US-ASCII
|
114
|
+
string: ! '[{"archived_at":null,"created_at":"2012-07-18T19:33:13Z","id":24200,"position":1,"slug":"QM8","title":"Learn
|
115
|
+
Cheddar","updated_at":"2012-07-18T19:33:13Z","url":"https://api.cheddarapp.com/v1/lists/24200","user":{"created_at":"2012-07-18T19:33:13Z","first_name":null,"has_plus":false,"id":13055,"last_name":null,"updated_at":"2012-07-18T19:33:13Z","username":"vermonster","url":"https://api.cheddarapp.com/v1/users/13055","socket":{"auth_url":"https://api.cheddarapp.com/pusher/auth","api_key":"675f10a650f18b4eb0a8","app_id":"15197","channel":"private-user-13055"}}},{"archived_at":"2012-07-19T12:29:26Z","created_at":"2012-07-19T12:27:58Z","id":24393,"position":2,"slug":"QT9","title":"Foobar","updated_at":"2012-07-19T12:29:27Z","url":"https://api.cheddarapp.com/v1/lists/24393","user":{"created_at":"2012-07-18T19:33:13Z","first_name":null,"has_plus":false,"id":13055,"last_name":null,"updated_at":"2012-07-18T19:33:13Z","username":"vermonster","url":"https://api.cheddarapp.com/v1/users/13055","socket":{"auth_url":"https://api.cheddarapp.com/pusher/auth","api_key":"675f10a650f18b4eb0a8","app_id":"15197","channel":"private-user-13055"}}},{"archived_at":"2012-07-19T12:31:10Z","created_at":"2012-07-19T12:30:35Z","id":24394,"position":3,"slug":"QTA","title":"Foobar","updated_at":"2012-07-19T12:31:10Z","url":"https://api.cheddarapp.com/v1/lists/24394","user":{"created_at":"2012-07-18T19:33:13Z","first_name":null,"has_plus":false,"id":13055,"last_name":null,"updated_at":"2012-07-18T19:33:13Z","username":"vermonster","url":"https://api.cheddarapp.com/v1/users/13055","socket":{"auth_url":"https://api.cheddarapp.com/pusher/auth","api_key":"675f10a650f18b4eb0a8","app_id":"15197","channel":"private-user-13055"}}},{"archived_at":"2012-07-19T12:41:42Z","created_at":"2012-07-19T12:40:13Z","id":24395,"position":4,"slug":"QTB","title":"Learn
|
116
|
+
Cheddar","updated_at":"2012-07-19T12:41:42Z","url":"https://api.cheddarapp.com/v1/lists/24395","user":{"created_at":"2012-07-18T19:33:13Z","first_name":null,"has_plus":false,"id":13055,"last_name":null,"updated_at":"2012-07-18T19:33:13Z","username":"vermonster","url":"https://api.cheddarapp.com/v1/users/13055","socket":{"auth_url":"https://api.cheddarapp.com/pusher/auth","api_key":"675f10a650f18b4eb0a8","app_id":"15197","channel":"private-user-13055"}}},{"archived_at":"2012-07-19T12:47:42Z","created_at":"2012-07-19T12:42:49Z","id":24396,"position":5,"slug":"QTC","title":"Learn
|
117
|
+
Cheddar","updated_at":"2012-07-19T12:47:42Z","url":"https://api.cheddarapp.com/v1/lists/24396","user":{"created_at":"2012-07-18T19:33:13Z","first_name":null,"has_plus":false,"id":13055,"last_name":null,"updated_at":"2012-07-18T19:33:13Z","username":"vermonster","url":"https://api.cheddarapp.com/v1/users/13055","socket":{"auth_url":"https://api.cheddarapp.com/pusher/auth","api_key":"675f10a650f18b4eb0a8","app_id":"15197","channel":"private-user-13055"}}}]'
|
118
|
+
http_version:
|
119
|
+
recorded_at: Thu, 19 Jul 2012 12:48:10 GMT
|
120
|
+
- request:
|
121
|
+
method: get
|
122
|
+
uri: https://api.cheddarapp.com/v1/lists/24200
|
123
|
+
body:
|
124
|
+
encoding: US-ASCII
|
125
|
+
string: ''
|
126
|
+
headers:
|
127
|
+
Authorization:
|
128
|
+
- Bearer 6e8c9e570805e75d683a963b1290116a
|
129
|
+
Accept-Encoding:
|
130
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
131
|
+
Accept:
|
132
|
+
- ! '*/*'
|
133
|
+
User-Agent:
|
134
|
+
- Ruby
|
135
|
+
response:
|
136
|
+
status:
|
137
|
+
code: 200
|
138
|
+
message: OK
|
139
|
+
headers:
|
140
|
+
Access-Control-Allow-Headers:
|
141
|
+
- ! '*,X-Pusher-Socket-ID,Content-Type,Authorization'
|
142
|
+
Access-Control-Allow-Methods:
|
143
|
+
- GET, POST, PUT, OPTIONS
|
144
|
+
Access-Control-Allow-Origin:
|
145
|
+
- ! '*'
|
146
|
+
Access-Control-Max-Age:
|
147
|
+
- '86400'
|
148
|
+
Access-Control-Request-Method:
|
149
|
+
- ! '*'
|
150
|
+
Cache-Control:
|
151
|
+
- must-revalidate, private, max-age=0
|
152
|
+
Content-Type:
|
153
|
+
- application/json; charset=utf-8
|
154
|
+
Date:
|
155
|
+
- Thu, 19 Jul 2012 12:48:11 GMT
|
156
|
+
Etag:
|
157
|
+
- ! '"d5b700b4c1fd3d224d3c3e8b407f6771"'
|
158
|
+
Server:
|
159
|
+
- thin 1.4.1 codename Chromeo
|
160
|
+
X-Rack-Cache:
|
161
|
+
- miss
|
162
|
+
X-Request-Id:
|
163
|
+
- fbe5786b5fbe85f998d1de001f7a5c32
|
164
|
+
X-Runtime:
|
165
|
+
- '0.017830'
|
166
|
+
X-Ua-Compatible:
|
167
|
+
- IE=Edge,chrome=1
|
168
|
+
Content-Length:
|
169
|
+
- '565'
|
170
|
+
Connection:
|
171
|
+
- keep-alive
|
172
|
+
body:
|
173
|
+
encoding: US-ASCII
|
174
|
+
string: ! '{"archived_at":null,"created_at":"2012-07-18T19:33:13Z","id":24200,"position":1,"slug":"QM8","title":"Learn
|
175
|
+
Cheddar","updated_at":"2012-07-18T19:33:13Z","url":"https://api.cheddarapp.com/v1/lists/24200","user":{"created_at":"2012-07-18T19:33:13Z","first_name":null,"has_plus":false,"id":13055,"last_name":null,"updated_at":"2012-07-18T19:33:13Z","username":"vermonster","url":"https://api.cheddarapp.com/v1/users/13055","socket":{"auth_url":"https://api.cheddarapp.com/pusher/auth","api_key":"675f10a650f18b4eb0a8","app_id":"15197","channel":"private-user-13055"}}}'
|
176
|
+
http_version:
|
177
|
+
recorded_at: Thu, 19 Jul 2012 12:48:11 GMT
|
178
|
+
- request:
|
179
|
+
method: post
|
180
|
+
uri: https://api.cheddarapp.com/v1/lists
|
181
|
+
body:
|
182
|
+
encoding: US-ASCII
|
183
|
+
string: ! '{"list": {"title":"Foobar"}}'
|
184
|
+
headers:
|
185
|
+
Authorization:
|
186
|
+
- Bearer 6e8c9e570805e75d683a963b1290116a
|
187
|
+
Content-Type:
|
188
|
+
- application/json
|
189
|
+
Accept:
|
190
|
+
- ! '*/*'
|
191
|
+
User-Agent:
|
192
|
+
- Ruby
|
193
|
+
response:
|
194
|
+
status:
|
195
|
+
code: 201
|
196
|
+
message: Created
|
197
|
+
headers:
|
198
|
+
Access-Control-Allow-Headers:
|
199
|
+
- ! '*,X-Pusher-Socket-ID,Content-Type,Authorization'
|
200
|
+
Access-Control-Allow-Methods:
|
201
|
+
- GET, POST, PUT, OPTIONS
|
202
|
+
Access-Control-Allow-Origin:
|
203
|
+
- ! '*'
|
204
|
+
Access-Control-Max-Age:
|
205
|
+
- '86400'
|
206
|
+
Access-Control-Request-Method:
|
207
|
+
- ! '*'
|
208
|
+
Cache-Control:
|
209
|
+
- max-age=0, private, must-revalidate
|
210
|
+
Content-Type:
|
211
|
+
- application/json; charset=utf-8
|
212
|
+
Date:
|
213
|
+
- Thu, 19 Jul 2012 12:48:12 GMT
|
214
|
+
Etag:
|
215
|
+
- ! '"a8ef28501d5f39721c4cfe5921544011"'
|
216
|
+
Location:
|
217
|
+
- https://api.cheddarapp.com/lists/24398
|
218
|
+
Server:
|
219
|
+
- thin 1.4.1 codename Chromeo
|
220
|
+
X-Rack-Cache:
|
221
|
+
- invalidate, pass
|
222
|
+
X-Request-Id:
|
223
|
+
- 269f654a3e76836fa0e6edd0551e0549
|
224
|
+
X-Runtime:
|
225
|
+
- '0.037741'
|
226
|
+
X-Ua-Compatible:
|
227
|
+
- IE=Edge,chrome=1
|
228
|
+
Content-Length:
|
229
|
+
- '558'
|
230
|
+
Connection:
|
231
|
+
- keep-alive
|
232
|
+
body:
|
233
|
+
encoding: US-ASCII
|
234
|
+
string: ! '{"archived_at":null,"created_at":"2012-07-19T12:48:12Z","id":24398,"position":6,"slug":"QTE","title":"Foobar","updated_at":"2012-07-19T12:48:12Z","url":"https://api.cheddarapp.com/v1/lists/24398","user":{"created_at":"2012-07-18T19:33:13Z","first_name":null,"has_plus":false,"id":13055,"last_name":null,"updated_at":"2012-07-18T19:33:13Z","username":"vermonster","url":"https://api.cheddarapp.com/v1/users/13055","socket":{"auth_url":"https://api.cheddarapp.com/pusher/auth","api_key":"675f10a650f18b4eb0a8","app_id":"15197","channel":"private-user-13055"}}}'
|
235
|
+
http_version:
|
236
|
+
recorded_at: Thu, 19 Jul 2012 12:48:12 GMT
|
237
|
+
- request:
|
238
|
+
method: get
|
239
|
+
uri: https://api.cheddarapp.com/v1/lists/24200/tasks
|
240
|
+
body:
|
241
|
+
encoding: US-ASCII
|
242
|
+
string: ''
|
243
|
+
headers:
|
244
|
+
Authorization:
|
245
|
+
- Bearer 6e8c9e570805e75d683a963b1290116a
|
246
|
+
Accept-Encoding:
|
247
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
248
|
+
Accept:
|
249
|
+
- ! '*/*'
|
250
|
+
User-Agent:
|
251
|
+
- Ruby
|
252
|
+
response:
|
253
|
+
status:
|
254
|
+
code: 200
|
255
|
+
message: OK
|
256
|
+
headers:
|
257
|
+
Access-Control-Allow-Headers:
|
258
|
+
- ! '*,X-Pusher-Socket-ID,Content-Type,Authorization'
|
259
|
+
Access-Control-Allow-Methods:
|
260
|
+
- GET, POST, PUT, OPTIONS
|
261
|
+
Access-Control-Allow-Origin:
|
262
|
+
- ! '*'
|
263
|
+
Access-Control-Max-Age:
|
264
|
+
- '86400'
|
265
|
+
Access-Control-Request-Method:
|
266
|
+
- ! '*'
|
267
|
+
Cache-Control:
|
268
|
+
- must-revalidate, private, max-age=0
|
269
|
+
Content-Type:
|
270
|
+
- application/json; charset=utf-8
|
271
|
+
Date:
|
272
|
+
- Thu, 19 Jul 2012 12:48:13 GMT
|
273
|
+
Etag:
|
274
|
+
- ! '"74e53991f1f482ee7ffe36665acf0b4e"'
|
275
|
+
Server:
|
276
|
+
- thin 1.4.1 codename Chromeo
|
277
|
+
X-Rack-Cache:
|
278
|
+
- miss
|
279
|
+
X-Request-Id:
|
280
|
+
- acc5e739d12e74f1b472f35a47ae356b
|
281
|
+
X-Runtime:
|
282
|
+
- '0.092067'
|
283
|
+
X-Ua-Compatible:
|
284
|
+
- IE=Edge,chrome=1
|
285
|
+
Content-Length:
|
286
|
+
- '5843'
|
287
|
+
Connection:
|
288
|
+
- keep-alive
|
289
|
+
body:
|
290
|
+
encoding: US-ASCII
|
291
|
+
string: ! '[{"archived_at":null,"completed_at":null,"created_at":"2012-07-18T19:33:13Z","display_html":"Welcome
|
292
|
+
to Cheddar! Click the checkbox to complete tasks","display_text":"Welcome
|
293
|
+
to Cheddar! Click the checkbox to complete tasks","id":182736,"list_id":24200,"position":1,"text":"Welcome
|
294
|
+
to Cheddar! Click the checkbox to complete tasks","updated_at":"2012-07-18T19:33:13Z","entities":[],"tags":[],"url":"https://api.cheddarapp.com/v1/tasks/182736"},{"archived_at":null,"completed_at":null,"created_at":"2012-07-18T19:33:13Z","display_html":"Type
|
295
|
+
in the box and press enter to make new tasks","display_text":"Type in the
|
296
|
+
box and press enter to make new tasks","id":182737,"list_id":24200,"position":2,"text":"Type
|
297
|
+
in the box and press enter to make new tasks","updated_at":"2012-07-18T19:33:13Z","entities":[],"tags":[],"url":"https://api.cheddarapp.com/v1/tasks/182737"},{"archived_at":null,"completed_at":null,"created_at":"2012-07-18T19:33:13Z","display_html":"Use
|
298
|
+
<a href=\"http://daringfireball.net/projects/markdown\" rel=\"external nofollow\"
|
299
|
+
class=\"link\">Markdown</a> in your tasks for extra <strong>awesome</strong>.
|
300
|
+
Read the <a href=\"https://cheddarapp.com/text\" rel=\"external nofollow\"
|
301
|
+
class=\"link\">super simple guide</a>.","display_text":"Use Markdown in your
|
302
|
+
tasks for extra awesome. Read the super simple guide.","id":182738,"list_id":24200,"position":3,"text":"Use
|
303
|
+
[Markdown](http://daringfireball.net/projects/markdown) in your tasks for
|
304
|
+
extra **awesome**. Read the [super simple guide](https://cheddarapp.com/text).","updated_at":"2012-07-18T19:33:13Z","entities":[{"type":"link","text":"[Markdown](http://daringfireball.net/projects/markdown)","display_text":"Markdown","indices":[4,59],"url":"http://daringfireball.net/projects/markdown","display_indices":[4,12]},{"type":"double_emphasis","text":"**awesome**","display_text":"awesome","indices":[84,95],"display_indices":[37,44]},{"type":"link","text":"[super
|
305
|
+
simple guide](https://cheddarapp.com/text)","display_text":"super simple guide","indices":[106,155],"url":"https://cheddarapp.com/text","display_indices":[55,73]}],"tags":[],"url":"https://api.cheddarapp.com/v1/tasks/182738"},{"archived_at":null,"completed_at":null,"created_at":"2012-07-18T19:33:13Z","display_html":"Use
|
306
|
+
<a href=\"#tag-tags\" class=\"tag\">#tags</a> to organize your tasks","display_text":"Use
|
307
|
+
#tags to organize your tasks","id":182739,"list_id":24200,"position":4,"text":"Use
|
308
|
+
#tags to organize your tasks","updated_at":"2012-07-18T19:33:13Z","entities":[{"type":"tag","text":"#tags","display_text":"#tags","indices":[4,9],"tag_name":"tags","display_indices":[4,9]}],"tags":[{"id":30,"name":"tags"}],"url":"https://api.cheddarapp.com/v1/tasks/182739"},{"archived_at":null,"completed_at":null,"created_at":"2012-07-18T19:33:13Z","display_html":"Click
|
309
|
+
the pencil next to a task or the title of your list to edit it","display_text":"Click
|
310
|
+
the pencil next to a task or the title of your list to edit it","id":182740,"list_id":24200,"position":5,"text":"Click
|
311
|
+
the pencil next to a task or the title of your list to edit it","updated_at":"2012-07-18T19:33:13Z","entities":[],"tags":[],"url":"https://api.cheddarapp.com/v1/tasks/182740"},{"archived_at":null,"completed_at":null,"created_at":"2012-07-18T19:33:13Z","display_html":"Click
|
312
|
+
<em>Archive Tasks</em> in the top right to archive lots of tasks at once","display_text":"Click
|
313
|
+
Archive Tasks in the top right to archive lots of tasks at once","id":182741,"list_id":24200,"position":6,"text":"Click
|
314
|
+
*Archive Tasks* in the top right to archive lots of tasks at once","updated_at":"2012-07-18T19:33:13Z","entities":[{"type":"emphasis","text":"*Archive
|
315
|
+
Tasks*","display_text":"Archive Tasks","indices":[6,21],"display_indices":[6,19]}],"tags":[],"url":"https://api.cheddarapp.com/v1/tasks/182741"},{"archived_at":null,"completed_at":null,"created_at":"2012-07-18T19:33:13Z","display_html":"Click
|
316
|
+
on <a href=\"https://cheddarapp.com\" rel=\"external nofollow\" class=\"link\">Your
|
317
|
+
Lists</a> to see all of your lists. <strong>You can make more lists there.</strong>","display_text":"Click
|
318
|
+
on Your Lists to see all of your lists. You can make more lists there.","id":182742,"list_id":24200,"position":7,"text":"Click
|
319
|
+
on [Your Lists](https://cheddarapp.com) to see all of your lists. **You can
|
320
|
+
make more lists there.**","updated_at":"2012-07-18T19:33:13Z","entities":[{"type":"link","text":"[Your
|
321
|
+
Lists](https://cheddarapp.com)","display_text":"Your Lists","indices":[9,45],"url":"https://cheddarapp.com","display_indices":[9,19]},{"type":"double_emphasis","text":"**You
|
322
|
+
can make more lists there.**","display_text":"You can make more lists there.","indices":[72,106],"display_indices":[46,76]}],"tags":[],"url":"https://api.cheddarapp.com/v1/tasks/182742"},{"archived_at":null,"completed_at":null,"created_at":"2012-07-18T19:33:13Z","display_html":"Checkout
|
323
|
+
the <a href=\"https://cheddarapp.com/support\" rel=\"external nofollow\" class=\"link\">support
|
324
|
+
page</a> if you need help or have questions","display_text":"Checkout the
|
325
|
+
support page if you need help or have questions","id":182743,"list_id":24200,"position":8,"text":"Checkout
|
326
|
+
the [support page](https://cheddarapp.com/support) if you need help or have
|
327
|
+
questions","updated_at":"2012-07-18T19:33:13Z","entities":[{"type":"link","text":"[support
|
328
|
+
page](https://cheddarapp.com/support)","display_text":"support page","indices":[13,59],"url":"https://cheddarapp.com/support","display_indices":[13,25]}],"tags":[],"url":"https://api.cheddarapp.com/v1/tasks/182743"},{"archived_at":null,"completed_at":null,"created_at":"2012-07-18T19:33:13Z","display_html":"Enjoy
|
329
|
+
using Cheddar!","display_text":"Enjoy using Cheddar!","id":182744,"list_id":24200,"position":9,"text":"Enjoy
|
330
|
+
using Cheddar!","updated_at":"2012-07-18T19:33:13Z","entities":[],"tags":[],"url":"https://api.cheddarapp.com/v1/tasks/182744"}]'
|
331
|
+
http_version:
|
332
|
+
recorded_at: Thu, 19 Jul 2012 12:48:14 GMT
|
333
|
+
- request:
|
334
|
+
method: put
|
335
|
+
uri: https://api.cheddarapp.com/v1/lists/24200
|
336
|
+
body:
|
337
|
+
encoding: US-ASCII
|
338
|
+
string: ! '{"list": {"title":"Learn Vermonster"}}'
|
339
|
+
headers:
|
340
|
+
Authorization:
|
341
|
+
- Bearer 6e8c9e570805e75d683a963b1290116a
|
342
|
+
Content-Type:
|
343
|
+
- application/json
|
344
|
+
Accept:
|
345
|
+
- ! '*/*'
|
346
|
+
User-Agent:
|
347
|
+
- Ruby
|
348
|
+
response:
|
349
|
+
status:
|
350
|
+
code: 200
|
351
|
+
message: OK
|
352
|
+
headers:
|
353
|
+
Access-Control-Allow-Headers:
|
354
|
+
- ! '*,X-Pusher-Socket-ID,Content-Type,Authorization'
|
355
|
+
Access-Control-Allow-Methods:
|
356
|
+
- GET, POST, PUT, OPTIONS
|
357
|
+
Access-Control-Allow-Origin:
|
358
|
+
- ! '*'
|
359
|
+
Access-Control-Max-Age:
|
360
|
+
- '86400'
|
361
|
+
Access-Control-Request-Method:
|
362
|
+
- ! '*'
|
363
|
+
Cache-Control:
|
364
|
+
- max-age=0, private, must-revalidate
|
365
|
+
Content-Type:
|
366
|
+
- application/json; charset=utf-8
|
367
|
+
Date:
|
368
|
+
- Thu, 19 Jul 2012 17:27:55 GMT
|
369
|
+
Etag:
|
370
|
+
- ! '"244e1248ad5cfb680fe1d78ef47f2102"'
|
371
|
+
Server:
|
372
|
+
- thin 1.4.1 codename Chromeo
|
373
|
+
X-Rack-Cache:
|
374
|
+
- invalidate, pass
|
375
|
+
X-Request-Id:
|
376
|
+
- a4b234cd2789c1d106315adfc91a9a89
|
377
|
+
X-Runtime:
|
378
|
+
- '0.032978'
|
379
|
+
X-Ua-Compatible:
|
380
|
+
- IE=Edge,chrome=1
|
381
|
+
Content-Length:
|
382
|
+
- '568'
|
383
|
+
Connection:
|
384
|
+
- keep-alive
|
385
|
+
body:
|
386
|
+
encoding: US-ASCII
|
387
|
+
string: ! '{"archived_at":null,"created_at":"2012-07-18T19:33:13Z","id":24200,"position":1,"slug":"QM8","title":"Learn
|
388
|
+
Vermonster","updated_at":"2012-07-19T17:27:55Z","url":"https://api.cheddarapp.com/v1/lists/24200","user":{"created_at":"2012-07-18T19:33:13Z","first_name":null,"has_plus":false,"id":13055,"last_name":null,"updated_at":"2012-07-18T19:33:13Z","username":"vermonster","url":"https://api.cheddarapp.com/v1/users/13055","socket":{"auth_url":"https://api.cheddarapp.com/pusher/auth","api_key":"675f10a650f18b4eb0a8","app_id":"15197","channel":"private-user-13055"}}}'
|
389
|
+
http_version:
|
390
|
+
recorded_at: Thu, 19 Jul 2012 17:27:55 GMT
|
391
|
+
recorded_with: VCR 2.2.3
|