trollolo 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -0
  3. data/Gemfile +1 -1
  4. data/README.md +97 -0
  5. data/lib/card.rb +0 -14
  6. data/lib/cli.rb +66 -27
  7. data/lib/empty_column.rb +5 -0
  8. data/lib/scrum/backlog_mover.rb +47 -0
  9. data/lib/scrum/card_type_detection.rb +23 -0
  10. data/lib/scrum/creator.rb +30 -0
  11. data/lib/scrum/prioritizer.rb +24 -0
  12. data/lib/scrum/priority_name.rb +15 -0
  13. data/lib/scrum/scrum_boards.rb +11 -0
  14. data/lib/scrum/sprint_board.rb +82 -0
  15. data/lib/scrum/sprint_cleaner.rb +41 -0
  16. data/lib/scrum/sprint_planning_board.rb +26 -0
  17. data/lib/scrum.rb +13 -0
  18. data/lib/scrum_board.rb +17 -7
  19. data/lib/settings.rb +36 -12
  20. data/lib/trello_service.rb +22 -0
  21. data/lib/trello_wrapper.rb +9 -23
  22. data/lib/trollolo.rb +3 -2
  23. data/lib/version.rb +1 -1
  24. data/man/trollolo.1.md +22 -1
  25. data/spec/data/board.json +3 -4
  26. data/spec/data/full-board-with-accepted.json +1817 -0
  27. data/spec/data/full-board.json +3 -27
  28. data/spec/data/trollolorc +13 -0
  29. data/spec/data/trollolorc_with_board_aliases +9 -0
  30. data/spec/data/vcr/creator_custom_config.yml +824 -0
  31. data/spec/data/vcr/creator_default_config.yml +824 -0
  32. data/spec/data/vcr/move_backlog.yml +2375 -0
  33. data/spec/data/vcr/move_backlog_missing_backlog.yml +155 -0
  34. data/spec/data/vcr/move_backlog_missing_waterbed.yml +364 -0
  35. data/spec/data/vcr/prioritize_backlog_list.yml +2335 -0
  36. data/spec/data/vcr/prioritize_no_backlog_list.yml +190 -0
  37. data/spec/data/vcr/sprint_board.yml +624 -0
  38. data/spec/data/vcr/sprint_board_no_waterline.yml +556 -0
  39. data/spec/data/vcr/sprint_cleanup.yml +1239 -7500
  40. data/spec/data/vcr/sprint_planning_board.yml +239 -0
  41. data/spec/integration/create_burndown_spec.rb +1 -1
  42. data/spec/unit/card_spec.rb +0 -41
  43. data/spec/unit/cli_spec.rb +74 -1
  44. data/spec/unit/empty_column_spec.rb +9 -0
  45. data/spec/unit/scrum/backlog_mover_spec.rb +26 -0
  46. data/spec/unit/scrum/card_type_detection_spec.rb +35 -0
  47. data/spec/unit/scrum/creator_spec.rb +23 -0
  48. data/spec/unit/scrum/prioritizer_spec.rb +45 -0
  49. data/spec/unit/scrum/priority_name_spec.rb +35 -0
  50. data/spec/unit/scrum/sprint_board_spec.rb +22 -0
  51. data/spec/unit/scrum/sprint_cleaner_spec.rb +26 -0
  52. data/spec/unit/scrum/sprint_planning_board_spec.rb +14 -0
  53. data/spec/unit/scrum_board_spec.rb +90 -0
  54. data/spec/unit/settings_spec.rb +42 -6
  55. data/spec/unit/spec_helper.rb +3 -2
  56. data/spec/unit/support/update_webmock_data +3 -1
  57. data/spec/unit/support/vcr.rb +8 -8
  58. data/spec/unit/support/webmocks.rb +9 -0
  59. data/spec/unit/trello_wrapper_spec.rb +20 -0
  60. data/trollolo.gemspec +2 -1
  61. metadata +52 -9
  62. data/lib/prioritizer.rb +0 -34
  63. data/lib/sprint_cleanup.rb +0 -54
  64. data/spec/unit/prioritizer_spec.rb +0 -47
  65. data/spec/unit/sprint_cleanup_spec.rb +0 -18
@@ -0,0 +1,2335 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.trello.com/1/boards/neUHHzDo?key=mykey&token=mytoken
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, must-revalidate, no-cache, no-store
23
+ X-Content-Type-Options:
24
+ - nosniff
25
+ Strict-Transport-Security:
26
+ - max-age=15768000
27
+ X-Xss-Protection:
28
+ - 1; mode=block
29
+ X-Frame-Options:
30
+ - DENY
31
+ X-Trello-Version:
32
+ - 1.823.0
33
+ X-Trello-Environment:
34
+ - Production
35
+ Access-Control-Allow-Origin:
36
+ - "*"
37
+ Access-Control-Allow-Methods:
38
+ - GET, PUT, POST, DELETE
39
+ Access-Control-Allow-Headers:
40
+ - Authorization, Accept, Content-Type
41
+ X-Server-Time:
42
+ - '1481207901064'
43
+ Expires:
44
+ - Thu, 01 Jan 1970 00:00:00
45
+ X-Trello-Index-Last-Update:
46
+ - '322'
47
+ Content-Type:
48
+ - application/json; charset=utf-8
49
+ Content-Length:
50
+ - '819'
51
+ Etag:
52
+ - W/"333-74078a25"
53
+ Vary:
54
+ - Accept-Encoding
55
+ Date:
56
+ - Thu, 08 Dec 2016 14:38:21 GMT
57
+ Connection:
58
+ - keep-alive
59
+ Set-Cookie:
60
+ - dsc=97c496a096b8d911283df326025494eb5cb03f797cc74cc6efdc98157802c273; Path=/;
61
+ Expires=Sun, 11 Dec 2016 14:38:21 GMT; Secure
62
+ body:
63
+ encoding: UTF-8
64
+ string: '{"id":"577b6e6e00d1313a68d3a60a","name":"Test Planning Board","desc":"","descData":null,"closed":false,"idOrganization":null,"pinned":false,"url":"https://trello.com/b/neUHHzDo/test-planning-board","shortUrl":"https://trello.com/b/neUHHzDo","prefs":{"permissionLevel":"private","voting":"disabled","comments":"members","invitations":"members","selfJoin":false,"cardCovers":true,"cardAging":"regular","calendarFeedEnabled":false,"background":"sky","backgroundImage":null,"backgroundImageScaled":null,"backgroundTile":false,"backgroundBrightness":"dark","backgroundColor":"#00AECC","canBePublic":true,"canBeOrg":true,"canBePrivate":true,"canInvite":true},"labelNames":{"green":"Needs
65
+ QA","yellow":"Under waterline","orange":"","red":"","purple":"Dependent","blue":"Sticky","sky":"","lime":"","pink":"","black":"Pairing"}}'
66
+ http_version:
67
+ recorded_at: Thu, 08 Dec 2016 14:38:21 GMT
68
+ - request:
69
+ method: get
70
+ uri: https://api.trello.com/1/boards/577b6e6e00d1313a68d3a60a/lists?filter=open&key=mykey&token=mytoken
71
+ body:
72
+ encoding: US-ASCII
73
+ string: ''
74
+ headers:
75
+ Accept:
76
+ - "*/*; q=0.5, application/xml"
77
+ Accept-Encoding:
78
+ - gzip, deflate
79
+ User-Agent:
80
+ - Ruby
81
+ response:
82
+ status:
83
+ code: 200
84
+ message: OK
85
+ headers:
86
+ Cache-Control:
87
+ - max-age=0, must-revalidate, no-cache, no-store
88
+ X-Content-Type-Options:
89
+ - nosniff
90
+ Strict-Transport-Security:
91
+ - max-age=15768000
92
+ X-Xss-Protection:
93
+ - 1; mode=block
94
+ X-Frame-Options:
95
+ - DENY
96
+ X-Trello-Version:
97
+ - 1.823.0
98
+ X-Trello-Environment:
99
+ - Production
100
+ Access-Control-Allow-Origin:
101
+ - "*"
102
+ Access-Control-Allow-Methods:
103
+ - GET, PUT, POST, DELETE
104
+ Access-Control-Allow-Headers:
105
+ - Authorization, Accept, Content-Type
106
+ X-Server-Time:
107
+ - '1481207901490'
108
+ Expires:
109
+ - Thu, 01 Jan 1970 00:00:00
110
+ Content-Type:
111
+ - application/json; charset=utf-8
112
+ Content-Length:
113
+ - '541'
114
+ Etag:
115
+ - W/"21d-53bde00e"
116
+ Vary:
117
+ - Accept-Encoding
118
+ Date:
119
+ - Thu, 08 Dec 2016 14:38:21 GMT
120
+ Connection:
121
+ - keep-alive
122
+ Set-Cookie:
123
+ - dsc=4912e021d8176eb667e5e4318ecc627d683cd007e4cefd980592dc6fcad1e5ac; Path=/;
124
+ Expires=Sun, 11 Dec 2016 14:38:21 GMT; Secure
125
+ body:
126
+ encoding: UTF-8
127
+ string: '[{"id":"57a78bc5980cdceb09195dc9","name":"Backlog Backup","closed":false,"idBoard":"577b6e6e00d1313a68d3a60a","pos":36863,"subscribed":false},{"id":"58496eff1a13c296478de254","name":"Backlog","closed":false,"idBoard":"577b6e6e00d1313a68d3a60a","pos":84079,"subscribed":false},{"id":"577b6e75ce0f88ec9af823c0","name":"Done","closed":false,"idBoard":"577b6e6e00d1313a68d3a60a","pos":131071,"subscribed":false},{"id":"578e03cf104153b060cc27bd","name":"Ready","closed":false,"idBoard":"577b6e6e00d1313a68d3a60a","pos":344063,"subscribed":false}]'
128
+ http_version:
129
+ recorded_at: Thu, 08 Dec 2016 14:38:21 GMT
130
+ - request:
131
+ method: get
132
+ uri: https://api.trello.com/1/lists/58496eff1a13c296478de254/cards?filter=open&key=mykey&token=mytoken
133
+ body:
134
+ encoding: US-ASCII
135
+ string: ''
136
+ headers:
137
+ Accept:
138
+ - "*/*; q=0.5, application/xml"
139
+ Accept-Encoding:
140
+ - gzip, deflate
141
+ User-Agent:
142
+ - Ruby
143
+ response:
144
+ status:
145
+ code: 200
146
+ message: OK
147
+ headers:
148
+ Cache-Control:
149
+ - max-age=0, must-revalidate, no-cache, no-store
150
+ X-Content-Type-Options:
151
+ - nosniff
152
+ Strict-Transport-Security:
153
+ - max-age=15768000
154
+ X-Xss-Protection:
155
+ - 1; mode=block
156
+ X-Frame-Options:
157
+ - DENY
158
+ X-Trello-Version:
159
+ - 1.823.0
160
+ X-Trello-Environment:
161
+ - Production
162
+ Access-Control-Allow-Origin:
163
+ - "*"
164
+ Access-Control-Allow-Methods:
165
+ - GET, PUT, POST, DELETE
166
+ Access-Control-Allow-Headers:
167
+ - Authorization, Accept, Content-Type
168
+ X-Server-Time:
169
+ - '1481207901837'
170
+ Expires:
171
+ - Thu, 01 Jan 1970 00:00:00
172
+ Content-Type:
173
+ - application/json; charset=utf-8
174
+ Etag:
175
+ - W/"sCXSNV60U02aAfNasie0zQ=="
176
+ Vary:
177
+ - Accept-Encoding
178
+ Content-Encoding:
179
+ - gzip
180
+ Content-Length:
181
+ - '2392'
182
+ Date:
183
+ - Thu, 08 Dec 2016 14:38:21 GMT
184
+ Connection:
185
+ - keep-alive
186
+ Set-Cookie:
187
+ - dsc=993f9104a63fb3d683e0d1a1dbf4b4ab2c0246f520c873ed613cb06fc4296d68; Path=/;
188
+ Expires=Sun, 11 Dec 2016 14:38:21 GMT; Secure
189
+ body:
190
+ encoding: ASCII-8BIT
191
+ string: !binary |-
192
+ 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
245
+ T4E0UU4AAA==
246
+ http_version:
247
+ recorded_at: Thu, 08 Dec 2016 14:38:21 GMT
248
+ - request:
249
+ method: get
250
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de26b/labels?key=mykey&token=mytoken
251
+ body:
252
+ encoding: US-ASCII
253
+ string: ''
254
+ headers:
255
+ Accept:
256
+ - "*/*; q=0.5, application/xml"
257
+ Accept-Encoding:
258
+ - gzip, deflate
259
+ User-Agent:
260
+ - Ruby
261
+ response:
262
+ status:
263
+ code: 200
264
+ message: OK
265
+ headers:
266
+ Cache-Control:
267
+ - max-age=0, must-revalidate, no-cache, no-store
268
+ X-Content-Type-Options:
269
+ - nosniff
270
+ Strict-Transport-Security:
271
+ - max-age=15768000
272
+ X-Xss-Protection:
273
+ - 1; mode=block
274
+ X-Frame-Options:
275
+ - DENY
276
+ X-Trello-Version:
277
+ - 1.823.0
278
+ X-Trello-Environment:
279
+ - Production
280
+ Access-Control-Allow-Origin:
281
+ - "*"
282
+ Access-Control-Allow-Methods:
283
+ - GET, PUT, POST, DELETE
284
+ Access-Control-Allow-Headers:
285
+ - Authorization, Accept, Content-Type
286
+ X-Server-Time:
287
+ - '1481207902101'
288
+ Expires:
289
+ - Thu, 01 Jan 1970 00:00:00
290
+ Content-Type:
291
+ - application/json; charset=utf-8
292
+ Content-Length:
293
+ - '113'
294
+ Etag:
295
+ - W/"71-ec2be7ab"
296
+ Vary:
297
+ - Accept-Encoding
298
+ Date:
299
+ - Thu, 08 Dec 2016 14:38:22 GMT
300
+ Connection:
301
+ - keep-alive
302
+ Set-Cookie:
303
+ - dsc=c9bde1d8bbcc489d59c9c2e8d47f3a3d660e2d6d75d4c33d103ad1e7178c7b0b; Path=/;
304
+ Expires=Sun, 11 Dec 2016 14:38:22 GMT; Secure
305
+ body:
306
+ encoding: UTF-8
307
+ string: '[{"id":"57a7880484e677fd36d48c0b","idBoard":"577b6e6e00d1313a68d3a60a","name":"Sticky","color":"blue","uses":12}]'
308
+ http_version:
309
+ recorded_at: Thu, 08 Dec 2016 14:38:22 GMT
310
+ - request:
311
+ method: get
312
+ uri: https://api.trello.com/1/cards/58496eff1a13c296478de259/labels?key=mykey&token=mytoken
313
+ body:
314
+ encoding: US-ASCII
315
+ string: ''
316
+ headers:
317
+ Accept:
318
+ - "*/*; q=0.5, application/xml"
319
+ Accept-Encoding:
320
+ - gzip, deflate
321
+ User-Agent:
322
+ - Ruby
323
+ response:
324
+ status:
325
+ code: 200
326
+ message: OK
327
+ headers:
328
+ Cache-Control:
329
+ - max-age=0, must-revalidate, no-cache, no-store
330
+ X-Content-Type-Options:
331
+ - nosniff
332
+ Strict-Transport-Security:
333
+ - max-age=15768000
334
+ X-Xss-Protection:
335
+ - 1; mode=block
336
+ X-Frame-Options:
337
+ - DENY
338
+ X-Trello-Version:
339
+ - 1.823.0
340
+ X-Trello-Environment:
341
+ - Production
342
+ Access-Control-Allow-Origin:
343
+ - "*"
344
+ Access-Control-Allow-Methods:
345
+ - GET, PUT, POST, DELETE
346
+ Access-Control-Allow-Headers:
347
+ - Authorization, Accept, Content-Type
348
+ X-Server-Time:
349
+ - '1481207902367'
350
+ Expires:
351
+ - Thu, 01 Jan 1970 00:00:00
352
+ Content-Type:
353
+ - application/json; charset=utf-8
354
+ Content-Length:
355
+ - '113'
356
+ Etag:
357
+ - W/"71-ec2be7ab"
358
+ Vary:
359
+ - Accept-Encoding
360
+ Date:
361
+ - Thu, 08 Dec 2016 14:38:22 GMT
362
+ Connection:
363
+ - keep-alive
364
+ Set-Cookie:
365
+ - dsc=278cb6c1e4736e9002369625ce45e1a3cdbe204c1c2a4ff0bde6ca595a9261b5; Path=/;
366
+ Expires=Sun, 11 Dec 2016 14:38:22 GMT; Secure
367
+ body:
368
+ encoding: UTF-8
369
+ string: '[{"id":"57a7880484e677fd36d48c0b","idBoard":"577b6e6e00d1313a68d3a60a","name":"Sticky","color":"blue","uses":12}]'
370
+ http_version:
371
+ recorded_at: Thu, 08 Dec 2016 14:38:22 GMT
372
+ - request:
373
+ method: get
374
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de260/labels?key=mykey&token=mytoken
375
+ body:
376
+ encoding: US-ASCII
377
+ string: ''
378
+ headers:
379
+ Accept:
380
+ - "*/*; q=0.5, application/xml"
381
+ Accept-Encoding:
382
+ - gzip, deflate
383
+ User-Agent:
384
+ - Ruby
385
+ response:
386
+ status:
387
+ code: 200
388
+ message: OK
389
+ headers:
390
+ Cache-Control:
391
+ - max-age=0, must-revalidate, no-cache, no-store
392
+ X-Content-Type-Options:
393
+ - nosniff
394
+ Strict-Transport-Security:
395
+ - max-age=15768000
396
+ X-Xss-Protection:
397
+ - 1; mode=block
398
+ X-Frame-Options:
399
+ - DENY
400
+ X-Trello-Version:
401
+ - 1.823.0
402
+ X-Trello-Environment:
403
+ - Production
404
+ Access-Control-Allow-Origin:
405
+ - "*"
406
+ Access-Control-Allow-Methods:
407
+ - GET, PUT, POST, DELETE
408
+ Access-Control-Allow-Headers:
409
+ - Authorization, Accept, Content-Type
410
+ X-Server-Time:
411
+ - '1481207902627'
412
+ Expires:
413
+ - Thu, 01 Jan 1970 00:00:00
414
+ Content-Type:
415
+ - application/json; charset=utf-8
416
+ Content-Length:
417
+ - '2'
418
+ Etag:
419
+ - W/"2-d4cbb29"
420
+ Vary:
421
+ - Accept-Encoding
422
+ Date:
423
+ - Thu, 08 Dec 2016 14:38:22 GMT
424
+ Connection:
425
+ - keep-alive
426
+ Set-Cookie:
427
+ - dsc=8cb65a07c9c7cd7f64ef9ac81c7abc09c23f6c99ded4876f0a8fc9c04e6e889c; Path=/;
428
+ Expires=Sun, 11 Dec 2016 14:38:22 GMT; Secure
429
+ body:
430
+ encoding: UTF-8
431
+ string: "[]"
432
+ http_version:
433
+ recorded_at: Thu, 08 Dec 2016 14:38:22 GMT
434
+ - request:
435
+ method: put
436
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de260?key=mykey&token=mytoken
437
+ body:
438
+ encoding: ASCII-8BIT
439
+ string: ''
440
+ headers:
441
+ Accept:
442
+ - "*/*; q=0.5, application/xml"
443
+ Accept-Encoding:
444
+ - gzip, deflate
445
+ Content-Length:
446
+ - '0'
447
+ Content-Type:
448
+ - application/x-www-form-urlencoded
449
+ User-Agent:
450
+ - Ruby
451
+ response:
452
+ status:
453
+ code: 200
454
+ message: OK
455
+ headers:
456
+ Cache-Control:
457
+ - max-age=0, must-revalidate, no-cache, no-store
458
+ X-Content-Type-Options:
459
+ - nosniff
460
+ Strict-Transport-Security:
461
+ - max-age=15768000
462
+ X-Xss-Protection:
463
+ - 1; mode=block
464
+ X-Frame-Options:
465
+ - DENY
466
+ X-Trello-Version:
467
+ - 1.823.0
468
+ X-Trello-Environment:
469
+ - Production
470
+ Access-Control-Allow-Origin:
471
+ - "*"
472
+ Access-Control-Allow-Methods:
473
+ - GET, PUT, POST, DELETE
474
+ Access-Control-Allow-Headers:
475
+ - Authorization, Accept, Content-Type
476
+ X-Server-Time:
477
+ - '1481207903154'
478
+ Expires:
479
+ - Thu, 01 Jan 1970 00:00:00
480
+ Content-Type:
481
+ - application/json; charset=utf-8
482
+ Content-Length:
483
+ - '1014'
484
+ Etag:
485
+ - W/"FbpoolQK1cf18gZKvEEt7Q=="
486
+ Vary:
487
+ - Accept-Encoding
488
+ Date:
489
+ - Thu, 08 Dec 2016 14:38:23 GMT
490
+ Connection:
491
+ - keep-alive
492
+ body:
493
+ encoding: UTF-8
494
+ string: '{"id":"58496f001a13c296478de260","badges":{"votes":0,"viewingMemberVoted":false,"subscribed":false,"fogbugz":"","checkItems":5,"checkItemsChecked":0,"comments":0,"attachments":1,"description":true,"due":null,"dueComplete":false},"checkItemStates":[],"closed":false,"dateLastActivity":"2016-12-08T14:32:49.110Z","desc":"##
495
+ Acceptance criteria\n\n* It''s documented how to run the validator on SUSE
496
+ systems\n* The documentation is referenced or part of the upstream documentation","descData":null,"due":null,"dueComplete":false,"email":null,"idBoard":"577b6e6e00d1313a68d3a60a","idChecklists":["58496f001a13c296478de28c","58496f001a13c296478de293"],"idLabels":[],"idList":"58496eff1a13c296478de254","idMembers":[],"idShort":250,"idAttachmentCover":null,"manualCoverAttachment":false,"labels":[],"name":"P1:
497
+ (2) Document how to run cf-openstack-validator on SUSE","pos":131071,"shortUrl":"https://trello.com/c/Ry9SmUdr","url":"https://trello.com/c/Ry9SmUdr/250-p1-2-document-how-to-run-cf-openstack-validator-on-suse"}'
498
+ http_version:
499
+ recorded_at: Thu, 08 Dec 2016 14:38:23 GMT
500
+ - request:
501
+ method: get
502
+ uri: https://api.trello.com/1/cards/58496eff1a13c296478de25b/labels?key=mykey&token=mytoken
503
+ body:
504
+ encoding: US-ASCII
505
+ string: ''
506
+ headers:
507
+ Accept:
508
+ - "*/*; q=0.5, application/xml"
509
+ Accept-Encoding:
510
+ - gzip, deflate
511
+ User-Agent:
512
+ - Ruby
513
+ response:
514
+ status:
515
+ code: 200
516
+ message: OK
517
+ headers:
518
+ Cache-Control:
519
+ - max-age=0, must-revalidate, no-cache, no-store
520
+ X-Content-Type-Options:
521
+ - nosniff
522
+ Strict-Transport-Security:
523
+ - max-age=15768000
524
+ X-Xss-Protection:
525
+ - 1; mode=block
526
+ X-Frame-Options:
527
+ - DENY
528
+ X-Trello-Version:
529
+ - 1.823.0
530
+ X-Trello-Environment:
531
+ - Production
532
+ Access-Control-Allow-Origin:
533
+ - "*"
534
+ Access-Control-Allow-Methods:
535
+ - GET, PUT, POST, DELETE
536
+ Access-Control-Allow-Headers:
537
+ - Authorization, Accept, Content-Type
538
+ X-Server-Time:
539
+ - '1481207903410'
540
+ Expires:
541
+ - Thu, 01 Jan 1970 00:00:00
542
+ Content-Type:
543
+ - application/json; charset=utf-8
544
+ Content-Length:
545
+ - '2'
546
+ Etag:
547
+ - W/"2-d4cbb29"
548
+ Vary:
549
+ - Accept-Encoding
550
+ Date:
551
+ - Thu, 08 Dec 2016 14:38:23 GMT
552
+ Connection:
553
+ - keep-alive
554
+ Set-Cookie:
555
+ - dsc=95fd5b011e5a5d6eceb9e1271516552acf06e41fce432b7d43305adb30795fd2; Path=/;
556
+ Expires=Sun, 11 Dec 2016 14:38:23 GMT; Secure
557
+ body:
558
+ encoding: UTF-8
559
+ string: "[]"
560
+ http_version:
561
+ recorded_at: Thu, 08 Dec 2016 14:38:23 GMT
562
+ - request:
563
+ method: put
564
+ uri: https://api.trello.com/1/cards/58496eff1a13c296478de25b?key=mykey&token=mytoken
565
+ body:
566
+ encoding: ASCII-8BIT
567
+ string: ''
568
+ headers:
569
+ Accept:
570
+ - "*/*; q=0.5, application/xml"
571
+ Accept-Encoding:
572
+ - gzip, deflate
573
+ Content-Length:
574
+ - '0'
575
+ Content-Type:
576
+ - application/x-www-form-urlencoded
577
+ User-Agent:
578
+ - Ruby
579
+ response:
580
+ status:
581
+ code: 200
582
+ message: OK
583
+ headers:
584
+ Cache-Control:
585
+ - max-age=0, must-revalidate, no-cache, no-store
586
+ X-Content-Type-Options:
587
+ - nosniff
588
+ Strict-Transport-Security:
589
+ - max-age=15768000
590
+ X-Xss-Protection:
591
+ - 1; mode=block
592
+ X-Frame-Options:
593
+ - DENY
594
+ X-Trello-Version:
595
+ - 1.823.0
596
+ X-Trello-Environment:
597
+ - Production
598
+ Access-Control-Allow-Origin:
599
+ - "*"
600
+ Access-Control-Allow-Methods:
601
+ - GET, PUT, POST, DELETE
602
+ Access-Control-Allow-Headers:
603
+ - Authorization, Accept, Content-Type
604
+ X-Server-Time:
605
+ - '1481207903649'
606
+ Expires:
607
+ - Thu, 01 Jan 1970 00:00:00
608
+ Content-Type:
609
+ - application/json; charset=utf-8
610
+ Content-Length:
611
+ - '735'
612
+ Etag:
613
+ - W/"2df-3708d6ca"
614
+ Vary:
615
+ - Accept-Encoding
616
+ Date:
617
+ - Thu, 08 Dec 2016 14:38:23 GMT
618
+ Connection:
619
+ - keep-alive
620
+ body:
621
+ encoding: UTF-8
622
+ string: '{"id":"58496eff1a13c296478de25b","badges":{"votes":0,"viewingMemberVoted":false,"subscribed":false,"fogbugz":"","checkItems":0,"checkItemsChecked":0,"comments":0,"attachments":0,"description":false,"due":null,"dueComplete":false},"checkItemStates":[],"closed":false,"dateLastActivity":"2016-12-08T14:32:49.626Z","desc":"","descData":null,"due":null,"dueComplete":false,"email":null,"idBoard":"577b6e6e00d1313a68d3a60a","idChecklists":[],"idLabels":[],"idList":"58496eff1a13c296478de254","idMembers":[],"idShort":246,"idAttachmentCover":null,"manualCoverAttachment":false,"labels":[],"name":"P2:
623
+ Etymologie von Foo","pos":139263,"shortUrl":"https://trello.com/c/0ODfEOFN","url":"https://trello.com/c/0ODfEOFN/246-p2-etymologie-von-foo"}'
624
+ http_version:
625
+ recorded_at: Thu, 08 Dec 2016 14:38:23 GMT
626
+ - request:
627
+ method: get
628
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de261/labels?key=mykey&token=mytoken
629
+ body:
630
+ encoding: US-ASCII
631
+ string: ''
632
+ headers:
633
+ Accept:
634
+ - "*/*; q=0.5, application/xml"
635
+ Accept-Encoding:
636
+ - gzip, deflate
637
+ User-Agent:
638
+ - Ruby
639
+ response:
640
+ status:
641
+ code: 200
642
+ message: OK
643
+ headers:
644
+ Cache-Control:
645
+ - max-age=0, must-revalidate, no-cache, no-store
646
+ X-Content-Type-Options:
647
+ - nosniff
648
+ Strict-Transport-Security:
649
+ - max-age=15768000
650
+ X-Xss-Protection:
651
+ - 1; mode=block
652
+ X-Frame-Options:
653
+ - DENY
654
+ X-Trello-Version:
655
+ - 1.823.0
656
+ X-Trello-Environment:
657
+ - Production
658
+ Access-Control-Allow-Origin:
659
+ - "*"
660
+ Access-Control-Allow-Methods:
661
+ - GET, PUT, POST, DELETE
662
+ Access-Control-Allow-Headers:
663
+ - Authorization, Accept, Content-Type
664
+ X-Server-Time:
665
+ - '1481207903881'
666
+ Expires:
667
+ - Thu, 01 Jan 1970 00:00:00
668
+ Content-Type:
669
+ - application/json; charset=utf-8
670
+ Content-Length:
671
+ - '232'
672
+ Etag:
673
+ - W/"e8-784bb6e8"
674
+ Vary:
675
+ - Accept-Encoding
676
+ Date:
677
+ - Thu, 08 Dec 2016 14:38:23 GMT
678
+ Connection:
679
+ - keep-alive
680
+ Set-Cookie:
681
+ - dsc=9248683fab3d1ddf6f7c31f08c2b2866c6863a057618096118e5a67174bb48b4; Path=/;
682
+ Expires=Sun, 11 Dec 2016 14:38:23 GMT; Secure
683
+ body:
684
+ encoding: UTF-8
685
+ string: '[{"id":"578cdec184e677fd368fb575","idBoard":"577b6e6e00d1313a68d3a60a","name":"Pairing","color":"black","uses":79},{"id":"578cdec184e677fd368fb576","idBoard":"577b6e6e00d1313a68d3a60a","name":"Dependent","color":"purple","uses":61}]'
686
+ http_version:
687
+ recorded_at: Thu, 08 Dec 2016 14:38:23 GMT
688
+ - request:
689
+ method: put
690
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de261?key=mykey&token=mytoken
691
+ body:
692
+ encoding: ASCII-8BIT
693
+ string: ''
694
+ headers:
695
+ Accept:
696
+ - "*/*; q=0.5, application/xml"
697
+ Accept-Encoding:
698
+ - gzip, deflate
699
+ Content-Length:
700
+ - '0'
701
+ Content-Type:
702
+ - application/x-www-form-urlencoded
703
+ User-Agent:
704
+ - Ruby
705
+ response:
706
+ status:
707
+ code: 200
708
+ message: OK
709
+ headers:
710
+ Cache-Control:
711
+ - max-age=0, must-revalidate, no-cache, no-store
712
+ X-Content-Type-Options:
713
+ - nosniff
714
+ Strict-Transport-Security:
715
+ - max-age=15768000
716
+ X-Xss-Protection:
717
+ - 1; mode=block
718
+ X-Frame-Options:
719
+ - DENY
720
+ X-Trello-Version:
721
+ - 1.823.0
722
+ X-Trello-Environment:
723
+ - Production
724
+ Access-Control-Allow-Origin:
725
+ - "*"
726
+ Access-Control-Allow-Methods:
727
+ - GET, PUT, POST, DELETE
728
+ Access-Control-Allow-Headers:
729
+ - Authorization, Accept, Content-Type
730
+ X-Server-Time:
731
+ - '1481207904127'
732
+ Expires:
733
+ - Thu, 01 Jan 1970 00:00:00
734
+ Content-Type:
735
+ - application/json; charset=utf-8
736
+ Etag:
737
+ - W/"Zixa3HEdBcpUQCnnUiJYsw=="
738
+ Vary:
739
+ - Accept-Encoding
740
+ Content-Encoding:
741
+ - gzip
742
+ Date:
743
+ - Thu, 08 Dec 2016 14:38:24 GMT
744
+ Content-Length:
745
+ - '685'
746
+ Connection:
747
+ - keep-alive
748
+ body:
749
+ encoding: ASCII-8BIT
750
+ string: !binary |-
751
+ H4sIAAAAAAAAA5VUy27bMBD8FYK5tIVlS5Yl2bqlTgsESNEATnpokgNFriwi
752
+ FCmIlIM08L93KVu2i8J9XARyuZwZ7s7qjUpBc5rMZ4u0DMOIRTGfLtJZNhcw
753
+ TSM6ogUTa7A0f6Mb4/wiHNGNhBep11+gLqD9hmHEKJmyMKK2KyxvZXESKs26
754
+ 6NY/kAbheAX8+dpBjUjT0+3Sr/wtxOemrkG7HRlzjvHquBfgCRonjaa5aztk
755
+ EB3QXHdK9culqRsFDvYCticsK8f6Nzw8YVAZe6JS4MkNs+6SO7mR7hXlTsMo
756
+ DaJpEM7volkeT/MkHEdZ+J3uRGDGfWNdC6wmjWxASQ05qZxrbD6Z1EzqcWFs
757
+ FXA55mXAmmaM75oMmXZiURAHpQINL4GATYD75lE/6osLcsk5NI5pDgQf66CV
758
+ zJ98IHcVtECkJYwsrw+0pO20xo4QVwEZcEnRSSV81GhiupaUpn0mL9JVfdrq
759
+ fvXpkLuHPgL2dy3hWHZjR6QrOu26EWFaENtZ8FjkawMaK8qfvbR9Ua6YYye9
760
+ ON+WEQUskRoSpPhoWNt7McuKFFIIQxHFUczSucBPyKhP6l2ipPVeeDhj24Wg
761
+ Tz73hhWgdnnZnAvg0XwGaZaVIk7nZZFkCUKeOUr3EMg0jAeU5a88yayXtJuC
762
+ vamkWFWmxTvTJPK7y4N5l2YD7fDamumOqT50zDgURg3C3/bTeV7+P5VNsxqr
763
+ Tm+ZbNENfgiNMqiFFgqbh3tsKNJli+3oz4zpfzJeATpE+KcdOZuuRRscSNNo
764
+ +3RUGOfkXfyerMCRriFLozn61p7Y0tvuN38jWGMQK5plsyTBf5BvwX2L3qLD
765
+ NOKUKmX6AeST6e1n3fKXVy/i71kTbGXQxEEcWHBB1wR8kBUMsgKUFRzG+SBr
766
+ +xOXXyirXgUAAA==
767
+ http_version:
768
+ recorded_at: Thu, 08 Dec 2016 14:38:24 GMT
769
+ - request:
770
+ method: get
771
+ uri: https://api.trello.com/1/cards/58496eff1a13c296478de25a/labels?key=mykey&token=mytoken
772
+ body:
773
+ encoding: US-ASCII
774
+ string: ''
775
+ headers:
776
+ Accept:
777
+ - "*/*; q=0.5, application/xml"
778
+ Accept-Encoding:
779
+ - gzip, deflate
780
+ User-Agent:
781
+ - Ruby
782
+ response:
783
+ status:
784
+ code: 200
785
+ message: OK
786
+ headers:
787
+ Cache-Control:
788
+ - max-age=0, must-revalidate, no-cache, no-store
789
+ X-Content-Type-Options:
790
+ - nosniff
791
+ Strict-Transport-Security:
792
+ - max-age=15768000
793
+ X-Xss-Protection:
794
+ - 1; mode=block
795
+ X-Frame-Options:
796
+ - DENY
797
+ X-Trello-Version:
798
+ - 1.823.0
799
+ X-Trello-Environment:
800
+ - Production
801
+ Access-Control-Allow-Origin:
802
+ - "*"
803
+ Access-Control-Allow-Methods:
804
+ - GET, PUT, POST, DELETE
805
+ Access-Control-Allow-Headers:
806
+ - Authorization, Accept, Content-Type
807
+ X-Server-Time:
808
+ - '1481207904380'
809
+ Expires:
810
+ - Thu, 01 Jan 1970 00:00:00
811
+ Content-Type:
812
+ - application/json; charset=utf-8
813
+ Content-Length:
814
+ - '115'
815
+ Etag:
816
+ - W/"73-43cf8364"
817
+ Vary:
818
+ - Accept-Encoding
819
+ Date:
820
+ - Thu, 08 Dec 2016 14:38:24 GMT
821
+ Connection:
822
+ - keep-alive
823
+ Set-Cookie:
824
+ - dsc=1f6176a94fb426aa26d83659e5eb8e1a751a8221cb740c4af7c009a5b8270b22; Path=/;
825
+ Expires=Sun, 11 Dec 2016 14:38:24 GMT; Secure
826
+ body:
827
+ encoding: UTF-8
828
+ string: '[{"id":"578cdec184e677fd368fb575","idBoard":"577b6e6e00d1313a68d3a60a","name":"Pairing","color":"black","uses":79}]'
829
+ http_version:
830
+ recorded_at: Thu, 08 Dec 2016 14:38:24 GMT
831
+ - request:
832
+ method: put
833
+ uri: https://api.trello.com/1/cards/58496eff1a13c296478de25a?key=mykey&token=mytoken
834
+ body:
835
+ encoding: ASCII-8BIT
836
+ string: ''
837
+ headers:
838
+ Accept:
839
+ - "*/*; q=0.5, application/xml"
840
+ Accept-Encoding:
841
+ - gzip, deflate
842
+ Content-Length:
843
+ - '0'
844
+ Content-Type:
845
+ - application/x-www-form-urlencoded
846
+ User-Agent:
847
+ - Ruby
848
+ response:
849
+ status:
850
+ code: 200
851
+ message: OK
852
+ headers:
853
+ Cache-Control:
854
+ - max-age=0, must-revalidate, no-cache, no-store
855
+ X-Content-Type-Options:
856
+ - nosniff
857
+ Strict-Transport-Security:
858
+ - max-age=15768000
859
+ X-Xss-Protection:
860
+ - 1; mode=block
861
+ X-Frame-Options:
862
+ - DENY
863
+ X-Trello-Version:
864
+ - 1.823.0
865
+ X-Trello-Environment:
866
+ - Production
867
+ Access-Control-Allow-Origin:
868
+ - "*"
869
+ Access-Control-Allow-Methods:
870
+ - GET, PUT, POST, DELETE
871
+ Access-Control-Allow-Headers:
872
+ - Authorization, Accept, Content-Type
873
+ X-Server-Time:
874
+ - '1481207904626'
875
+ Expires:
876
+ - Thu, 01 Jan 1970 00:00:00
877
+ Content-Type:
878
+ - application/json; charset=utf-8
879
+ Etag:
880
+ - W/"1qRkF+78EpEZ+MpaOGjXCw=="
881
+ Vary:
882
+ - Accept-Encoding
883
+ Content-Encoding:
884
+ - gzip
885
+ Date:
886
+ - Thu, 08 Dec 2016 14:38:24 GMT
887
+ Content-Length:
888
+ - '731'
889
+ Connection:
890
+ - keep-alive
891
+ body:
892
+ encoding: ASCII-8BIT
893
+ string: !binary |-
894
+ H4sIAAAAAAAAA41U32vbMBD+V4QKYxtxbSeOnQb20HaDDjq2kXYPW/twls6J
895
+ qCwZSW7pSv/3nZykSWBlezGSfL7vh+7zE1eSz/l0VpyU2DQ55BMxPimLaiZx
896
+ PAU+4jXIJXo+f+L3NsRFNuL3Ch+UWX7Btkb3g46pRwPa44j7vvbCqXrvqLHL
897
+ ul/+JhhqJ1Yo7j4HbKnTdH97HlfxK+ovbNuiCWswCAHEareXGAG6oKzh8+B6
898
+ QpA98rnptR6W57btNAbcEHjeQ1kEGDT8uqVDbf0eS0lvLsGHUxHUvQqPRHec
899
+ 5WWSj5NsdpUX88l4Ps2OZ+OTn3xNgiqOjtipENgFMAIZ0QroFNyYG/OeXa2Q
900
+ 2Q7N4nrxiV0idMwTA4FaM+VZ3SsdmDJMWBNAGXSegWdrceRefLUKofPzNF2q
901
+ sOrrY3IlJdK9bGxvpHtMa+tXaXCIaUvE0Q0HyRZly0Fa0Uf3IDrGIPytbeR4
902
+ 2PtB3an03CG5koBJtkKSKOQFImmsS86+Li6ior6LFkoWLHPYaBRhEClpUA51
903
+ bog5MgwMq5EB8x0KBXpXxKjzzr2hjx8xbc0yIaEtW1oYbCQwZQIuHUGzBxLE
904
+ AkmO80Nah8/ofePIHteL0BOmbYgpbRHaG7O5yY8QYG+AXp+lEccWlN4WKHlm
905
+ wQ0Bqqq6xBKzTOaTfALlTNIjiwFSchhtrXwc4F/rrDVZdpi1quS3sfYSatTr
906
+ umomJIp8VmBZVY2clLOmnlbTTR21ez24xYC7zudm3JVcrKyjb8ZFEXenL7E6
907
+ t/fotpJaMD3o4WhX8aJeb9k9bf4br3H8T28MtGQt/wbK0ZjE34PVlrjwWoO4
908
+ o33vY1yrk+fbXXExZ2/Ld+xsuN2jXagOsvTGk9gP+XhCTTpLPfLplNyhH1R0
909
+ 4drRHfJtEGgYtLbrfKWTCVyI8vtpBP93VUpuJl2RlMkwbLtkKJPs2CSRTBLJ
910
+ PP8BbGSLnHEFAAA=
911
+ http_version:
912
+ recorded_at: Thu, 08 Dec 2016 14:38:24 GMT
913
+ - request:
914
+ method: get
915
+ uri: https://api.trello.com/1/cards/58496eff1a13c296478de25c/labels?key=mykey&token=mytoken
916
+ body:
917
+ encoding: US-ASCII
918
+ string: ''
919
+ headers:
920
+ Accept:
921
+ - "*/*; q=0.5, application/xml"
922
+ Accept-Encoding:
923
+ - gzip, deflate
924
+ User-Agent:
925
+ - Ruby
926
+ response:
927
+ status:
928
+ code: 200
929
+ message: OK
930
+ headers:
931
+ Cache-Control:
932
+ - max-age=0, must-revalidate, no-cache, no-store
933
+ X-Content-Type-Options:
934
+ - nosniff
935
+ Strict-Transport-Security:
936
+ - max-age=15768000
937
+ X-Xss-Protection:
938
+ - 1; mode=block
939
+ X-Frame-Options:
940
+ - DENY
941
+ X-Trello-Version:
942
+ - 1.823.0
943
+ X-Trello-Environment:
944
+ - Production
945
+ Access-Control-Allow-Origin:
946
+ - "*"
947
+ Access-Control-Allow-Methods:
948
+ - GET, PUT, POST, DELETE
949
+ Access-Control-Allow-Headers:
950
+ - Authorization, Accept, Content-Type
951
+ X-Server-Time:
952
+ - '1481207904959'
953
+ Expires:
954
+ - Thu, 01 Jan 1970 00:00:00
955
+ Content-Type:
956
+ - application/json; charset=utf-8
957
+ Content-Length:
958
+ - '2'
959
+ Etag:
960
+ - W/"2-d4cbb29"
961
+ Vary:
962
+ - Accept-Encoding
963
+ Date:
964
+ - Thu, 08 Dec 2016 14:38:25 GMT
965
+ Connection:
966
+ - keep-alive
967
+ Set-Cookie:
968
+ - dsc=da9b88b5ac0f2f94bec2cd609a58264cff1a933e55b1ec8f4eb0d4959ddf7385; Path=/;
969
+ Expires=Sun, 11 Dec 2016 14:38:24 GMT; Secure
970
+ body:
971
+ encoding: UTF-8
972
+ string: "[]"
973
+ http_version:
974
+ recorded_at: Thu, 08 Dec 2016 14:38:25 GMT
975
+ - request:
976
+ method: put
977
+ uri: https://api.trello.com/1/cards/58496eff1a13c296478de25c?key=mykey&token=mytoken
978
+ body:
979
+ encoding: ASCII-8BIT
980
+ string: ''
981
+ headers:
982
+ Accept:
983
+ - "*/*; q=0.5, application/xml"
984
+ Accept-Encoding:
985
+ - gzip, deflate
986
+ Content-Length:
987
+ - '0'
988
+ Content-Type:
989
+ - application/x-www-form-urlencoded
990
+ User-Agent:
991
+ - Ruby
992
+ response:
993
+ status:
994
+ code: 200
995
+ message: OK
996
+ headers:
997
+ Cache-Control:
998
+ - max-age=0, must-revalidate, no-cache, no-store
999
+ X-Content-Type-Options:
1000
+ - nosniff
1001
+ Strict-Transport-Security:
1002
+ - max-age=15768000
1003
+ X-Xss-Protection:
1004
+ - 1; mode=block
1005
+ X-Frame-Options:
1006
+ - DENY
1007
+ X-Trello-Version:
1008
+ - 1.823.0
1009
+ X-Trello-Environment:
1010
+ - Production
1011
+ Access-Control-Allow-Origin:
1012
+ - "*"
1013
+ Access-Control-Allow-Methods:
1014
+ - GET, PUT, POST, DELETE
1015
+ Access-Control-Allow-Headers:
1016
+ - Authorization, Accept, Content-Type
1017
+ X-Server-Time:
1018
+ - '1481207905217'
1019
+ Expires:
1020
+ - Thu, 01 Jan 1970 00:00:00
1021
+ Content-Type:
1022
+ - application/json; charset=utf-8
1023
+ Content-Length:
1024
+ - '1014'
1025
+ Etag:
1026
+ - W/"EVxStvvuTY2OTslZQN7xbQ=="
1027
+ Vary:
1028
+ - Accept-Encoding
1029
+ Date:
1030
+ - Thu, 08 Dec 2016 14:38:25 GMT
1031
+ Connection:
1032
+ - keep-alive
1033
+ body:
1034
+ encoding: UTF-8
1035
+ string: '{"id":"58496eff1a13c296478de25c","badges":{"votes":0,"viewingMemberVoted":false,"subscribed":false,"fogbugz":"","checkItems":5,"checkItemsChecked":0,"comments":0,"attachments":1,"description":true,"due":null,"dueComplete":false},"checkItemStates":[],"closed":false,"dateLastActivity":"2016-12-08T14:32:32.695Z","desc":"##
1036
+ Acceptance criteria\n\n* It''s documented how to run the validator on SUSE
1037
+ systems\n* The documentation is referenced or part of the upstream documentation","descData":null,"due":null,"dueComplete":false,"email":null,"idBoard":"577b6e6e00d1313a68d3a60a","idChecklists":["58496f001a13c296478de27c","58496f001a13c296478de27f"],"idLabels":[],"idList":"58496eff1a13c296478de254","idMembers":[],"idShort":245,"idAttachmentCover":null,"manualCoverAttachment":false,"labels":[],"name":"P5:
1038
+ (2) Document how to run cf-openstack-validator on SUSE","pos":163839,"shortUrl":"https://trello.com/c/fbYHFUK6","url":"https://trello.com/c/fbYHFUK6/245-p5-2-document-how-to-run-cf-openstack-validator-on-suse"}'
1039
+ http_version:
1040
+ recorded_at: Thu, 08 Dec 2016 14:38:25 GMT
1041
+ - request:
1042
+ method: get
1043
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de265/labels?key=mykey&token=mytoken
1044
+ body:
1045
+ encoding: US-ASCII
1046
+ string: ''
1047
+ headers:
1048
+ Accept:
1049
+ - "*/*; q=0.5, application/xml"
1050
+ Accept-Encoding:
1051
+ - gzip, deflate
1052
+ User-Agent:
1053
+ - Ruby
1054
+ response:
1055
+ status:
1056
+ code: 200
1057
+ message: OK
1058
+ headers:
1059
+ Cache-Control:
1060
+ - max-age=0, must-revalidate, no-cache, no-store
1061
+ X-Content-Type-Options:
1062
+ - nosniff
1063
+ Strict-Transport-Security:
1064
+ - max-age=15768000
1065
+ X-Xss-Protection:
1066
+ - 1; mode=block
1067
+ X-Frame-Options:
1068
+ - DENY
1069
+ X-Trello-Version:
1070
+ - 1.823.0
1071
+ X-Trello-Environment:
1072
+ - Production
1073
+ Access-Control-Allow-Origin:
1074
+ - "*"
1075
+ Access-Control-Allow-Methods:
1076
+ - GET, PUT, POST, DELETE
1077
+ Access-Control-Allow-Headers:
1078
+ - Authorization, Accept, Content-Type
1079
+ X-Server-Time:
1080
+ - '1481207905474'
1081
+ Expires:
1082
+ - Thu, 01 Jan 1970 00:00:00
1083
+ Content-Type:
1084
+ - application/json; charset=utf-8
1085
+ Content-Length:
1086
+ - '232'
1087
+ Etag:
1088
+ - W/"e8-784bb6e8"
1089
+ Vary:
1090
+ - Accept-Encoding
1091
+ Date:
1092
+ - Thu, 08 Dec 2016 14:38:25 GMT
1093
+ Connection:
1094
+ - keep-alive
1095
+ Set-Cookie:
1096
+ - dsc=a3f5f2d62d45acb940fc9c24dde757c37a0271095fb83be852a47278e6b14ca5; Path=/;
1097
+ Expires=Sun, 11 Dec 2016 14:38:25 GMT; Secure
1098
+ body:
1099
+ encoding: UTF-8
1100
+ string: '[{"id":"578cdec184e677fd368fb575","idBoard":"577b6e6e00d1313a68d3a60a","name":"Pairing","color":"black","uses":79},{"id":"578cdec184e677fd368fb576","idBoard":"577b6e6e00d1313a68d3a60a","name":"Dependent","color":"purple","uses":61}]'
1101
+ http_version:
1102
+ recorded_at: Thu, 08 Dec 2016 14:38:25 GMT
1103
+ - request:
1104
+ method: put
1105
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de265?key=mykey&token=mytoken
1106
+ body:
1107
+ encoding: ASCII-8BIT
1108
+ string: ''
1109
+ headers:
1110
+ Accept:
1111
+ - "*/*; q=0.5, application/xml"
1112
+ Accept-Encoding:
1113
+ - gzip, deflate
1114
+ Content-Length:
1115
+ - '0'
1116
+ Content-Type:
1117
+ - application/x-www-form-urlencoded
1118
+ User-Agent:
1119
+ - Ruby
1120
+ response:
1121
+ status:
1122
+ code: 200
1123
+ message: OK
1124
+ headers:
1125
+ Cache-Control:
1126
+ - max-age=0, must-revalidate, no-cache, no-store
1127
+ X-Content-Type-Options:
1128
+ - nosniff
1129
+ Strict-Transport-Security:
1130
+ - max-age=15768000
1131
+ X-Xss-Protection:
1132
+ - 1; mode=block
1133
+ X-Frame-Options:
1134
+ - DENY
1135
+ X-Trello-Version:
1136
+ - 1.823.0
1137
+ X-Trello-Environment:
1138
+ - Production
1139
+ Access-Control-Allow-Origin:
1140
+ - "*"
1141
+ Access-Control-Allow-Methods:
1142
+ - GET, PUT, POST, DELETE
1143
+ Access-Control-Allow-Headers:
1144
+ - Authorization, Accept, Content-Type
1145
+ X-Server-Time:
1146
+ - '1481207905712'
1147
+ Expires:
1148
+ - Thu, 01 Jan 1970 00:00:00
1149
+ Content-Type:
1150
+ - application/json; charset=utf-8
1151
+ Etag:
1152
+ - W/"u6l+urUTYCgJfNZ77sn6PA=="
1153
+ Vary:
1154
+ - Accept-Encoding
1155
+ Content-Encoding:
1156
+ - gzip
1157
+ Date:
1158
+ - Thu, 08 Dec 2016 14:38:25 GMT
1159
+ Content-Length:
1160
+ - '678'
1161
+ Connection:
1162
+ - keep-alive
1163
+ body:
1164
+ encoding: ASCII-8BIT
1165
+ string: !binary |-
1166
+ H4sIAAAAAAAAA5VUTW/bMAz9K4J22YY4sfMhO7516TB067ANaXdY24Ms04kQ
1167
+ WTIsqcVW5L+PcuIkG5B9XAyJpPgeyUc/U1nSnM6y6ZxVcZzwZCLGczZNsxLG
1168
+ bEYHtODlCizNn+mjceEQD+ijhCepVx+hLqD9imbMUXFlYUCtL6xoZXFiqsyq
1169
+ 8KsfCIPpxBrE5spBjZnGp9dFOIVXmF+YugbtdmDcOS7Wx3sJAaBx0miau9Yj
1170
+ QumB5tor1R0Xpm4UONgT2J6gLB3varh7QKMy9oRliZ5rbt2FcPJRuu9Idxwn
1171
+ LErGUZzdJNN8Ms5nyXCeJd/ojgRG3DbWtcBr0sgGlNSQk7Vzjc1Ho5pLPSyM
1172
+ XUdCDkUV8aYZYl2jPtKOgjM3NpI1X8G9vtcvXpALIaBxXAsgWKSDVvLgeU1u
1173
+ 1tACkZZwsrg6wJHWa42TIG4N5NOSdKlI4aUqg9VoYnxLKtNuyJN06y5sebt8
1174
+ Syw2Q4BS+9THhN1bSwS229gB8YXXzg8I1yWx3iLNffGX3PGTnp9v/4ACtkL1
1175
+ AbJ8Y3jbaS5NCwYM4rhMJsmEs6zET8xpCOrUoKQNM787I08+pg8h9poXoHZx
1176
+ aSZKEEk2BZamVTlhWVXM0iDjMy62T4FI/RpAVf2KM5t2lHZq34tHlsu1afEN
1177
+ esPt4iDShXmEtq+25tpz1ZmOEYfGqJ74834Lz9P/p7ZpXmPX6WcuW5x+WDaj
1178
+ DHKhheJig3ccIMKl8+3gz4jsPxEvoQFdhtKOmI1vUQYHUJZsH44MWU5eTl6R
1179
+ JTjiG7IwWqBO7YkMUbLE2N/0jMkag7mSOWNxiv+aMILbFrVF+63DbVTKdIsm
1180
+ RvY6ff/l3eZDIPH3qBGOMmpYNIksuMg3kehpRT2tCGlF/cZGB1rbn5Zzx5BG
1181
+ BQAA
1182
+ http_version:
1183
+ recorded_at: Thu, 08 Dec 2016 14:38:25 GMT
1184
+ - request:
1185
+ method: get
1186
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de266/labels?key=mykey&token=mytoken
1187
+ body:
1188
+ encoding: US-ASCII
1189
+ string: ''
1190
+ headers:
1191
+ Accept:
1192
+ - "*/*; q=0.5, application/xml"
1193
+ Accept-Encoding:
1194
+ - gzip, deflate
1195
+ User-Agent:
1196
+ - Ruby
1197
+ response:
1198
+ status:
1199
+ code: 200
1200
+ message: OK
1201
+ headers:
1202
+ Cache-Control:
1203
+ - max-age=0, must-revalidate, no-cache, no-store
1204
+ X-Content-Type-Options:
1205
+ - nosniff
1206
+ Strict-Transport-Security:
1207
+ - max-age=15768000
1208
+ X-Xss-Protection:
1209
+ - 1; mode=block
1210
+ X-Frame-Options:
1211
+ - DENY
1212
+ X-Trello-Version:
1213
+ - 1.823.0
1214
+ X-Trello-Environment:
1215
+ - Production
1216
+ Access-Control-Allow-Origin:
1217
+ - "*"
1218
+ Access-Control-Allow-Methods:
1219
+ - GET, PUT, POST, DELETE
1220
+ Access-Control-Allow-Headers:
1221
+ - Authorization, Accept, Content-Type
1222
+ X-Server-Time:
1223
+ - '1481207905995'
1224
+ Expires:
1225
+ - Thu, 01 Jan 1970 00:00:00
1226
+ Content-Type:
1227
+ - application/json; charset=utf-8
1228
+ Content-Length:
1229
+ - '2'
1230
+ Etag:
1231
+ - W/"2-d4cbb29"
1232
+ Vary:
1233
+ - Accept-Encoding
1234
+ Date:
1235
+ - Thu, 08 Dec 2016 14:38:26 GMT
1236
+ Connection:
1237
+ - keep-alive
1238
+ Set-Cookie:
1239
+ - dsc=0af598d7598e9d1d7a380bc06b80b8fde8fad475cdc1557697b62334f518c698; Path=/;
1240
+ Expires=Sun, 11 Dec 2016 14:38:25 GMT; Secure
1241
+ body:
1242
+ encoding: UTF-8
1243
+ string: "[]"
1244
+ http_version:
1245
+ recorded_at: Thu, 08 Dec 2016 14:38:26 GMT
1246
+ - request:
1247
+ method: get
1248
+ uri: https://api.trello.com/1/cards/58496eff1a13c296478de25d/labels?key=mykey&token=mytoken
1249
+ body:
1250
+ encoding: US-ASCII
1251
+ string: ''
1252
+ headers:
1253
+ Accept:
1254
+ - "*/*; q=0.5, application/xml"
1255
+ Accept-Encoding:
1256
+ - gzip, deflate
1257
+ User-Agent:
1258
+ - Ruby
1259
+ response:
1260
+ status:
1261
+ code: 200
1262
+ message: OK
1263
+ headers:
1264
+ Cache-Control:
1265
+ - max-age=0, must-revalidate, no-cache, no-store
1266
+ X-Content-Type-Options:
1267
+ - nosniff
1268
+ Strict-Transport-Security:
1269
+ - max-age=15768000
1270
+ X-Xss-Protection:
1271
+ - 1; mode=block
1272
+ X-Frame-Options:
1273
+ - DENY
1274
+ X-Trello-Version:
1275
+ - 1.823.0
1276
+ X-Trello-Environment:
1277
+ - Production
1278
+ Access-Control-Allow-Origin:
1279
+ - "*"
1280
+ Access-Control-Allow-Methods:
1281
+ - GET, PUT, POST, DELETE
1282
+ Access-Control-Allow-Headers:
1283
+ - Authorization, Accept, Content-Type
1284
+ X-Server-Time:
1285
+ - '1481207906764'
1286
+ Expires:
1287
+ - Thu, 01 Jan 1970 00:00:00
1288
+ Content-Type:
1289
+ - application/json; charset=utf-8
1290
+ Content-Length:
1291
+ - '232'
1292
+ Etag:
1293
+ - W/"e8-784bb6e8"
1294
+ Vary:
1295
+ - Accept-Encoding
1296
+ Date:
1297
+ - Thu, 08 Dec 2016 14:38:26 GMT
1298
+ Connection:
1299
+ - keep-alive
1300
+ Set-Cookie:
1301
+ - dsc=640bdc8f718041313bc4f4c9fd9fbcf43106f725066301b05b99028ebb9693c8; Path=/;
1302
+ Expires=Sun, 11 Dec 2016 14:38:26 GMT; Secure
1303
+ body:
1304
+ encoding: UTF-8
1305
+ string: '[{"id":"578cdec184e677fd368fb575","idBoard":"577b6e6e00d1313a68d3a60a","name":"Pairing","color":"black","uses":79},{"id":"578cdec184e677fd368fb576","idBoard":"577b6e6e00d1313a68d3a60a","name":"Dependent","color":"purple","uses":61}]'
1306
+ http_version:
1307
+ recorded_at: Thu, 08 Dec 2016 14:38:26 GMT
1308
+ - request:
1309
+ method: put
1310
+ uri: https://api.trello.com/1/cards/58496eff1a13c296478de25d?key=mykey&token=mytoken
1311
+ body:
1312
+ encoding: ASCII-8BIT
1313
+ string: ''
1314
+ headers:
1315
+ Accept:
1316
+ - "*/*; q=0.5, application/xml"
1317
+ Accept-Encoding:
1318
+ - gzip, deflate
1319
+ Content-Length:
1320
+ - '0'
1321
+ Content-Type:
1322
+ - application/x-www-form-urlencoded
1323
+ User-Agent:
1324
+ - Ruby
1325
+ response:
1326
+ status:
1327
+ code: 200
1328
+ message: OK
1329
+ headers:
1330
+ Cache-Control:
1331
+ - max-age=0, must-revalidate, no-cache, no-store
1332
+ X-Content-Type-Options:
1333
+ - nosniff
1334
+ Strict-Transport-Security:
1335
+ - max-age=15768000
1336
+ X-Xss-Protection:
1337
+ - 1; mode=block
1338
+ X-Frame-Options:
1339
+ - DENY
1340
+ X-Trello-Version:
1341
+ - 1.823.0
1342
+ X-Trello-Environment:
1343
+ - Production
1344
+ Access-Control-Allow-Origin:
1345
+ - "*"
1346
+ Access-Control-Allow-Methods:
1347
+ - GET, PUT, POST, DELETE
1348
+ Access-Control-Allow-Headers:
1349
+ - Authorization, Accept, Content-Type
1350
+ X-Server-Time:
1351
+ - '1481207906993'
1352
+ Expires:
1353
+ - Thu, 01 Jan 1970 00:00:00
1354
+ Content-Type:
1355
+ - application/json; charset=utf-8
1356
+ Etag:
1357
+ - W/"qJwRkNo5Z1r7V799Op8xww=="
1358
+ Vary:
1359
+ - Accept-Encoding
1360
+ Content-Encoding:
1361
+ - gzip
1362
+ Date:
1363
+ - Thu, 08 Dec 2016 14:38:27 GMT
1364
+ Content-Length:
1365
+ - '684'
1366
+ Connection:
1367
+ - keep-alive
1368
+ body:
1369
+ encoding: ASCII-8BIT
1370
+ string: !binary |-
1371
+ H4sIAAAAAAAAA5VUy27bMBD8FYK5tIVlW7ItybqlTg8BUvThpIc8DhS5solQ
1372
+ pCCSDtrA/96lbNkuCvdxEcjlcma4O6tXKgUt6CyfzlOoqpjFE57M02mWC0hm
1373
+ gg5oycQKLC1e6ca4sBgP6EbCi9Srj1CX0H7DMGJUTFkYUOtLy1tZnoQqsyr9
1374
+ 6gfSIBxfA3++dlAjUnK6XYRVuIX43NQ1aLcjY84xvj7uBQSCxkmjaeFajwzC
1375
+ Ay20V6pbLkzdKHCwF7A9YVk61r3h4QmDytgTlQJPbph1l9zJjXTfUW4yjtMo
1376
+ TqJxfhtPi0lSzJJhlk/v6U4EZtw11rXAatLIBpTUUJC1c40tRqOaST0sjV1H
1377
+ XA55FbGmGeK7Rn2mHVkUxEGpSMNLJGAT4b551I/64oJccg6NY5oDwcc6aCUL
1378
+ J+/I7RpaINISRhbXB1rSeq2xI8StgfS4pPRSiRA1mhjfksq0z+RFunWXtrxb
1379
+ fjjk7qGPgN1dSziW3dgB8aXXzg8I04JYbyFgkU8NaKwofw7S9kW5Yo6d9OJ8
1380
+ WwYUsESqT5DivWFt58UsK1NIYTwW8SSesDQX+BkzGpI6lyhpgxcedratxuNf
1381
+ bZtP6FPIvWElqF1elnMBPM6nkGZZJSZpXpWzbIaQZ47SPQQynR+PaSdpNwV7
1382
+ U0mxXJsW7yTTLOwuD+ZdmA20/Wtrpj1TXeiYcSiM6oW/7qfzvPx/KptmNVad
1383
+ fmayRTeEITTKoBZaKmwe7rGhSJfNt4M/M6b/yXgF6BARnnbkbHyLNjiQpvH2
1384
+ 6agwK8ibyVuyBEd8QxZGc/StPbFlsN1v/kawxoT/SZzM5zH+g0IL7lr0Fu2n
1385
+ EadUKdMNIB/Nv97b5y/MBxF/zxphK6MmiyaRBRf5JuK9rKiXFaGs6DDOB1nb
1386
+ n0isQtBeBQAA
1387
+ http_version:
1388
+ recorded_at: Thu, 08 Dec 2016 14:38:27 GMT
1389
+ - request:
1390
+ method: get
1391
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de262/labels?key=mykey&token=mytoken
1392
+ body:
1393
+ encoding: US-ASCII
1394
+ string: ''
1395
+ headers:
1396
+ Accept:
1397
+ - "*/*; q=0.5, application/xml"
1398
+ Accept-Encoding:
1399
+ - gzip, deflate
1400
+ User-Agent:
1401
+ - Ruby
1402
+ response:
1403
+ status:
1404
+ code: 200
1405
+ message: OK
1406
+ headers:
1407
+ Cache-Control:
1408
+ - max-age=0, must-revalidate, no-cache, no-store
1409
+ X-Content-Type-Options:
1410
+ - nosniff
1411
+ Strict-Transport-Security:
1412
+ - max-age=15768000
1413
+ X-Xss-Protection:
1414
+ - 1; mode=block
1415
+ X-Frame-Options:
1416
+ - DENY
1417
+ X-Trello-Version:
1418
+ - 1.823.0
1419
+ X-Trello-Environment:
1420
+ - Production
1421
+ Access-Control-Allow-Origin:
1422
+ - "*"
1423
+ Access-Control-Allow-Methods:
1424
+ - GET, PUT, POST, DELETE
1425
+ Access-Control-Allow-Headers:
1426
+ - Authorization, Accept, Content-Type
1427
+ X-Server-Time:
1428
+ - '1481207907269'
1429
+ Expires:
1430
+ - Thu, 01 Jan 1970 00:00:00
1431
+ Content-Type:
1432
+ - application/json; charset=utf-8
1433
+ Content-Length:
1434
+ - '115'
1435
+ Etag:
1436
+ - W/"73-43cf8364"
1437
+ Vary:
1438
+ - Accept-Encoding
1439
+ Date:
1440
+ - Thu, 08 Dec 2016 14:38:27 GMT
1441
+ Connection:
1442
+ - keep-alive
1443
+ Set-Cookie:
1444
+ - dsc=cb7a301fd91a37b2ad28ef7b8cb5e37c60e3f924609ccef907c4b6b0f411dfb0; Path=/;
1445
+ Expires=Sun, 11 Dec 2016 14:38:27 GMT; Secure
1446
+ body:
1447
+ encoding: UTF-8
1448
+ string: '[{"id":"578cdec184e677fd368fb575","idBoard":"577b6e6e00d1313a68d3a60a","name":"Pairing","color":"black","uses":79}]'
1449
+ http_version:
1450
+ recorded_at: Thu, 08 Dec 2016 14:38:27 GMT
1451
+ - request:
1452
+ method: put
1453
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de262?key=mykey&token=mytoken
1454
+ body:
1455
+ encoding: ASCII-8BIT
1456
+ string: ''
1457
+ headers:
1458
+ Accept:
1459
+ - "*/*; q=0.5, application/xml"
1460
+ Accept-Encoding:
1461
+ - gzip, deflate
1462
+ Content-Length:
1463
+ - '0'
1464
+ Content-Type:
1465
+ - application/x-www-form-urlencoded
1466
+ User-Agent:
1467
+ - Ruby
1468
+ response:
1469
+ status:
1470
+ code: 200
1471
+ message: OK
1472
+ headers:
1473
+ Cache-Control:
1474
+ - max-age=0, must-revalidate, no-cache, no-store
1475
+ X-Content-Type-Options:
1476
+ - nosniff
1477
+ Strict-Transport-Security:
1478
+ - max-age=15768000
1479
+ X-Xss-Protection:
1480
+ - 1; mode=block
1481
+ X-Frame-Options:
1482
+ - DENY
1483
+ X-Trello-Version:
1484
+ - 1.823.0
1485
+ X-Trello-Environment:
1486
+ - Production
1487
+ Access-Control-Allow-Origin:
1488
+ - "*"
1489
+ Access-Control-Allow-Methods:
1490
+ - GET, PUT, POST, DELETE
1491
+ Access-Control-Allow-Headers:
1492
+ - Authorization, Accept, Content-Type
1493
+ X-Server-Time:
1494
+ - '1481207907867'
1495
+ Expires:
1496
+ - Thu, 01 Jan 1970 00:00:00
1497
+ Content-Type:
1498
+ - application/json; charset=utf-8
1499
+ Etag:
1500
+ - W/"BXgI0xNjOGKyZYEPQ/Wq0Q=="
1501
+ Vary:
1502
+ - Accept-Encoding
1503
+ Content-Encoding:
1504
+ - gzip
1505
+ Date:
1506
+ - Thu, 08 Dec 2016 14:38:27 GMT
1507
+ Content-Length:
1508
+ - '717'
1509
+ Connection:
1510
+ - keep-alive
1511
+ body:
1512
+ encoding: ASCII-8BIT
1513
+ string: !binary |-
1514
+ H4sIAAAAAAAAA41UW2/TMBT+K5Z5AdQsl7ZJ2retgEAaN3XjgW0Pjn2Smjl2
1515
+ ZDudxrT/znHarJ3EBC9R7Byf75Lv+IFKQZd0Xs4WeZ0kKUunPFvks6IUkOUZ
1516
+ ndCKiQYcXT7QrfHhJZnQrYQ7qZvP0FZgf+A29qiZcjChrq8ct7I62qpNU/XN
1517
+ b4TBdnwD/PaThxY7zY+Xq/AWTmF/btoWtN+BMe8Z3xzWAgJA56XRdOltjwii
1518
+ B7rUvVLD68q0nQIPewKPRyhrzwYNVze4qYw7Yinwyzlz/pR7uZX+HulmSZpH
1519
+ aRYl5UU6W06z5Xx6Ms2Tn3RHAitevSKnnEPnmeZAkJYHK9m1vtZvycUGiOlA
1520
+ ry/X78k5sI44ZMBBKSIdqXqpPJGacKM9kxqsI8yRnTh0L3zaeN+5ZRw30m/6
1521
+ 6gRdiZF0L2rTa2Hv48q4TewtQNwicbDDRjSijByE4X1wjwXHCPN/axs4Pu99
1522
+ J29lvLKArkRMR6OQKAh5gohqY6Ozr+uPQVHfBQsF8YZYqBVwP4gUGJTnOvfE
1523
+ LBrGNKmAMOI64JKpQxHBzgf3hj5uQpTRTYRCW9IYNtiIYFJ7aCxCkzsURDxK
1524
+ DvlBrcMx/F5btMf23PeIaWpkiktg7bXe/8l3zLOjAL2cpQmFlkk1FkhxZpgd
1525
+ BqgoqhxySBKRTtMpy0uBj4TRUDREW0kXAnz1wqwtCnoTas9ZBWpXV5RcAE/L
1526
+ GeRFUYtpXtbVvJjv67DdOLhQ18+bzWcD7m4+93GXYr0xFs9k8yysTp/GamW2
1527
+ YEdJLdM9U8PWoeJJvRrZPezvjZc4/qc3mrVoLf3GpMWYhOvBKINcaKUYv8V1
1528
+ 78K4FovHm0NxuSSv8zfkbPi7h5k6jhie7AwezLLFtMBrxgXplxZ/HB3TjwlQ
1529
+ yuyGKv5Sme+/yg9pQPx3VYwWRl0Z5dGQsMM4SB0dcXj8AwoW/l9dBQAA
1530
+ http_version:
1531
+ recorded_at: Thu, 08 Dec 2016 14:38:27 GMT
1532
+ - request:
1533
+ method: get
1534
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de25f/labels?key=mykey&token=mytoken
1535
+ body:
1536
+ encoding: US-ASCII
1537
+ string: ''
1538
+ headers:
1539
+ Accept:
1540
+ - "*/*; q=0.5, application/xml"
1541
+ Accept-Encoding:
1542
+ - gzip, deflate
1543
+ User-Agent:
1544
+ - Ruby
1545
+ response:
1546
+ status:
1547
+ code: 200
1548
+ message: OK
1549
+ headers:
1550
+ Cache-Control:
1551
+ - max-age=0, must-revalidate, no-cache, no-store
1552
+ X-Content-Type-Options:
1553
+ - nosniff
1554
+ Strict-Transport-Security:
1555
+ - max-age=15768000
1556
+ X-Xss-Protection:
1557
+ - 1; mode=block
1558
+ X-Frame-Options:
1559
+ - DENY
1560
+ X-Trello-Version:
1561
+ - 1.823.0
1562
+ X-Trello-Environment:
1563
+ - Production
1564
+ Access-Control-Allow-Origin:
1565
+ - "*"
1566
+ Access-Control-Allow-Methods:
1567
+ - GET, PUT, POST, DELETE
1568
+ Access-Control-Allow-Headers:
1569
+ - Authorization, Accept, Content-Type
1570
+ X-Server-Time:
1571
+ - '1481207908424'
1572
+ Expires:
1573
+ - Thu, 01 Jan 1970 00:00:00
1574
+ Content-Type:
1575
+ - application/json; charset=utf-8
1576
+ Content-Length:
1577
+ - '232'
1578
+ Etag:
1579
+ - W/"e8-784bb6e8"
1580
+ Vary:
1581
+ - Accept-Encoding
1582
+ Date:
1583
+ - Thu, 08 Dec 2016 14:38:28 GMT
1584
+ Connection:
1585
+ - keep-alive
1586
+ Set-Cookie:
1587
+ - dsc=3dce9099179f607f9a9b6400bb5cb0d51f5cca7ad41786b8eea887fa81fe3046; Path=/;
1588
+ Expires=Sun, 11 Dec 2016 14:38:28 GMT; Secure
1589
+ body:
1590
+ encoding: UTF-8
1591
+ string: '[{"id":"578cdec184e677fd368fb575","idBoard":"577b6e6e00d1313a68d3a60a","name":"Pairing","color":"black","uses":79},{"id":"578cdec184e677fd368fb576","idBoard":"577b6e6e00d1313a68d3a60a","name":"Dependent","color":"purple","uses":61}]'
1592
+ http_version:
1593
+ recorded_at: Thu, 08 Dec 2016 14:38:28 GMT
1594
+ - request:
1595
+ method: put
1596
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de25f?key=mykey&token=mytoken
1597
+ body:
1598
+ encoding: ASCII-8BIT
1599
+ string: ''
1600
+ headers:
1601
+ Accept:
1602
+ - "*/*; q=0.5, application/xml"
1603
+ Accept-Encoding:
1604
+ - gzip, deflate
1605
+ Content-Length:
1606
+ - '0'
1607
+ Content-Type:
1608
+ - application/x-www-form-urlencoded
1609
+ User-Agent:
1610
+ - Ruby
1611
+ response:
1612
+ status:
1613
+ code: 200
1614
+ message: OK
1615
+ headers:
1616
+ Cache-Control:
1617
+ - max-age=0, must-revalidate, no-cache, no-store
1618
+ X-Content-Type-Options:
1619
+ - nosniff
1620
+ Strict-Transport-Security:
1621
+ - max-age=15768000
1622
+ X-Xss-Protection:
1623
+ - 1; mode=block
1624
+ X-Frame-Options:
1625
+ - DENY
1626
+ X-Trello-Version:
1627
+ - 1.823.0
1628
+ X-Trello-Environment:
1629
+ - Production
1630
+ Access-Control-Allow-Origin:
1631
+ - "*"
1632
+ Access-Control-Allow-Methods:
1633
+ - GET, PUT, POST, DELETE
1634
+ Access-Control-Allow-Headers:
1635
+ - Authorization, Accept, Content-Type
1636
+ X-Server-Time:
1637
+ - '1481207908981'
1638
+ Expires:
1639
+ - Thu, 01 Jan 1970 00:00:00
1640
+ Content-Type:
1641
+ - application/json; charset=utf-8
1642
+ Etag:
1643
+ - W/"y6qNAwFgAUCRylgHzemBmQ=="
1644
+ Vary:
1645
+ - Accept-Encoding
1646
+ Content-Encoding:
1647
+ - gzip
1648
+ Date:
1649
+ - Thu, 08 Dec 2016 14:38:29 GMT
1650
+ Content-Length:
1651
+ - '642'
1652
+ Connection:
1653
+ - keep-alive
1654
+ body:
1655
+ encoding: ASCII-8BIT
1656
+ string: !binary |-
1657
+ H4sIAAAAAAAAA5VTy27bMBD8FYK5tIVlS5at181xWqBAihZwUhRNcqColU2E
1658
+ IlWRTNAG/vcuZct2C7iPi0ByVzuzs7MvVFS0oPNslid1GEYsivk0T2ZpVsF0
1659
+ XtMRLVm1BkOLF/qkrT+EI/ok4Fmo9QdoSug+4zPWqJk0MKLGlYZ3ojx5qvW6
1660
+ dOsfCIPl+Ab443sLDVaanl6X/uT/wvpcNw0ouwNj1jK+Od4r8ACtFVrRwnYO
1661
+ ESoHtFBOyv641E0rwcKewPYEZWVZ38PdAz5KbU5YVhi5ZsYuuBVPwn5HutMw
1662
+ SoJoGoTZTTQr4mkxj8d5lHylOxKYcdsa2wFrSCtakEJBQTbWtqaYTBom1LjU
1663
+ ZhNwMeZ1wNp2jH1Nhkwz8cGCPZvAlU5ZF5TMmnt1ry4uyIJzaC1THAj2aqET
1664
+ zEfekJsNdECEIewASTqnFE6DXC5uzD7nl6DxkRXRiliMrG5Xb4lBLThIea/2
1665
+ vVwxy04kPK/miAJ2JocEUV1q1vUWStMygQTCsIriKGZJVuEnZNQn9cOVwvgR
1666
+ 3p1xW5bTB597zUqQu7w04xXwKJtBkqZ1FSdZXc7TOZY8E0r2JRBpcDXU9W+u
1667
+ nvWUdubde0FUq43u8J/pLPe3xcFzS/0E3dBtw5Rjsn86ZhyEkQPxl/1Snaf/
1668
+ T7Ip1qDq9BMTHY7X746WGrnQUjL+iHdnvJfTfDv6M2Lyn4hX0IKqfGtHzNZ1
1669
+ aIMDaBJtH44M84K8il+TFVjiWrLUimvXmRMX1rrr7Yn/t9pv/gx1QKWNV/22
1670
+ QzvRYW9wn6TU/arwyfzLfMm+vfvocf+eNcHpBW0exIEBG7g24AOTYGASIJN+
1671
+ 0ej2J1sadrn7BAAA
1672
+ http_version:
1673
+ recorded_at: Thu, 08 Dec 2016 14:38:29 GMT
1674
+ - request:
1675
+ method: get
1676
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de269/labels?key=mykey&token=mytoken
1677
+ body:
1678
+ encoding: US-ASCII
1679
+ string: ''
1680
+ headers:
1681
+ Accept:
1682
+ - "*/*; q=0.5, application/xml"
1683
+ Accept-Encoding:
1684
+ - gzip, deflate
1685
+ User-Agent:
1686
+ - Ruby
1687
+ response:
1688
+ status:
1689
+ code: 200
1690
+ message: OK
1691
+ headers:
1692
+ Cache-Control:
1693
+ - max-age=0, must-revalidate, no-cache, no-store
1694
+ X-Content-Type-Options:
1695
+ - nosniff
1696
+ Strict-Transport-Security:
1697
+ - max-age=15768000
1698
+ X-Xss-Protection:
1699
+ - 1; mode=block
1700
+ X-Frame-Options:
1701
+ - DENY
1702
+ X-Trello-Version:
1703
+ - 1.823.0
1704
+ X-Trello-Environment:
1705
+ - Production
1706
+ Access-Control-Allow-Origin:
1707
+ - "*"
1708
+ Access-Control-Allow-Methods:
1709
+ - GET, PUT, POST, DELETE
1710
+ Access-Control-Allow-Headers:
1711
+ - Authorization, Accept, Content-Type
1712
+ X-Server-Time:
1713
+ - '1481207909220'
1714
+ Expires:
1715
+ - Thu, 01 Jan 1970 00:00:00
1716
+ Content-Type:
1717
+ - application/json; charset=utf-8
1718
+ Content-Length:
1719
+ - '2'
1720
+ Etag:
1721
+ - W/"2-d4cbb29"
1722
+ Vary:
1723
+ - Accept-Encoding
1724
+ Date:
1725
+ - Thu, 08 Dec 2016 14:38:29 GMT
1726
+ Connection:
1727
+ - keep-alive
1728
+ Set-Cookie:
1729
+ - dsc=05104a9dabc48d86c9bc66a6d03f4bd106c43fe8d941c2f75c73fcc201e6e316; Path=/;
1730
+ Expires=Sun, 11 Dec 2016 14:38:29 GMT; Secure
1731
+ body:
1732
+ encoding: UTF-8
1733
+ string: "[]"
1734
+ http_version:
1735
+ recorded_at: Thu, 08 Dec 2016 14:38:29 GMT
1736
+ - request:
1737
+ method: get
1738
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de267/labels?key=mykey&token=mytoken
1739
+ body:
1740
+ encoding: US-ASCII
1741
+ string: ''
1742
+ headers:
1743
+ Accept:
1744
+ - "*/*; q=0.5, application/xml"
1745
+ Accept-Encoding:
1746
+ - gzip, deflate
1747
+ User-Agent:
1748
+ - Ruby
1749
+ response:
1750
+ status:
1751
+ code: 200
1752
+ message: OK
1753
+ headers:
1754
+ Cache-Control:
1755
+ - max-age=0, must-revalidate, no-cache, no-store
1756
+ X-Content-Type-Options:
1757
+ - nosniff
1758
+ Strict-Transport-Security:
1759
+ - max-age=15768000
1760
+ X-Xss-Protection:
1761
+ - 1; mode=block
1762
+ X-Frame-Options:
1763
+ - DENY
1764
+ X-Trello-Version:
1765
+ - 1.823.0
1766
+ X-Trello-Environment:
1767
+ - Production
1768
+ Access-Control-Allow-Origin:
1769
+ - "*"
1770
+ Access-Control-Allow-Methods:
1771
+ - GET, PUT, POST, DELETE
1772
+ Access-Control-Allow-Headers:
1773
+ - Authorization, Accept, Content-Type
1774
+ X-Server-Time:
1775
+ - '1481207909460'
1776
+ Expires:
1777
+ - Thu, 01 Jan 1970 00:00:00
1778
+ Content-Type:
1779
+ - application/json; charset=utf-8
1780
+ Content-Length:
1781
+ - '2'
1782
+ Etag:
1783
+ - W/"2-d4cbb29"
1784
+ Vary:
1785
+ - Accept-Encoding
1786
+ Date:
1787
+ - Thu, 08 Dec 2016 14:38:29 GMT
1788
+ Connection:
1789
+ - keep-alive
1790
+ Set-Cookie:
1791
+ - dsc=1af7d1feb1e1f58e049f0f47b0f0f7a6b3a45b8aa1e2a716aaafd07b51b94818; Path=/;
1792
+ Expires=Sun, 11 Dec 2016 14:38:29 GMT; Secure
1793
+ body:
1794
+ encoding: UTF-8
1795
+ string: "[]"
1796
+ http_version:
1797
+ recorded_at: Thu, 08 Dec 2016 14:38:29 GMT
1798
+ - request:
1799
+ method: put
1800
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de267?key=mykey&token=mytoken
1801
+ body:
1802
+ encoding: ASCII-8BIT
1803
+ string: ''
1804
+ headers:
1805
+ Accept:
1806
+ - "*/*; q=0.5, application/xml"
1807
+ Accept-Encoding:
1808
+ - gzip, deflate
1809
+ Content-Length:
1810
+ - '0'
1811
+ Content-Type:
1812
+ - application/x-www-form-urlencoded
1813
+ User-Agent:
1814
+ - Ruby
1815
+ response:
1816
+ status:
1817
+ code: 200
1818
+ message: OK
1819
+ headers:
1820
+ Cache-Control:
1821
+ - max-age=0, must-revalidate, no-cache, no-store
1822
+ X-Content-Type-Options:
1823
+ - nosniff
1824
+ Strict-Transport-Security:
1825
+ - max-age=15768000
1826
+ X-Xss-Protection:
1827
+ - 1; mode=block
1828
+ X-Frame-Options:
1829
+ - DENY
1830
+ X-Trello-Version:
1831
+ - 1.823.0
1832
+ X-Trello-Environment:
1833
+ - Production
1834
+ Access-Control-Allow-Origin:
1835
+ - "*"
1836
+ Access-Control-Allow-Methods:
1837
+ - GET, PUT, POST, DELETE
1838
+ Access-Control-Allow-Headers:
1839
+ - Authorization, Accept, Content-Type
1840
+ X-Server-Time:
1841
+ - '1481207909695'
1842
+ Expires:
1843
+ - Thu, 01 Jan 1970 00:00:00
1844
+ Content-Type:
1845
+ - application/json; charset=utf-8
1846
+ Content-Length:
1847
+ - '713'
1848
+ Etag:
1849
+ - W/"2c9-15d4928a"
1850
+ Vary:
1851
+ - Accept-Encoding
1852
+ Date:
1853
+ - Thu, 08 Dec 2016 14:38:29 GMT
1854
+ Connection:
1855
+ - keep-alive
1856
+ body:
1857
+ encoding: UTF-8
1858
+ string: '{"id":"58496f001a13c296478de267","badges":{"votes":0,"viewingMemberVoted":false,"subscribed":false,"fogbugz":"","checkItems":0,"checkItemsChecked":0,"comments":0,"attachments":0,"description":false,"due":null,"dueComplete":false},"checkItemStates":[],"closed":false,"dateLastActivity":"2016-12-08T14:32:54.684Z","desc":"","descData":null,"due":null,"dueComplete":false,"email":null,"idBoard":"577b6e6e00d1313a68d3a60a","idChecklists":[],"idLabels":[],"idList":"58496eff1a13c296478de254","idMembers":[],"idShort":256,"idAttachmentCover":null,"manualCoverAttachment":false,"labels":[],"name":"P10:
1859
+ seabed","pos":253951,"shortUrl":"https://trello.com/c/rpBkCjeo","url":"https://trello.com/c/rpBkCjeo/256-p10-seabed"}'
1860
+ http_version:
1861
+ recorded_at: Thu, 08 Dec 2016 14:38:29 GMT
1862
+ - request:
1863
+ method: get
1864
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de263/labels?key=mykey&token=mytoken
1865
+ body:
1866
+ encoding: US-ASCII
1867
+ string: ''
1868
+ headers:
1869
+ Accept:
1870
+ - "*/*; q=0.5, application/xml"
1871
+ Accept-Encoding:
1872
+ - gzip, deflate
1873
+ User-Agent:
1874
+ - Ruby
1875
+ response:
1876
+ status:
1877
+ code: 200
1878
+ message: OK
1879
+ headers:
1880
+ Cache-Control:
1881
+ - max-age=0, must-revalidate, no-cache, no-store
1882
+ X-Content-Type-Options:
1883
+ - nosniff
1884
+ Strict-Transport-Security:
1885
+ - max-age=15768000
1886
+ X-Xss-Protection:
1887
+ - 1; mode=block
1888
+ X-Frame-Options:
1889
+ - DENY
1890
+ X-Trello-Version:
1891
+ - 1.823.0
1892
+ X-Trello-Environment:
1893
+ - Production
1894
+ Access-Control-Allow-Origin:
1895
+ - "*"
1896
+ Access-Control-Allow-Methods:
1897
+ - GET, PUT, POST, DELETE
1898
+ Access-Control-Allow-Headers:
1899
+ - Authorization, Accept, Content-Type
1900
+ X-Server-Time:
1901
+ - '1481207909932'
1902
+ Expires:
1903
+ - Thu, 01 Jan 1970 00:00:00
1904
+ Content-Type:
1905
+ - application/json; charset=utf-8
1906
+ Content-Length:
1907
+ - '232'
1908
+ Etag:
1909
+ - W/"e8-784bb6e8"
1910
+ Vary:
1911
+ - Accept-Encoding
1912
+ Date:
1913
+ - Thu, 08 Dec 2016 14:38:29 GMT
1914
+ Connection:
1915
+ - keep-alive
1916
+ Set-Cookie:
1917
+ - dsc=5929c459f3fc2236af39e2c5188022c86e9a164e51639cdd0f0a7debed602be1; Path=/;
1918
+ Expires=Sun, 11 Dec 2016 14:38:29 GMT; Secure
1919
+ body:
1920
+ encoding: UTF-8
1921
+ string: '[{"id":"578cdec184e677fd368fb575","idBoard":"577b6e6e00d1313a68d3a60a","name":"Pairing","color":"black","uses":79},{"id":"578cdec184e677fd368fb576","idBoard":"577b6e6e00d1313a68d3a60a","name":"Dependent","color":"purple","uses":61}]'
1922
+ http_version:
1923
+ recorded_at: Thu, 08 Dec 2016 14:38:29 GMT
1924
+ - request:
1925
+ method: put
1926
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de263?key=mykey&token=mytoken
1927
+ body:
1928
+ encoding: ASCII-8BIT
1929
+ string: ''
1930
+ headers:
1931
+ Accept:
1932
+ - "*/*; q=0.5, application/xml"
1933
+ Accept-Encoding:
1934
+ - gzip, deflate
1935
+ Content-Length:
1936
+ - '0'
1937
+ Content-Type:
1938
+ - application/x-www-form-urlencoded
1939
+ User-Agent:
1940
+ - Ruby
1941
+ response:
1942
+ status:
1943
+ code: 200
1944
+ message: OK
1945
+ headers:
1946
+ Cache-Control:
1947
+ - max-age=0, must-revalidate, no-cache, no-store
1948
+ X-Content-Type-Options:
1949
+ - nosniff
1950
+ Strict-Transport-Security:
1951
+ - max-age=15768000
1952
+ X-Xss-Protection:
1953
+ - 1; mode=block
1954
+ X-Frame-Options:
1955
+ - DENY
1956
+ X-Trello-Version:
1957
+ - 1.823.0
1958
+ X-Trello-Environment:
1959
+ - Production
1960
+ Access-Control-Allow-Origin:
1961
+ - "*"
1962
+ Access-Control-Allow-Methods:
1963
+ - GET, PUT, POST, DELETE
1964
+ Access-Control-Allow-Headers:
1965
+ - Authorization, Accept, Content-Type
1966
+ X-Server-Time:
1967
+ - '1481207910210'
1968
+ Expires:
1969
+ - Thu, 01 Jan 1970 00:00:00
1970
+ Content-Type:
1971
+ - application/json; charset=utf-8
1972
+ Etag:
1973
+ - W/"fYHp+vGm88jKVly4gy+rmQ=="
1974
+ Vary:
1975
+ - Accept-Encoding
1976
+ Content-Encoding:
1977
+ - gzip
1978
+ Date:
1979
+ - Thu, 08 Dec 2016 14:38:30 GMT
1980
+ Content-Length:
1981
+ - '641'
1982
+ Connection:
1983
+ - keep-alive
1984
+ body:
1985
+ encoding: ASCII-8BIT
1986
+ string: !binary |-
1987
+ H4sIAAAAAAAAA5VTy27bMBD8FYK5tIVl62FJtm6O00OAFCjgpIcmOVDUyiZC
1988
+ kQJJOUgD/3uXsmU7B/dxEUjuaGd2d/adiooWNJ1N51kdhhGLEh7Ps2k+qyDO
1989
+ EjqiJavWYGnxTrfa+UM4olsBr0Ktv0FTgvmBz5ijZtLCiNqutNyI8uyp1uuy
1990
+ W/9CGkzHN8Bfbh00mCk+vy79yf+F+bluGlBuT8acY3xzulfgCVontKKFMx0y
1991
+ VB3QQnVS9selbloJDg4CdmcsK8f6Gh6f8VFqe6aywsgds27BndgK94Zy4zDK
1992
+ gigOwtl9NC2SuEjTcZxnP+leBCIeWusMsIa0ogUpFBRk41xri8mkYUKNS203
1993
+ ARdjXgesbcdY12RA2okPFuzVBl3ZKdcFJXP2ST2pqyuy4BxaxxQHgrU6MIL5
1994
+ yBdyvwEDRFjCjpTEdErhNMj14t4eMB+C1kdWRCviMLJ6WH0lFnvBQcondajl
1995
+ hjl21sLL3RxRwMrkABDVtWamt1CelxlkEIZVlEQJy2YVfkJGPagfrhTWj/Dx
1996
+ gtvmIX322DtWgtzj8hmvgEezKWR5XldJNqvLNE8x5YVQdkiBTIOroa4/8qTT
1997
+ XtLevAcviGq10Qb/idPE3xZHzy31FsxQbcNUx2T/dEIcGyMH4e+Hpbos/5/a
1998
+ pliDXaffmTA4Xr87WmrUQkvJ+AveO+u9nM93oz8zZv/JeAMtqMqXduJsO4M2
1999
+ OJJm0e75pDCKCvIp+UxW4EjXkqVWXHfGntmw1qb3JyZotV/9LI6m2Grr2/5g
2000
+ 0E90WBxcKCl1vyt88mZuTGZvY0/8d9QExxe0URQkgQUXdG3ABynBICVAKf2q
2001
+ 0d1vQlI0Nv0EAAA=
2002
+ http_version:
2003
+ recorded_at: Thu, 08 Dec 2016 14:38:30 GMT
2004
+ - request:
2005
+ method: get
2006
+ uri: https://api.trello.com/1/cards/58496eff1a13c296478de258/labels?key=mykey&token=mytoken
2007
+ body:
2008
+ encoding: US-ASCII
2009
+ string: ''
2010
+ headers:
2011
+ Accept:
2012
+ - "*/*; q=0.5, application/xml"
2013
+ Accept-Encoding:
2014
+ - gzip, deflate
2015
+ User-Agent:
2016
+ - Ruby
2017
+ response:
2018
+ status:
2019
+ code: 200
2020
+ message: OK
2021
+ headers:
2022
+ Cache-Control:
2023
+ - max-age=0, must-revalidate, no-cache, no-store
2024
+ X-Content-Type-Options:
2025
+ - nosniff
2026
+ Strict-Transport-Security:
2027
+ - max-age=15768000
2028
+ X-Xss-Protection:
2029
+ - 1; mode=block
2030
+ X-Frame-Options:
2031
+ - DENY
2032
+ X-Trello-Version:
2033
+ - 1.823.0
2034
+ X-Trello-Environment:
2035
+ - Production
2036
+ Access-Control-Allow-Origin:
2037
+ - "*"
2038
+ Access-Control-Allow-Methods:
2039
+ - GET, PUT, POST, DELETE
2040
+ Access-Control-Allow-Headers:
2041
+ - Authorization, Accept, Content-Type
2042
+ X-Server-Time:
2043
+ - '1481207910461'
2044
+ Expires:
2045
+ - Thu, 01 Jan 1970 00:00:00
2046
+ Content-Type:
2047
+ - application/json; charset=utf-8
2048
+ Content-Length:
2049
+ - '109'
2050
+ Etag:
2051
+ - W/"6d-f9b6b933"
2052
+ Vary:
2053
+ - Accept-Encoding
2054
+ Date:
2055
+ - Thu, 08 Dec 2016 14:38:30 GMT
2056
+ Connection:
2057
+ - keep-alive
2058
+ Set-Cookie:
2059
+ - dsc=86ba863d2a4c8a2271a85ba12f1c29d6224bed65b9f13a81c7771fae56d4f99e; Path=/;
2060
+ Expires=Sun, 11 Dec 2016 14:38:30 GMT; Secure
2061
+ body:
2062
+ encoding: UTF-8
2063
+ string: '[{"id":"577b6e6e84e677fd3664053e","idBoard":"577b6e6e00d1313a68d3a60a","name":"","color":"orange","uses":12}]'
2064
+ http_version:
2065
+ recorded_at: Thu, 08 Dec 2016 14:38:30 GMT
2066
+ - request:
2067
+ method: put
2068
+ uri: https://api.trello.com/1/cards/58496eff1a13c296478de258?key=mykey&token=mytoken
2069
+ body:
2070
+ encoding: ASCII-8BIT
2071
+ string: ''
2072
+ headers:
2073
+ Accept:
2074
+ - "*/*; q=0.5, application/xml"
2075
+ Accept-Encoding:
2076
+ - gzip, deflate
2077
+ Content-Length:
2078
+ - '0'
2079
+ Content-Type:
2080
+ - application/x-www-form-urlencoded
2081
+ User-Agent:
2082
+ - Ruby
2083
+ response:
2084
+ status:
2085
+ code: 200
2086
+ message: OK
2087
+ headers:
2088
+ Cache-Control:
2089
+ - max-age=0, must-revalidate, no-cache, no-store
2090
+ X-Content-Type-Options:
2091
+ - nosniff
2092
+ Strict-Transport-Security:
2093
+ - max-age=15768000
2094
+ X-Xss-Protection:
2095
+ - 1; mode=block
2096
+ X-Frame-Options:
2097
+ - DENY
2098
+ X-Trello-Version:
2099
+ - 1.823.0
2100
+ X-Trello-Environment:
2101
+ - Production
2102
+ Access-Control-Allow-Origin:
2103
+ - "*"
2104
+ Access-Control-Allow-Methods:
2105
+ - GET, PUT, POST, DELETE
2106
+ Access-Control-Allow-Headers:
2107
+ - Authorization, Accept, Content-Type
2108
+ X-Server-Time:
2109
+ - '1481207910723'
2110
+ Expires:
2111
+ - Thu, 01 Jan 1970 00:00:00
2112
+ Content-Type:
2113
+ - application/json; charset=utf-8
2114
+ Content-Length:
2115
+ - '876'
2116
+ Etag:
2117
+ - W/"36c-d18f07bb"
2118
+ Vary:
2119
+ - Accept-Encoding
2120
+ Date:
2121
+ - Thu, 08 Dec 2016 14:38:30 GMT
2122
+ Connection:
2123
+ - keep-alive
2124
+ body:
2125
+ encoding: UTF-8
2126
+ string: '{"id":"58496eff1a13c296478de258","badges":{"votes":0,"viewingMemberVoted":false,"subscribed":false,"fogbugz":"","checkItems":0,"checkItemsChecked":0,"comments":0,"attachments":0,"description":false,"due":null,"dueComplete":false},"checkItemStates":[],"closed":false,"dateLastActivity":"2016-12-08T14:32:55.860Z","desc":"","descData":null,"due":null,"dueComplete":false,"email":null,"idBoard":"577b6e6e00d1313a68d3a60a","idChecklists":[],"idLabels":["577b6e6e84e677fd3664053e"],"idList":"58496eff1a13c296478de254","idMembers":[],"idShort":242,"idAttachmentCover":null,"manualCoverAttachment":false,"labels":[{"id":"577b6e6e84e677fd3664053e","idBoard":"577b6e6e00d1313a68d3a60a","name":"","color":"orange","uses":12}],"name":"P12:
2127
+ Bike Shedding Feature","pos":294911,"shortUrl":"https://trello.com/c/9bMmWYGD","url":"https://trello.com/c/9bMmWYGD/242-p12-bike-shedding-feature"}'
2128
+ http_version:
2129
+ recorded_at: Thu, 08 Dec 2016 14:38:30 GMT
2130
+ - request:
2131
+ method: get
2132
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de26a/labels?key=mykey&token=mytoken
2133
+ body:
2134
+ encoding: US-ASCII
2135
+ string: ''
2136
+ headers:
2137
+ Accept:
2138
+ - "*/*; q=0.5, application/xml"
2139
+ Accept-Encoding:
2140
+ - gzip, deflate
2141
+ User-Agent:
2142
+ - Ruby
2143
+ response:
2144
+ status:
2145
+ code: 200
2146
+ message: OK
2147
+ headers:
2148
+ Cache-Control:
2149
+ - max-age=0, must-revalidate, no-cache, no-store
2150
+ X-Content-Type-Options:
2151
+ - nosniff
2152
+ Strict-Transport-Security:
2153
+ - max-age=15768000
2154
+ X-Xss-Protection:
2155
+ - 1; mode=block
2156
+ X-Frame-Options:
2157
+ - DENY
2158
+ X-Trello-Version:
2159
+ - 1.823.0
2160
+ X-Trello-Environment:
2161
+ - Production
2162
+ Access-Control-Allow-Origin:
2163
+ - "*"
2164
+ Access-Control-Allow-Methods:
2165
+ - GET, PUT, POST, DELETE
2166
+ Access-Control-Allow-Headers:
2167
+ - Authorization, Accept, Content-Type
2168
+ X-Server-Time:
2169
+ - '1481207910956'
2170
+ Expires:
2171
+ - Thu, 01 Jan 1970 00:00:00
2172
+ Content-Type:
2173
+ - application/json; charset=utf-8
2174
+ Content-Length:
2175
+ - '113'
2176
+ Etag:
2177
+ - W/"71-ec2be7ab"
2178
+ Vary:
2179
+ - Accept-Encoding
2180
+ Date:
2181
+ - Thu, 08 Dec 2016 14:38:31 GMT
2182
+ Connection:
2183
+ - keep-alive
2184
+ Set-Cookie:
2185
+ - dsc=f471491ef168d747fd63320759386e7a0c7c9b54d7f82b5dbc675aeee8639d4b; Path=/;
2186
+ Expires=Sun, 11 Dec 2016 14:38:30 GMT; Secure
2187
+ body:
2188
+ encoding: UTF-8
2189
+ string: '[{"id":"57a7880484e677fd36d48c0b","idBoard":"577b6e6e00d1313a68d3a60a","name":"Sticky","color":"blue","uses":12}]'
2190
+ http_version:
2191
+ recorded_at: Thu, 08 Dec 2016 14:38:31 GMT
2192
+ - request:
2193
+ method: get
2194
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de25e/labels?key=mykey&token=mytoken
2195
+ body:
2196
+ encoding: US-ASCII
2197
+ string: ''
2198
+ headers:
2199
+ Accept:
2200
+ - "*/*; q=0.5, application/xml"
2201
+ Accept-Encoding:
2202
+ - gzip, deflate
2203
+ User-Agent:
2204
+ - Ruby
2205
+ response:
2206
+ status:
2207
+ code: 200
2208
+ message: OK
2209
+ headers:
2210
+ Cache-Control:
2211
+ - max-age=0, must-revalidate, no-cache, no-store
2212
+ X-Content-Type-Options:
2213
+ - nosniff
2214
+ Strict-Transport-Security:
2215
+ - max-age=15768000
2216
+ X-Xss-Protection:
2217
+ - 1; mode=block
2218
+ X-Frame-Options:
2219
+ - DENY
2220
+ X-Trello-Version:
2221
+ - 1.823.0
2222
+ X-Trello-Environment:
2223
+ - Production
2224
+ Access-Control-Allow-Origin:
2225
+ - "*"
2226
+ Access-Control-Allow-Methods:
2227
+ - GET, PUT, POST, DELETE
2228
+ Access-Control-Allow-Headers:
2229
+ - Authorization, Accept, Content-Type
2230
+ X-Server-Time:
2231
+ - '1481207911194'
2232
+ Expires:
2233
+ - Thu, 01 Jan 1970 00:00:00
2234
+ Content-Type:
2235
+ - application/json; charset=utf-8
2236
+ Content-Length:
2237
+ - '232'
2238
+ Etag:
2239
+ - W/"e8-784bb6e8"
2240
+ Vary:
2241
+ - Accept-Encoding
2242
+ Date:
2243
+ - Thu, 08 Dec 2016 14:38:31 GMT
2244
+ Connection:
2245
+ - keep-alive
2246
+ Set-Cookie:
2247
+ - dsc=f981c839b9d3f920986825008d1e73b8edabe510860c3b27cc6033bd413b3466; Path=/;
2248
+ Expires=Sun, 11 Dec 2016 14:38:31 GMT; Secure
2249
+ body:
2250
+ encoding: UTF-8
2251
+ string: '[{"id":"578cdec184e677fd368fb575","idBoard":"577b6e6e00d1313a68d3a60a","name":"Pairing","color":"black","uses":79},{"id":"578cdec184e677fd368fb576","idBoard":"577b6e6e00d1313a68d3a60a","name":"Dependent","color":"purple","uses":61}]'
2252
+ http_version:
2253
+ recorded_at: Thu, 08 Dec 2016 14:38:31 GMT
2254
+ - request:
2255
+ method: put
2256
+ uri: https://api.trello.com/1/cards/58496f001a13c296478de25e?key=mykey&token=mytoken
2257
+ body:
2258
+ encoding: ASCII-8BIT
2259
+ string: ''
2260
+ headers:
2261
+ Accept:
2262
+ - "*/*; q=0.5, application/xml"
2263
+ Accept-Encoding:
2264
+ - gzip, deflate
2265
+ Content-Length:
2266
+ - '0'
2267
+ Content-Type:
2268
+ - application/x-www-form-urlencoded
2269
+ User-Agent:
2270
+ - Ruby
2271
+ response:
2272
+ status:
2273
+ code: 200
2274
+ message: OK
2275
+ headers:
2276
+ Cache-Control:
2277
+ - max-age=0, must-revalidate, no-cache, no-store
2278
+ X-Content-Type-Options:
2279
+ - nosniff
2280
+ Strict-Transport-Security:
2281
+ - max-age=15768000
2282
+ X-Xss-Protection:
2283
+ - 1; mode=block
2284
+ X-Frame-Options:
2285
+ - DENY
2286
+ X-Trello-Version:
2287
+ - 1.823.0
2288
+ X-Trello-Environment:
2289
+ - Production
2290
+ Access-Control-Allow-Origin:
2291
+ - "*"
2292
+ Access-Control-Allow-Methods:
2293
+ - GET, PUT, POST, DELETE
2294
+ Access-Control-Allow-Headers:
2295
+ - Authorization, Accept, Content-Type
2296
+ X-Server-Time:
2297
+ - '1481207911478'
2298
+ Expires:
2299
+ - Thu, 01 Jan 1970 00:00:00
2300
+ Content-Type:
2301
+ - application/json; charset=utf-8
2302
+ Etag:
2303
+ - W/"yXXoGVyOiGbyYP4hNmIoxw=="
2304
+ Vary:
2305
+ - Accept-Encoding
2306
+ Content-Encoding:
2307
+ - gzip
2308
+ Date:
2309
+ - Thu, 08 Dec 2016 14:38:31 GMT
2310
+ Content-Length:
2311
+ - '678'
2312
+ Connection:
2313
+ - keep-alive
2314
+ body:
2315
+ encoding: ASCII-8BIT
2316
+ string: !binary |-
2317
+ H4sIAAAAAAAAA5VU22rbQBD9lWXz0hbLlixbkvWWOoUGElpwUmiTPKxWI2vJ
2318
+ alfsxaEN/veOZMs2AfcCxuxl9pwzM2f0SkVJczrPZoukCsOIRTGfLpJZmpUw
2319
+ nQMd0YKVa7A0f6Ub7bpFOKIbAS9CrW+hKcB8w2PEqJi0MKLWF5YbUZwcVXpd
2320
+ +PUvpEE4XgN/vnbQINL0dLvsVt0rxOe6aUC5HRlzjvH6uC+hI2id0Irmznhk
2321
+ KD3QXHkp++VSN60EB3sB2xOWlWN9Dg9PeCi1PVFZ4s0Ns+6SO7ER7ifKnYZR
2322
+ EkTTIMzuolkeT/E3TufhD7oTgRH3rXUGWENa0YIUCnJSO9fafDJpmFDjQts6
2323
+ 4GLMq4C17RjzmgyRdtJd5toGomFreFSP6uKCXHIOrWOKA8EkHRjBupsP5K4G
2324
+ A0RYwsjy+kBHjFcKO0FcDeTLivRQpPBClt2pVkR7QyptnsmLcHUftrpffSIW
2325
+ i8FByj30EbB/awnHcms7Ir7wyvkRYaok1luUuU/+ijl2UvPz5R9RwFLIIUCU
2326
+ HzUzvefStEgggTAsoziKWZKV+Bcy2gX1bpDCdj1/OGPPLKFPXewNK0Du4tKM
2327
+ l8CjbAZJmlZlnGRVMU/nCHnmaoBApmEMoKrejMGsl7Rz+948olzV2uCb6Szr
2328
+ dpcHky71BsyQbcOUZ7I/OkYcCiMH4a/7KTwv/5/KpliDVadfmTDY/W7YtNSo
2329
+ hRaS8WfcYwORLl1sR39mTP6T8QpaUGWX2pGz9QZtcCBNou3TUWEU5+Rd/J6s
2330
+ wBHfkqVWHI1qT3yIniXavjE0orUaweJpmqQL/Nh0Pbg3aC46jB2Oo5S6nzQ+
2331
+ uY3M91jNPncq/h41wV4GbRQHcWDBBb4N+KArGHQFqCsYZjY46Nr+BkrfF/1I
2332
+ BQAA
2333
+ http_version:
2334
+ recorded_at: Thu, 08 Dec 2016 14:38:31 GMT
2335
+ recorded_with: VCR 3.0.3