redbooth-ruby 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +7 -0
  2. data/spec/cassettes/Redbooth_Me/_initialize/.yml +48 -0
  3. data/spec/cassettes/Redbooth_Me/_show/.yml +48 -0
  4. data/spec/cassettes/Redbooth_Me/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_user.yml +48 -0
  5. data/spec/cassettes/Redbooth_Me/_update/.yml +97 -0
  6. data/spec/cassettes/Redbooth_Me/_update/integration/.yml +97 -0
  7. data/spec/cassettes/Redbooth_Organization/_create/.yml +47 -0
  8. data/spec/cassettes/Redbooth_Organization/_create/makes_a_new_POST_request_using_the_correct_API_endpoint_to_create_a_specific_organization.yml +47 -0
  9. data/spec/cassettes/Redbooth_Organization/_delete/makes_a_new_DELETE_request_using_the_correct_API_endpoint_to_delete_a_specific_organization.yml +123 -0
  10. data/spec/cassettes/Redbooth_Organization/_index/.yml +58 -0
  11. data/spec/cassettes/Redbooth_Organization/_index/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_organization.yml +58 -0
  12. data/spec/cassettes/Redbooth_Organization/_initialize/.yml +64 -0
  13. data/spec/cassettes/Redbooth_Organization/_show/.yml +64 -0
  14. data/spec/cassettes/Redbooth_Organization/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_organization.yml +64 -0
  15. data/spec/cassettes/Redbooth_Organization/_update/.yml +48 -0
  16. data/spec/cassettes/Redbooth_Organization/_update/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_organization.yml +48 -0
  17. data/spec/cassettes/Redbooth_Person/_create/integration/.yml +83 -0
  18. data/spec/cassettes/Redbooth_Person/_create/makes_a_new_POST_request_using_the_correct_API_endpoint_to_create_a_specific_person.yml +83 -0
  19. data/spec/cassettes/Redbooth_Person/_delete/makes_a_new_DELETE_request_using_the_correct_API_endpoint_to_delete_a_specific_person.yml +83 -0
  20. data/spec/cassettes/Redbooth_Person/_index/.yml +127 -0
  21. data/spec/cassettes/Redbooth_Person/_index/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_person.yml +54 -0
  22. data/spec/cassettes/Redbooth_Person/_initialize/.yml +117 -0
  23. data/spec/cassettes/Redbooth_Person/_show/.yml +117 -0
  24. data/spec/cassettes/Redbooth_Person/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_person.yml +44 -0
  25. data/spec/cassettes/Redbooth_Person/_update/.yml +163 -0
  26. data/spec/cassettes/Redbooth_Person/_update/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_person.yml +294 -0
  27. data/spec/cassettes/Redbooth_Project/_create/.yml +47 -0
  28. data/spec/cassettes/Redbooth_Project/_create/makes_a_new_POST_request_using_the_correct_API_endpoint_to_create_a_specific_project.yml +47 -0
  29. data/spec/cassettes/Redbooth_Project/_delete/makes_a_new_DELETE_request_using_the_correct_API_endpoint_to_delete_a_specific_project.yml +2296 -0
  30. data/spec/cassettes/Redbooth_Project/_index/.yml +62 -0
  31. data/spec/cassettes/Redbooth_Project/_index/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_project.yml +62 -0
  32. data/spec/cassettes/Redbooth_Project/_initialize/.yml +44 -0
  33. data/spec/cassettes/Redbooth_Project/_show/.yml +44 -0
  34. data/spec/cassettes/Redbooth_Project/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_project.yml +44 -0
  35. data/spec/cassettes/Redbooth_Project/_update/.yml +47 -0
  36. data/spec/cassettes/Redbooth_Project/_update/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_project.yml +47 -0
  37. data/spec/cassettes/Redbooth_Request_Collection/_all/.yml +59 -0
  38. data/spec/cassettes/Redbooth_Request_Collection/_count/.yml +59 -0
  39. data/spec/cassettes/Redbooth_Request_Collection/_current_page/.yml +59 -0
  40. data/spec/cassettes/Redbooth_Request_Collection/_current_page/where_endpoint_is_not_paginated/.yml +59 -0
  41. data/spec/cassettes/Redbooth_Request_Collection/_initialize/.yml +59 -0
  42. data/spec/cassettes/Redbooth_Request_Collection/_next_page/.yml +106 -0
  43. data/spec/cassettes/Redbooth_Request_Collection/_next_page/where_endpoint_is_not_paginated/.yml +59 -0
  44. data/spec/cassettes/Redbooth_Request_Collection/_next_page/where_is_the_last_page/.yml +59 -0
  45. data/spec/cassettes/Redbooth_Request_Collection/_per_page/.yml +59 -0
  46. data/spec/cassettes/Redbooth_Request_Collection/_per_page/where_endpoint_is_not_paginated/.yml +59 -0
  47. data/spec/cassettes/Redbooth_Request_Collection/_prev_page/.yml +115 -0
  48. data/spec/cassettes/Redbooth_Request_Collection/_prev_page/where_endpoint_is_not_paginated/.yml +59 -0
  49. data/spec/cassettes/Redbooth_Request_Collection/_prev_page/where_is_the_first_page/.yml +159 -0
  50. data/spec/cassettes/Redbooth_Request_Collection/_total_pages/.yml +59 -0
  51. data/spec/cassettes/Redbooth_Request_Collection/_total_pages/where_endpoint_is_not_paginated/.yml +59 -0
  52. data/spec/cassettes/Redbooth_Task/_create/.yml +47 -0
  53. data/spec/cassettes/Redbooth_Task/_create/makes_a_new_POST_request_using_the_correct_API_endpoint_to_create_a_specific_task.yml +47 -0
  54. data/spec/cassettes/Redbooth_Task/_delete/makes_a_new_DELETE_request_using_the_correct_API_endpoint_to_delete_a_specific_task.yml +84 -0
  55. data/spec/cassettes/Redbooth_Task/_index/.yml +1037 -0
  56. data/spec/cassettes/Redbooth_Task/_index/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +437 -0
  57. data/spec/cassettes/Redbooth_Task/_initialize/.yml +47 -0
  58. data/spec/cassettes/Redbooth_Task/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +47 -0
  59. data/spec/cassettes/Redbooth_Task/_show/returns_a_task_with_the_correct_assigned_id.yml +47 -0
  60. data/spec/cassettes/Redbooth_Task/_show/returns_a_task_with_the_correct_id.yml +47 -0
  61. data/spec/cassettes/Redbooth_Task/_show/returns_a_task_with_the_correct_name.yml +47 -0
  62. data/spec/cassettes/Redbooth_Task/_show/returns_a_task_with_the_correct_project_id.yml +47 -0
  63. data/spec/cassettes/Redbooth_Task/_update/.yml +47 -0
  64. data/spec/cassettes/Redbooth_Task/_update/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +47 -0
  65. data/spec/cassettes/Redbooth_User/_create/.yml +84 -0
  66. data/spec/cassettes/Redbooth_User/_create/makes_a_new_POST_request_using_the_correct_API_endpoint_to_create_a_specific_task.yml +47 -0
  67. data/spec/cassettes/Redbooth_User/_create/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +47 -0
  68. data/spec/cassettes/Redbooth_User/_create/name/.yml +47 -0
  69. data/spec/cassettes/Redbooth_User/_create/project_id/.yml +47 -0
  70. data/spec/cassettes/Redbooth_User/_create/task_list_id/.yml +47 -0
  71. data/spec/cassettes/Redbooth_User/_delete/makes_a_new_DELETE_request_using_the_correct_API_endpoint_to_delete_a_specific_task.yml +84 -0
  72. data/spec/cassettes/Redbooth_User/_index/.yml +413 -0
  73. data/spec/cassettes/Redbooth_User/_index/class/.yml +400 -0
  74. data/spec/cassettes/Redbooth_User/_index/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +400 -0
  75. data/spec/cassettes/Redbooth_User/_initialize/.yml +88 -0
  76. data/spec/cassettes/Redbooth_User/_initialize/assigned_id/.yml +47 -0
  77. data/spec/cassettes/Redbooth_User/_initialize/description/.yml +47 -0
  78. data/spec/cassettes/Redbooth_User/_initialize/due_on/.yml +47 -0
  79. data/spec/cassettes/Redbooth_User/_initialize/id/.yml +47 -0
  80. data/spec/cassettes/Redbooth_User/_initialize/initializes_all_attributes_correctly.yml +44 -0
  81. data/spec/cassettes/Redbooth_User/_initialize/name/.yml +47 -0
  82. data/spec/cassettes/Redbooth_User/_initialize/project_id/.yml +47 -0
  83. data/spec/cassettes/Redbooth_User/_show/.yml +44 -0
  84. data/spec/cassettes/Redbooth_User/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +47 -0
  85. data/spec/cassettes/Redbooth_User/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_user.yml +88 -0
  86. data/spec/cassettes/Redbooth_User/_show/returns_a_task_with_the_correct_assigned_id.yml +47 -0
  87. data/spec/cassettes/Redbooth_User/_show/returns_a_task_with_the_correct_id.yml +47 -0
  88. data/spec/cassettes/Redbooth_User/_show/returns_a_task_with_the_correct_name.yml +47 -0
  89. data/spec/cassettes/Redbooth_User/_show/returns_a_task_with_the_correct_project_id.yml +47 -0
  90. data/spec/cassettes/Redbooth_User/_show/returns_a_user_with_the_correct_email.yml +393 -0
  91. data/spec/cassettes/Redbooth_User/_show/returns_a_user_with_the_correct_first_name.yml +393 -0
  92. data/spec/cassettes/Redbooth_User/_show/returns_a_user_with_the_correct_id.yml +393 -0
  93. data/spec/cassettes/Redbooth_User/_show/returns_a_user_with_the_correct_last_name.yml +393 -0
  94. data/spec/cassettes/Redbooth_User/_update/.yml +47 -0
  95. data/spec/cassettes/Redbooth_User/_update/id/.yml +47 -0
  96. data/spec/cassettes/Redbooth_User/_update/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +47 -0
  97. data/spec/cassettes/Redbooth_User/_update/name/.yml +47 -0
  98. data/spec/fixtures/hola.txt +1 -0
  99. data/spec/redbooth/base_spec.rb +12 -0
  100. data/spec/redbooth/client_spec.rb +69 -0
  101. data/spec/redbooth/me_spec.rb +56 -0
  102. data/spec/redbooth/organization_spec.rb +80 -0
  103. data/spec/redbooth/person_spec.rb +85 -0
  104. data/spec/redbooth/project_spec.rb +80 -0
  105. data/spec/redbooth/request/base_spec.rb +53 -0
  106. data/spec/redbooth/request/collection_spec.rb +104 -0
  107. data/spec/redbooth/request/connection_spec.rb +82 -0
  108. data/spec/redbooth/request/info_spec.rb +27 -0
  109. data/spec/redbooth/request/response_spec.rb +32 -0
  110. data/spec/redbooth/request/validator_spec.rb +45 -0
  111. data/spec/redbooth/task_spec.rb +90 -0
  112. data/spec/redbooth/user_spec.rb +32 -0
  113. data/spec/redbooth_spec.rb +69 -0
  114. data/spec/shared/authentication_context.rb +24 -0
  115. data/spec/spec_helper.rb +22 -0
  116. metadata +370 -0
@@ -0,0 +1,47 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: http://localhost:3000/api/3/projects
6
+ body:
7
+ encoding: UTF-8
8
+ string: name=new+Project&organization_id=1
9
+ headers:
10
+ User-Agent:
11
+ - Faraday v0.9.0
12
+ Authorization:
13
+ - Bearer _frank_access_token_
14
+ Content-Type:
15
+ - application/x-www-form-urlencoded
16
+ Accept-Encoding:
17
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
18
+ Accept:
19
+ - "*/*"
20
+ response:
21
+ status:
22
+ code: 201
23
+ message: Created
24
+ headers:
25
+ Content-Type:
26
+ - application/json; charset=utf-8
27
+ X-Ua-Compatible:
28
+ - IE=Edge,chrome=1
29
+ Etag:
30
+ - '"24d6ced7be52063088e85b54a4540f3a"'
31
+ Cache-Control:
32
+ - max-age=0, private, must-revalidate
33
+ X-Request-Id:
34
+ - 0896172ada29ec99ee6e14acde5f0686
35
+ X-Runtime:
36
+ - '0.549202'
37
+ Connection:
38
+ - close
39
+ Server:
40
+ - thin 1.6.1 codename Death Proof
41
+ body:
42
+ encoding: UTF-8
43
+ string: '{"type":"Project","created_at":1415206147,"updated_at":1415206147,"id":24,"permalink":"new-project-qouog","organization_id":1,"archived":false,"name":"new
44
+ Project","description":null,"start_date":null,"end_date":null,"tracks_time":false,"public":null,"publish_pages":false,"settings":{},"deleted":false}'
45
+ http_version:
46
+ recorded_at: Wed, 05 Nov 2014 16:49:07 GMT
47
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,47 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: http://localhost:3000/api/3/projects
6
+ body:
7
+ encoding: UTF-8
8
+ string: name=new+Project&organization_id=1
9
+ headers:
10
+ User-Agent:
11
+ - Faraday v0.9.0
12
+ Authorization:
13
+ - Bearer _frank_access_token_
14
+ Content-Type:
15
+ - application/x-www-form-urlencoded
16
+ Accept-Encoding:
17
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
18
+ Accept:
19
+ - "*/*"
20
+ response:
21
+ status:
22
+ code: 201
23
+ message: Created
24
+ headers:
25
+ Content-Type:
26
+ - application/json; charset=utf-8
27
+ X-Ua-Compatible:
28
+ - IE=Edge,chrome=1
29
+ Etag:
30
+ - '"95767ba9acdce811bf3511e74cf785f0"'
31
+ Cache-Control:
32
+ - max-age=0, private, must-revalidate
33
+ X-Request-Id:
34
+ - 4a9940394dc1a739a9b164e3d91b8d70
35
+ X-Runtime:
36
+ - '0.226360'
37
+ Connection:
38
+ - close
39
+ Server:
40
+ - thin 1.6.1 codename Death Proof
41
+ body:
42
+ encoding: UTF-8
43
+ string: '{"type":"Project","created_at":1415206147,"updated_at":1415206147,"id":23,"permalink":"new-project","organization_id":1,"archived":false,"name":"new
44
+ Project","description":null,"start_date":null,"end_date":null,"tracks_time":false,"public":null,"publish_pages":false,"settings":{},"deleted":false}'
45
+ http_version:
46
+ recorded_at: Wed, 05 Nov 2014 16:49:07 GMT
47
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,2296 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: http://localhost:3000/api/3/projects
6
+ body:
7
+ encoding: UTF-8
8
+ string: name=new+Project&organization_id=1
9
+ headers:
10
+ User-Agent:
11
+ - Faraday v0.9.0
12
+ Authorization:
13
+ - Bearer _frank_access_token_
14
+ Content-Type:
15
+ - application/x-www-form-urlencoded
16
+ Accept-Encoding:
17
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
18
+ Accept:
19
+ - "*/*"
20
+ response:
21
+ status:
22
+ code: 201
23
+ message: Created
24
+ headers:
25
+ Content-Type:
26
+ - application/json; charset=utf-8
27
+ X-Ua-Compatible:
28
+ - IE=Edge,chrome=1
29
+ Etag:
30
+ - '"0af87535e3a8bccf358bdb9d4d1efccd"'
31
+ Cache-Control:
32
+ - max-age=0, private, must-revalidate
33
+ X-Request-Id:
34
+ - bb2ad8284ab2c74ff450b9c6037b2bf9
35
+ X-Runtime:
36
+ - '0.292678'
37
+ Connection:
38
+ - close
39
+ Server:
40
+ - thin 1.6.1 codename Death Proof
41
+ body:
42
+ encoding: UTF-8
43
+ string: '{"type":"Project","created_at":1415206100,"updated_at":1415206100,"id":22,"permalink":"new-project","organization_id":1,"archived":false,"name":"new
44
+ Project","description":null,"start_date":null,"end_date":null,"tracks_time":false,"public":null,"publish_pages":false,"settings":{},"deleted":false}'
45
+ http_version:
46
+ recorded_at: Wed, 05 Nov 2014 16:48:21 GMT
47
+ - request:
48
+ method: delete
49
+ uri: http://localhost:3000/api/3/projects/22
50
+ body:
51
+ encoding: US-ASCII
52
+ string: ''
53
+ headers:
54
+ User-Agent:
55
+ - Faraday v0.9.0
56
+ Authorization:
57
+ - Bearer _frank_access_token_
58
+ Accept-Encoding:
59
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
60
+ Accept:
61
+ - "*/*"
62
+ response:
63
+ status:
64
+ code: 202
65
+ message: Accepted
66
+ headers:
67
+ Content-Type:
68
+ - application/json; charset=utf-8
69
+ X-Ua-Compatible:
70
+ - IE=Edge,chrome=1
71
+ Cache-Control:
72
+ - no-cache
73
+ X-Request-Id:
74
+ - 7752c19ee841b68b106c68546ee8c638
75
+ X-Runtime:
76
+ - '0.085230'
77
+ Connection:
78
+ - close
79
+ Server:
80
+ - thin 1.6.1 codename Death Proof
81
+ body:
82
+ encoding: UTF-8
83
+ string: '{"status":"Enqueued","process_token":"/api/3/projects/22action=destroy\u0026controller=api_v3%2Fprojects\u0026id=22","retry_after":null}'
84
+ http_version:
85
+ recorded_at: Wed, 05 Nov 2014 16:48:21 GMT
86
+ - request:
87
+ method: delete
88
+ uri: http://localhost:3000/api/3/projects/22
89
+ body:
90
+ encoding: US-ASCII
91
+ string: ''
92
+ headers:
93
+ User-Agent:
94
+ - Faraday v0.9.0
95
+ Authorization:
96
+ - Bearer _frank_access_token_
97
+ Accept-Encoding:
98
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
99
+ Accept:
100
+ - "*/*"
101
+ response:
102
+ status:
103
+ code: 202
104
+ message: Accepted
105
+ headers:
106
+ Retry-After:
107
+ - '20'
108
+ Content-Type:
109
+ - application/json; charset=utf-8
110
+ X-Ua-Compatible:
111
+ - IE=Edge,chrome=1
112
+ Cache-Control:
113
+ - no-cache
114
+ X-Request-Id:
115
+ - a41f0cff3e1c4a60fe149fe0293d9916
116
+ X-Runtime:
117
+ - '0.075529'
118
+ Connection:
119
+ - close
120
+ Server:
121
+ - thin 1.6.1 codename Death Proof
122
+ body:
123
+ encoding: UTF-8
124
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
125
+ http_version:
126
+ recorded_at: Wed, 05 Nov 2014 16:48:21 GMT
127
+ - request:
128
+ method: delete
129
+ uri: http://localhost:3000/api/3/projects/22
130
+ body:
131
+ encoding: US-ASCII
132
+ string: ''
133
+ headers:
134
+ User-Agent:
135
+ - Faraday v0.9.0
136
+ Authorization:
137
+ - Bearer _frank_access_token_
138
+ Accept-Encoding:
139
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
140
+ Accept:
141
+ - "*/*"
142
+ response:
143
+ status:
144
+ code: 202
145
+ message: Accepted
146
+ headers:
147
+ Retry-After:
148
+ - '20'
149
+ Content-Type:
150
+ - application/json; charset=utf-8
151
+ X-Ua-Compatible:
152
+ - IE=Edge,chrome=1
153
+ Cache-Control:
154
+ - no-cache
155
+ X-Request-Id:
156
+ - a2926e96e1fbe4e389b28b6ef26b44d0
157
+ X-Runtime:
158
+ - '0.077547'
159
+ Connection:
160
+ - close
161
+ Server:
162
+ - thin 1.6.1 codename Death Proof
163
+ body:
164
+ encoding: UTF-8
165
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
166
+ http_version:
167
+ recorded_at: Wed, 05 Nov 2014 16:48:21 GMT
168
+ - request:
169
+ method: delete
170
+ uri: http://localhost:3000/api/3/projects/22
171
+ body:
172
+ encoding: US-ASCII
173
+ string: ''
174
+ headers:
175
+ User-Agent:
176
+ - Faraday v0.9.0
177
+ Authorization:
178
+ - Bearer _frank_access_token_
179
+ Accept-Encoding:
180
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
181
+ Accept:
182
+ - "*/*"
183
+ response:
184
+ status:
185
+ code: 202
186
+ message: Accepted
187
+ headers:
188
+ Retry-After:
189
+ - '20'
190
+ Content-Type:
191
+ - application/json; charset=utf-8
192
+ X-Ua-Compatible:
193
+ - IE=Edge,chrome=1
194
+ Cache-Control:
195
+ - no-cache
196
+ X-Request-Id:
197
+ - f55d451400ff76450412fb5d920a2aab
198
+ X-Runtime:
199
+ - '0.072314'
200
+ Connection:
201
+ - close
202
+ Server:
203
+ - thin 1.6.1 codename Death Proof
204
+ body:
205
+ encoding: UTF-8
206
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
207
+ http_version:
208
+ recorded_at: Wed, 05 Nov 2014 16:48:21 GMT
209
+ - request:
210
+ method: delete
211
+ uri: http://localhost:3000/api/3/projects/22
212
+ body:
213
+ encoding: US-ASCII
214
+ string: ''
215
+ headers:
216
+ User-Agent:
217
+ - Faraday v0.9.0
218
+ Authorization:
219
+ - Bearer _frank_access_token_
220
+ Accept-Encoding:
221
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
222
+ Accept:
223
+ - "*/*"
224
+ response:
225
+ status:
226
+ code: 202
227
+ message: Accepted
228
+ headers:
229
+ Retry-After:
230
+ - '20'
231
+ Content-Type:
232
+ - application/json; charset=utf-8
233
+ X-Ua-Compatible:
234
+ - IE=Edge,chrome=1
235
+ Cache-Control:
236
+ - no-cache
237
+ X-Request-Id:
238
+ - 63ffbfac1eb83a528ba3fb9838492725
239
+ X-Runtime:
240
+ - '0.099628'
241
+ Connection:
242
+ - close
243
+ Server:
244
+ - thin 1.6.1 codename Death Proof
245
+ body:
246
+ encoding: UTF-8
247
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
248
+ http_version:
249
+ recorded_at: Wed, 05 Nov 2014 16:48:21 GMT
250
+ - request:
251
+ method: delete
252
+ uri: http://localhost:3000/api/3/projects/22
253
+ body:
254
+ encoding: US-ASCII
255
+ string: ''
256
+ headers:
257
+ User-Agent:
258
+ - Faraday v0.9.0
259
+ Authorization:
260
+ - Bearer _frank_access_token_
261
+ Accept-Encoding:
262
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
263
+ Accept:
264
+ - "*/*"
265
+ response:
266
+ status:
267
+ code: 202
268
+ message: Accepted
269
+ headers:
270
+ Retry-After:
271
+ - '20'
272
+ Content-Type:
273
+ - application/json; charset=utf-8
274
+ X-Ua-Compatible:
275
+ - IE=Edge,chrome=1
276
+ Cache-Control:
277
+ - no-cache
278
+ X-Request-Id:
279
+ - 2a0c55a2f48718c3d86f23f7db4664da
280
+ X-Runtime:
281
+ - '0.082525'
282
+ Connection:
283
+ - close
284
+ Server:
285
+ - thin 1.6.1 codename Death Proof
286
+ body:
287
+ encoding: UTF-8
288
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
289
+ http_version:
290
+ recorded_at: Wed, 05 Nov 2014 16:48:21 GMT
291
+ - request:
292
+ method: delete
293
+ uri: http://localhost:3000/api/3/projects/22
294
+ body:
295
+ encoding: US-ASCII
296
+ string: ''
297
+ headers:
298
+ User-Agent:
299
+ - Faraday v0.9.0
300
+ Authorization:
301
+ - Bearer _frank_access_token_
302
+ Accept-Encoding:
303
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
304
+ Accept:
305
+ - "*/*"
306
+ response:
307
+ status:
308
+ code: 202
309
+ message: Accepted
310
+ headers:
311
+ Retry-After:
312
+ - '20'
313
+ Content-Type:
314
+ - application/json; charset=utf-8
315
+ X-Ua-Compatible:
316
+ - IE=Edge,chrome=1
317
+ Cache-Control:
318
+ - no-cache
319
+ X-Request-Id:
320
+ - 3af7ce78fb48038b487e73262ca4a552
321
+ X-Runtime:
322
+ - '0.112348'
323
+ Connection:
324
+ - close
325
+ Server:
326
+ - thin 1.6.1 codename Death Proof
327
+ body:
328
+ encoding: UTF-8
329
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
330
+ http_version:
331
+ recorded_at: Wed, 05 Nov 2014 16:48:21 GMT
332
+ - request:
333
+ method: delete
334
+ uri: http://localhost:3000/api/3/projects/22
335
+ body:
336
+ encoding: US-ASCII
337
+ string: ''
338
+ headers:
339
+ User-Agent:
340
+ - Faraday v0.9.0
341
+ Authorization:
342
+ - Bearer _frank_access_token_
343
+ Accept-Encoding:
344
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
345
+ Accept:
346
+ - "*/*"
347
+ response:
348
+ status:
349
+ code: 202
350
+ message: Accepted
351
+ headers:
352
+ Retry-After:
353
+ - '20'
354
+ Content-Type:
355
+ - application/json; charset=utf-8
356
+ X-Ua-Compatible:
357
+ - IE=Edge,chrome=1
358
+ Cache-Control:
359
+ - no-cache
360
+ X-Request-Id:
361
+ - d879ce8ea39a1af5d7dd17a11421724d
362
+ X-Runtime:
363
+ - '0.085453'
364
+ Connection:
365
+ - close
366
+ Server:
367
+ - thin 1.6.1 codename Death Proof
368
+ body:
369
+ encoding: UTF-8
370
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
371
+ http_version:
372
+ recorded_at: Wed, 05 Nov 2014 16:48:21 GMT
373
+ - request:
374
+ method: delete
375
+ uri: http://localhost:3000/api/3/projects/22
376
+ body:
377
+ encoding: US-ASCII
378
+ string: ''
379
+ headers:
380
+ User-Agent:
381
+ - Faraday v0.9.0
382
+ Authorization:
383
+ - Bearer _frank_access_token_
384
+ Accept-Encoding:
385
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
386
+ Accept:
387
+ - "*/*"
388
+ response:
389
+ status:
390
+ code: 202
391
+ message: Accepted
392
+ headers:
393
+ Retry-After:
394
+ - '20'
395
+ Content-Type:
396
+ - application/json; charset=utf-8
397
+ X-Ua-Compatible:
398
+ - IE=Edge,chrome=1
399
+ Cache-Control:
400
+ - no-cache
401
+ X-Request-Id:
402
+ - 1ff46db736af85331b6a08e9bf2473d8
403
+ X-Runtime:
404
+ - '0.072466'
405
+ Connection:
406
+ - close
407
+ Server:
408
+ - thin 1.6.1 codename Death Proof
409
+ body:
410
+ encoding: UTF-8
411
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
412
+ http_version:
413
+ recorded_at: Wed, 05 Nov 2014 16:48:21 GMT
414
+ - request:
415
+ method: delete
416
+ uri: http://localhost:3000/api/3/projects/22
417
+ body:
418
+ encoding: US-ASCII
419
+ string: ''
420
+ headers:
421
+ User-Agent:
422
+ - Faraday v0.9.0
423
+ Authorization:
424
+ - Bearer _frank_access_token_
425
+ Accept-Encoding:
426
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
427
+ Accept:
428
+ - "*/*"
429
+ response:
430
+ status:
431
+ code: 202
432
+ message: Accepted
433
+ headers:
434
+ Retry-After:
435
+ - '20'
436
+ Content-Type:
437
+ - application/json; charset=utf-8
438
+ X-Ua-Compatible:
439
+ - IE=Edge,chrome=1
440
+ Cache-Control:
441
+ - no-cache
442
+ X-Request-Id:
443
+ - 508620eeaefd50c603e9db7b8943d808
444
+ X-Runtime:
445
+ - '0.075064'
446
+ Connection:
447
+ - close
448
+ Server:
449
+ - thin 1.6.1 codename Death Proof
450
+ body:
451
+ encoding: UTF-8
452
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
453
+ http_version:
454
+ recorded_at: Wed, 05 Nov 2014 16:48:22 GMT
455
+ - request:
456
+ method: delete
457
+ uri: http://localhost:3000/api/3/projects/22
458
+ body:
459
+ encoding: US-ASCII
460
+ string: ''
461
+ headers:
462
+ User-Agent:
463
+ - Faraday v0.9.0
464
+ Authorization:
465
+ - Bearer _frank_access_token_
466
+ Accept-Encoding:
467
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
468
+ Accept:
469
+ - "*/*"
470
+ response:
471
+ status:
472
+ code: 202
473
+ message: Accepted
474
+ headers:
475
+ Retry-After:
476
+ - '20'
477
+ Content-Type:
478
+ - application/json; charset=utf-8
479
+ X-Ua-Compatible:
480
+ - IE=Edge,chrome=1
481
+ Cache-Control:
482
+ - no-cache
483
+ X-Request-Id:
484
+ - a6b943609bd01959eb2a027399b16f2d
485
+ X-Runtime:
486
+ - '0.075349'
487
+ Connection:
488
+ - close
489
+ Server:
490
+ - thin 1.6.1 codename Death Proof
491
+ body:
492
+ encoding: UTF-8
493
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
494
+ http_version:
495
+ recorded_at: Wed, 05 Nov 2014 16:48:22 GMT
496
+ - request:
497
+ method: delete
498
+ uri: http://localhost:3000/api/3/projects/22
499
+ body:
500
+ encoding: US-ASCII
501
+ string: ''
502
+ headers:
503
+ User-Agent:
504
+ - Faraday v0.9.0
505
+ Authorization:
506
+ - Bearer _frank_access_token_
507
+ Accept-Encoding:
508
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
509
+ Accept:
510
+ - "*/*"
511
+ response:
512
+ status:
513
+ code: 202
514
+ message: Accepted
515
+ headers:
516
+ Retry-After:
517
+ - '20'
518
+ Content-Type:
519
+ - application/json; charset=utf-8
520
+ X-Ua-Compatible:
521
+ - IE=Edge,chrome=1
522
+ Cache-Control:
523
+ - no-cache
524
+ X-Request-Id:
525
+ - 371275e79a3d24819f44d00196573a98
526
+ X-Runtime:
527
+ - '0.075456'
528
+ Connection:
529
+ - close
530
+ Server:
531
+ - thin 1.6.1 codename Death Proof
532
+ body:
533
+ encoding: UTF-8
534
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
535
+ http_version:
536
+ recorded_at: Wed, 05 Nov 2014 16:48:22 GMT
537
+ - request:
538
+ method: delete
539
+ uri: http://localhost:3000/api/3/projects/22
540
+ body:
541
+ encoding: US-ASCII
542
+ string: ''
543
+ headers:
544
+ User-Agent:
545
+ - Faraday v0.9.0
546
+ Authorization:
547
+ - Bearer _frank_access_token_
548
+ Accept-Encoding:
549
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
550
+ Accept:
551
+ - "*/*"
552
+ response:
553
+ status:
554
+ code: 202
555
+ message: Accepted
556
+ headers:
557
+ Retry-After:
558
+ - '20'
559
+ Content-Type:
560
+ - application/json; charset=utf-8
561
+ X-Ua-Compatible:
562
+ - IE=Edge,chrome=1
563
+ Cache-Control:
564
+ - no-cache
565
+ X-Request-Id:
566
+ - 6a4be7cfba2b4ede21eea978225938c6
567
+ X-Runtime:
568
+ - '0.073749'
569
+ Connection:
570
+ - close
571
+ Server:
572
+ - thin 1.6.1 codename Death Proof
573
+ body:
574
+ encoding: UTF-8
575
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
576
+ http_version:
577
+ recorded_at: Wed, 05 Nov 2014 16:48:22 GMT
578
+ - request:
579
+ method: delete
580
+ uri: http://localhost:3000/api/3/projects/22
581
+ body:
582
+ encoding: US-ASCII
583
+ string: ''
584
+ headers:
585
+ User-Agent:
586
+ - Faraday v0.9.0
587
+ Authorization:
588
+ - Bearer _frank_access_token_
589
+ Accept-Encoding:
590
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
591
+ Accept:
592
+ - "*/*"
593
+ response:
594
+ status:
595
+ code: 202
596
+ message: Accepted
597
+ headers:
598
+ Retry-After:
599
+ - '20'
600
+ Content-Type:
601
+ - application/json; charset=utf-8
602
+ X-Ua-Compatible:
603
+ - IE=Edge,chrome=1
604
+ Cache-Control:
605
+ - no-cache
606
+ X-Request-Id:
607
+ - abe31883b9362d8e524f61dc782c8e91
608
+ X-Runtime:
609
+ - '0.105273'
610
+ Connection:
611
+ - close
612
+ Server:
613
+ - thin 1.6.1 codename Death Proof
614
+ body:
615
+ encoding: UTF-8
616
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
617
+ http_version:
618
+ recorded_at: Wed, 05 Nov 2014 16:48:22 GMT
619
+ - request:
620
+ method: delete
621
+ uri: http://localhost:3000/api/3/projects/22
622
+ body:
623
+ encoding: US-ASCII
624
+ string: ''
625
+ headers:
626
+ User-Agent:
627
+ - Faraday v0.9.0
628
+ Authorization:
629
+ - Bearer _frank_access_token_
630
+ Accept-Encoding:
631
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
632
+ Accept:
633
+ - "*/*"
634
+ response:
635
+ status:
636
+ code: 202
637
+ message: Accepted
638
+ headers:
639
+ Retry-After:
640
+ - '20'
641
+ Content-Type:
642
+ - application/json; charset=utf-8
643
+ X-Ua-Compatible:
644
+ - IE=Edge,chrome=1
645
+ Cache-Control:
646
+ - no-cache
647
+ X-Request-Id:
648
+ - cd0d95c124a2dcaaf08730cff6e3561d
649
+ X-Runtime:
650
+ - '0.109914'
651
+ Connection:
652
+ - close
653
+ Server:
654
+ - thin 1.6.1 codename Death Proof
655
+ body:
656
+ encoding: UTF-8
657
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
658
+ http_version:
659
+ recorded_at: Wed, 05 Nov 2014 16:48:22 GMT
660
+ - request:
661
+ method: delete
662
+ uri: http://localhost:3000/api/3/projects/22
663
+ body:
664
+ encoding: US-ASCII
665
+ string: ''
666
+ headers:
667
+ User-Agent:
668
+ - Faraday v0.9.0
669
+ Authorization:
670
+ - Bearer _frank_access_token_
671
+ Accept-Encoding:
672
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
673
+ Accept:
674
+ - "*/*"
675
+ response:
676
+ status:
677
+ code: 202
678
+ message: Accepted
679
+ headers:
680
+ Retry-After:
681
+ - '20'
682
+ Content-Type:
683
+ - application/json; charset=utf-8
684
+ X-Ua-Compatible:
685
+ - IE=Edge,chrome=1
686
+ Cache-Control:
687
+ - no-cache
688
+ X-Request-Id:
689
+ - ed494d256fd65f0b92644880144a713f
690
+ X-Runtime:
691
+ - '0.076453'
692
+ Connection:
693
+ - close
694
+ Server:
695
+ - thin 1.6.1 codename Death Proof
696
+ body:
697
+ encoding: UTF-8
698
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
699
+ http_version:
700
+ recorded_at: Wed, 05 Nov 2014 16:48:22 GMT
701
+ - request:
702
+ method: delete
703
+ uri: http://localhost:3000/api/3/projects/22
704
+ body:
705
+ encoding: US-ASCII
706
+ string: ''
707
+ headers:
708
+ User-Agent:
709
+ - Faraday v0.9.0
710
+ Authorization:
711
+ - Bearer _frank_access_token_
712
+ Accept-Encoding:
713
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
714
+ Accept:
715
+ - "*/*"
716
+ response:
717
+ status:
718
+ code: 202
719
+ message: Accepted
720
+ headers:
721
+ Retry-After:
722
+ - '20'
723
+ Content-Type:
724
+ - application/json; charset=utf-8
725
+ X-Ua-Compatible:
726
+ - IE=Edge,chrome=1
727
+ Cache-Control:
728
+ - no-cache
729
+ X-Request-Id:
730
+ - a5382af27e65a44645acec8d0866792b
731
+ X-Runtime:
732
+ - '0.072713'
733
+ Connection:
734
+ - close
735
+ Server:
736
+ - thin 1.6.1 codename Death Proof
737
+ body:
738
+ encoding: UTF-8
739
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
740
+ http_version:
741
+ recorded_at: Wed, 05 Nov 2014 16:48:22 GMT
742
+ - request:
743
+ method: delete
744
+ uri: http://localhost:3000/api/3/projects/22
745
+ body:
746
+ encoding: US-ASCII
747
+ string: ''
748
+ headers:
749
+ User-Agent:
750
+ - Faraday v0.9.0
751
+ Authorization:
752
+ - Bearer _frank_access_token_
753
+ Accept-Encoding:
754
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
755
+ Accept:
756
+ - "*/*"
757
+ response:
758
+ status:
759
+ code: 202
760
+ message: Accepted
761
+ headers:
762
+ Retry-After:
763
+ - '20'
764
+ Content-Type:
765
+ - application/json; charset=utf-8
766
+ X-Ua-Compatible:
767
+ - IE=Edge,chrome=1
768
+ Cache-Control:
769
+ - no-cache
770
+ X-Request-Id:
771
+ - 61ba744f6de93b36568ad0ce8d1dadfb
772
+ X-Runtime:
773
+ - '0.077582'
774
+ Connection:
775
+ - close
776
+ Server:
777
+ - thin 1.6.1 codename Death Proof
778
+ body:
779
+ encoding: UTF-8
780
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
781
+ http_version:
782
+ recorded_at: Wed, 05 Nov 2014 16:48:22 GMT
783
+ - request:
784
+ method: delete
785
+ uri: http://localhost:3000/api/3/projects/22
786
+ body:
787
+ encoding: US-ASCII
788
+ string: ''
789
+ headers:
790
+ User-Agent:
791
+ - Faraday v0.9.0
792
+ Authorization:
793
+ - Bearer _frank_access_token_
794
+ Accept-Encoding:
795
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
796
+ Accept:
797
+ - "*/*"
798
+ response:
799
+ status:
800
+ code: 202
801
+ message: Accepted
802
+ headers:
803
+ Retry-After:
804
+ - '20'
805
+ Content-Type:
806
+ - application/json; charset=utf-8
807
+ X-Ua-Compatible:
808
+ - IE=Edge,chrome=1
809
+ Cache-Control:
810
+ - no-cache
811
+ X-Request-Id:
812
+ - eae06444485ef83566532b99a84c7214
813
+ X-Runtime:
814
+ - '0.187750'
815
+ Connection:
816
+ - close
817
+ Server:
818
+ - thin 1.6.1 codename Death Proof
819
+ body:
820
+ encoding: UTF-8
821
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
822
+ http_version:
823
+ recorded_at: Wed, 05 Nov 2014 16:48:22 GMT
824
+ - request:
825
+ method: delete
826
+ uri: http://localhost:3000/api/3/projects/22
827
+ body:
828
+ encoding: US-ASCII
829
+ string: ''
830
+ headers:
831
+ User-Agent:
832
+ - Faraday v0.9.0
833
+ Authorization:
834
+ - Bearer _frank_access_token_
835
+ Accept-Encoding:
836
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
837
+ Accept:
838
+ - "*/*"
839
+ response:
840
+ status:
841
+ code: 202
842
+ message: Accepted
843
+ headers:
844
+ Retry-After:
845
+ - '20'
846
+ Content-Type:
847
+ - application/json; charset=utf-8
848
+ X-Ua-Compatible:
849
+ - IE=Edge,chrome=1
850
+ Cache-Control:
851
+ - no-cache
852
+ X-Request-Id:
853
+ - 389ee21440e8ce026e7f4d3cfc7b9e75
854
+ X-Runtime:
855
+ - '0.078697'
856
+ Connection:
857
+ - close
858
+ Server:
859
+ - thin 1.6.1 codename Death Proof
860
+ body:
861
+ encoding: UTF-8
862
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
863
+ http_version:
864
+ recorded_at: Wed, 05 Nov 2014 16:48:23 GMT
865
+ - request:
866
+ method: delete
867
+ uri: http://localhost:3000/api/3/projects/22
868
+ body:
869
+ encoding: US-ASCII
870
+ string: ''
871
+ headers:
872
+ User-Agent:
873
+ - Faraday v0.9.0
874
+ Authorization:
875
+ - Bearer _frank_access_token_
876
+ Accept-Encoding:
877
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
878
+ Accept:
879
+ - "*/*"
880
+ response:
881
+ status:
882
+ code: 202
883
+ message: Accepted
884
+ headers:
885
+ Retry-After:
886
+ - '20'
887
+ Content-Type:
888
+ - application/json; charset=utf-8
889
+ X-Ua-Compatible:
890
+ - IE=Edge,chrome=1
891
+ Cache-Control:
892
+ - no-cache
893
+ X-Request-Id:
894
+ - dcfbc51e0dec54a7f903f1b46be01a40
895
+ X-Runtime:
896
+ - '0.071679'
897
+ Connection:
898
+ - close
899
+ Server:
900
+ - thin 1.6.1 codename Death Proof
901
+ body:
902
+ encoding: UTF-8
903
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
904
+ http_version:
905
+ recorded_at: Wed, 05 Nov 2014 16:48:23 GMT
906
+ - request:
907
+ method: delete
908
+ uri: http://localhost:3000/api/3/projects/22
909
+ body:
910
+ encoding: US-ASCII
911
+ string: ''
912
+ headers:
913
+ User-Agent:
914
+ - Faraday v0.9.0
915
+ Authorization:
916
+ - Bearer _frank_access_token_
917
+ Accept-Encoding:
918
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
919
+ Accept:
920
+ - "*/*"
921
+ response:
922
+ status:
923
+ code: 202
924
+ message: Accepted
925
+ headers:
926
+ Retry-After:
927
+ - '20'
928
+ Content-Type:
929
+ - application/json; charset=utf-8
930
+ X-Ua-Compatible:
931
+ - IE=Edge,chrome=1
932
+ Cache-Control:
933
+ - no-cache
934
+ X-Request-Id:
935
+ - 48187442d738094fdcc200db876bc77d
936
+ X-Runtime:
937
+ - '0.070990'
938
+ Connection:
939
+ - close
940
+ Server:
941
+ - thin 1.6.1 codename Death Proof
942
+ body:
943
+ encoding: UTF-8
944
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
945
+ http_version:
946
+ recorded_at: Wed, 05 Nov 2014 16:48:23 GMT
947
+ - request:
948
+ method: delete
949
+ uri: http://localhost:3000/api/3/projects/22
950
+ body:
951
+ encoding: US-ASCII
952
+ string: ''
953
+ headers:
954
+ User-Agent:
955
+ - Faraday v0.9.0
956
+ Authorization:
957
+ - Bearer _frank_access_token_
958
+ Accept-Encoding:
959
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
960
+ Accept:
961
+ - "*/*"
962
+ response:
963
+ status:
964
+ code: 202
965
+ message: Accepted
966
+ headers:
967
+ Retry-After:
968
+ - '20'
969
+ Content-Type:
970
+ - application/json; charset=utf-8
971
+ X-Ua-Compatible:
972
+ - IE=Edge,chrome=1
973
+ Cache-Control:
974
+ - no-cache
975
+ X-Request-Id:
976
+ - e9fff7e741cbf7c8060e2cd280af10d2
977
+ X-Runtime:
978
+ - '0.341564'
979
+ Connection:
980
+ - close
981
+ Server:
982
+ - thin 1.6.1 codename Death Proof
983
+ body:
984
+ encoding: UTF-8
985
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
986
+ http_version:
987
+ recorded_at: Wed, 05 Nov 2014 16:48:23 GMT
988
+ - request:
989
+ method: delete
990
+ uri: http://localhost:3000/api/3/projects/22
991
+ body:
992
+ encoding: US-ASCII
993
+ string: ''
994
+ headers:
995
+ User-Agent:
996
+ - Faraday v0.9.0
997
+ Authorization:
998
+ - Bearer _frank_access_token_
999
+ Accept-Encoding:
1000
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1001
+ Accept:
1002
+ - "*/*"
1003
+ response:
1004
+ status:
1005
+ code: 202
1006
+ message: Accepted
1007
+ headers:
1008
+ Retry-After:
1009
+ - '20'
1010
+ Content-Type:
1011
+ - application/json; charset=utf-8
1012
+ X-Ua-Compatible:
1013
+ - IE=Edge,chrome=1
1014
+ Cache-Control:
1015
+ - no-cache
1016
+ X-Request-Id:
1017
+ - 60ec7381a0c6067bd6efdaf6f2665159
1018
+ X-Runtime:
1019
+ - '0.098742'
1020
+ Connection:
1021
+ - close
1022
+ Server:
1023
+ - thin 1.6.1 codename Death Proof
1024
+ body:
1025
+ encoding: UTF-8
1026
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1027
+ http_version:
1028
+ recorded_at: Wed, 05 Nov 2014 16:48:23 GMT
1029
+ - request:
1030
+ method: delete
1031
+ uri: http://localhost:3000/api/3/projects/22
1032
+ body:
1033
+ encoding: US-ASCII
1034
+ string: ''
1035
+ headers:
1036
+ User-Agent:
1037
+ - Faraday v0.9.0
1038
+ Authorization:
1039
+ - Bearer _frank_access_token_
1040
+ Accept-Encoding:
1041
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1042
+ Accept:
1043
+ - "*/*"
1044
+ response:
1045
+ status:
1046
+ code: 202
1047
+ message: Accepted
1048
+ headers:
1049
+ Retry-After:
1050
+ - '20'
1051
+ Content-Type:
1052
+ - application/json; charset=utf-8
1053
+ X-Ua-Compatible:
1054
+ - IE=Edge,chrome=1
1055
+ Cache-Control:
1056
+ - no-cache
1057
+ X-Request-Id:
1058
+ - d3de0b0c3fafbbdbb2dea5a91966ad65
1059
+ X-Runtime:
1060
+ - '0.096840'
1061
+ Connection:
1062
+ - close
1063
+ Server:
1064
+ - thin 1.6.1 codename Death Proof
1065
+ body:
1066
+ encoding: UTF-8
1067
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1068
+ http_version:
1069
+ recorded_at: Wed, 05 Nov 2014 16:48:23 GMT
1070
+ - request:
1071
+ method: delete
1072
+ uri: http://localhost:3000/api/3/projects/22
1073
+ body:
1074
+ encoding: US-ASCII
1075
+ string: ''
1076
+ headers:
1077
+ User-Agent:
1078
+ - Faraday v0.9.0
1079
+ Authorization:
1080
+ - Bearer _frank_access_token_
1081
+ Accept-Encoding:
1082
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1083
+ Accept:
1084
+ - "*/*"
1085
+ response:
1086
+ status:
1087
+ code: 202
1088
+ message: Accepted
1089
+ headers:
1090
+ Retry-After:
1091
+ - '20'
1092
+ Content-Type:
1093
+ - application/json; charset=utf-8
1094
+ X-Ua-Compatible:
1095
+ - IE=Edge,chrome=1
1096
+ Cache-Control:
1097
+ - no-cache
1098
+ X-Request-Id:
1099
+ - 0aa5f48c5696160051d5159914767dfc
1100
+ X-Runtime:
1101
+ - '0.087381'
1102
+ Connection:
1103
+ - close
1104
+ Server:
1105
+ - thin 1.6.1 codename Death Proof
1106
+ body:
1107
+ encoding: UTF-8
1108
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1109
+ http_version:
1110
+ recorded_at: Wed, 05 Nov 2014 16:48:23 GMT
1111
+ - request:
1112
+ method: delete
1113
+ uri: http://localhost:3000/api/3/projects/22
1114
+ body:
1115
+ encoding: US-ASCII
1116
+ string: ''
1117
+ headers:
1118
+ User-Agent:
1119
+ - Faraday v0.9.0
1120
+ Authorization:
1121
+ - Bearer _frank_access_token_
1122
+ Accept-Encoding:
1123
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1124
+ Accept:
1125
+ - "*/*"
1126
+ response:
1127
+ status:
1128
+ code: 202
1129
+ message: Accepted
1130
+ headers:
1131
+ Retry-After:
1132
+ - '20'
1133
+ Content-Type:
1134
+ - application/json; charset=utf-8
1135
+ X-Ua-Compatible:
1136
+ - IE=Edge,chrome=1
1137
+ Cache-Control:
1138
+ - no-cache
1139
+ X-Request-Id:
1140
+ - 661240531da6746c000b0f2c3652de07
1141
+ X-Runtime:
1142
+ - '0.084882'
1143
+ Connection:
1144
+ - close
1145
+ Server:
1146
+ - thin 1.6.1 codename Death Proof
1147
+ body:
1148
+ encoding: UTF-8
1149
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1150
+ http_version:
1151
+ recorded_at: Wed, 05 Nov 2014 16:48:23 GMT
1152
+ - request:
1153
+ method: delete
1154
+ uri: http://localhost:3000/api/3/projects/22
1155
+ body:
1156
+ encoding: US-ASCII
1157
+ string: ''
1158
+ headers:
1159
+ User-Agent:
1160
+ - Faraday v0.9.0
1161
+ Authorization:
1162
+ - Bearer _frank_access_token_
1163
+ Accept-Encoding:
1164
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1165
+ Accept:
1166
+ - "*/*"
1167
+ response:
1168
+ status:
1169
+ code: 202
1170
+ message: Accepted
1171
+ headers:
1172
+ Retry-After:
1173
+ - '20'
1174
+ Content-Type:
1175
+ - application/json; charset=utf-8
1176
+ X-Ua-Compatible:
1177
+ - IE=Edge,chrome=1
1178
+ Cache-Control:
1179
+ - no-cache
1180
+ X-Request-Id:
1181
+ - ad7683ef11dc7746a8e57be4cb19c17d
1182
+ X-Runtime:
1183
+ - '0.081384'
1184
+ Connection:
1185
+ - close
1186
+ Server:
1187
+ - thin 1.6.1 codename Death Proof
1188
+ body:
1189
+ encoding: UTF-8
1190
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1191
+ http_version:
1192
+ recorded_at: Wed, 05 Nov 2014 16:48:24 GMT
1193
+ - request:
1194
+ method: delete
1195
+ uri: http://localhost:3000/api/3/projects/22
1196
+ body:
1197
+ encoding: US-ASCII
1198
+ string: ''
1199
+ headers:
1200
+ User-Agent:
1201
+ - Faraday v0.9.0
1202
+ Authorization:
1203
+ - Bearer _frank_access_token_
1204
+ Accept-Encoding:
1205
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1206
+ Accept:
1207
+ - "*/*"
1208
+ response:
1209
+ status:
1210
+ code: 202
1211
+ message: Accepted
1212
+ headers:
1213
+ Retry-After:
1214
+ - '20'
1215
+ Content-Type:
1216
+ - application/json; charset=utf-8
1217
+ X-Ua-Compatible:
1218
+ - IE=Edge,chrome=1
1219
+ Cache-Control:
1220
+ - no-cache
1221
+ X-Request-Id:
1222
+ - 52c69516494e1bd3378304a7bbc17d63
1223
+ X-Runtime:
1224
+ - '0.081074'
1225
+ Connection:
1226
+ - close
1227
+ Server:
1228
+ - thin 1.6.1 codename Death Proof
1229
+ body:
1230
+ encoding: UTF-8
1231
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1232
+ http_version:
1233
+ recorded_at: Wed, 05 Nov 2014 16:48:24 GMT
1234
+ - request:
1235
+ method: delete
1236
+ uri: http://localhost:3000/api/3/projects/22
1237
+ body:
1238
+ encoding: US-ASCII
1239
+ string: ''
1240
+ headers:
1241
+ User-Agent:
1242
+ - Faraday v0.9.0
1243
+ Authorization:
1244
+ - Bearer _frank_access_token_
1245
+ Accept-Encoding:
1246
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1247
+ Accept:
1248
+ - "*/*"
1249
+ response:
1250
+ status:
1251
+ code: 202
1252
+ message: Accepted
1253
+ headers:
1254
+ Retry-After:
1255
+ - '20'
1256
+ Content-Type:
1257
+ - application/json; charset=utf-8
1258
+ X-Ua-Compatible:
1259
+ - IE=Edge,chrome=1
1260
+ Cache-Control:
1261
+ - no-cache
1262
+ X-Request-Id:
1263
+ - a66b3bd1375c2d627febfa9bc05fca67
1264
+ X-Runtime:
1265
+ - '0.078362'
1266
+ Connection:
1267
+ - close
1268
+ Server:
1269
+ - thin 1.6.1 codename Death Proof
1270
+ body:
1271
+ encoding: UTF-8
1272
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1273
+ http_version:
1274
+ recorded_at: Wed, 05 Nov 2014 16:48:24 GMT
1275
+ - request:
1276
+ method: delete
1277
+ uri: http://localhost:3000/api/3/projects/22
1278
+ body:
1279
+ encoding: US-ASCII
1280
+ string: ''
1281
+ headers:
1282
+ User-Agent:
1283
+ - Faraday v0.9.0
1284
+ Authorization:
1285
+ - Bearer _frank_access_token_
1286
+ Accept-Encoding:
1287
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1288
+ Accept:
1289
+ - "*/*"
1290
+ response:
1291
+ status:
1292
+ code: 202
1293
+ message: Accepted
1294
+ headers:
1295
+ Retry-After:
1296
+ - '20'
1297
+ Content-Type:
1298
+ - application/json; charset=utf-8
1299
+ X-Ua-Compatible:
1300
+ - IE=Edge,chrome=1
1301
+ Cache-Control:
1302
+ - no-cache
1303
+ X-Request-Id:
1304
+ - 7b0d2f16395a14966f73dc4bc260e7d1
1305
+ X-Runtime:
1306
+ - '0.083784'
1307
+ Connection:
1308
+ - close
1309
+ Server:
1310
+ - thin 1.6.1 codename Death Proof
1311
+ body:
1312
+ encoding: UTF-8
1313
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1314
+ http_version:
1315
+ recorded_at: Wed, 05 Nov 2014 16:48:24 GMT
1316
+ - request:
1317
+ method: delete
1318
+ uri: http://localhost:3000/api/3/projects/22
1319
+ body:
1320
+ encoding: US-ASCII
1321
+ string: ''
1322
+ headers:
1323
+ User-Agent:
1324
+ - Faraday v0.9.0
1325
+ Authorization:
1326
+ - Bearer _frank_access_token_
1327
+ Accept-Encoding:
1328
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1329
+ Accept:
1330
+ - "*/*"
1331
+ response:
1332
+ status:
1333
+ code: 202
1334
+ message: Accepted
1335
+ headers:
1336
+ Retry-After:
1337
+ - '20'
1338
+ Content-Type:
1339
+ - application/json; charset=utf-8
1340
+ X-Ua-Compatible:
1341
+ - IE=Edge,chrome=1
1342
+ Cache-Control:
1343
+ - no-cache
1344
+ X-Request-Id:
1345
+ - af49c41b0dc5d2b1db09d67a7cd0d9ea
1346
+ X-Runtime:
1347
+ - '0.078655'
1348
+ Connection:
1349
+ - close
1350
+ Server:
1351
+ - thin 1.6.1 codename Death Proof
1352
+ body:
1353
+ encoding: UTF-8
1354
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1355
+ http_version:
1356
+ recorded_at: Wed, 05 Nov 2014 16:48:24 GMT
1357
+ - request:
1358
+ method: delete
1359
+ uri: http://localhost:3000/api/3/projects/22
1360
+ body:
1361
+ encoding: US-ASCII
1362
+ string: ''
1363
+ headers:
1364
+ User-Agent:
1365
+ - Faraday v0.9.0
1366
+ Authorization:
1367
+ - Bearer _frank_access_token_
1368
+ Accept-Encoding:
1369
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1370
+ Accept:
1371
+ - "*/*"
1372
+ response:
1373
+ status:
1374
+ code: 202
1375
+ message: Accepted
1376
+ headers:
1377
+ Retry-After:
1378
+ - '20'
1379
+ Content-Type:
1380
+ - application/json; charset=utf-8
1381
+ X-Ua-Compatible:
1382
+ - IE=Edge,chrome=1
1383
+ Cache-Control:
1384
+ - no-cache
1385
+ X-Request-Id:
1386
+ - 2a962ff032ce661a008645c20323e314
1387
+ X-Runtime:
1388
+ - '0.078042'
1389
+ Connection:
1390
+ - close
1391
+ Server:
1392
+ - thin 1.6.1 codename Death Proof
1393
+ body:
1394
+ encoding: UTF-8
1395
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1396
+ http_version:
1397
+ recorded_at: Wed, 05 Nov 2014 16:48:24 GMT
1398
+ - request:
1399
+ method: delete
1400
+ uri: http://localhost:3000/api/3/projects/22
1401
+ body:
1402
+ encoding: US-ASCII
1403
+ string: ''
1404
+ headers:
1405
+ User-Agent:
1406
+ - Faraday v0.9.0
1407
+ Authorization:
1408
+ - Bearer _frank_access_token_
1409
+ Accept-Encoding:
1410
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1411
+ Accept:
1412
+ - "*/*"
1413
+ response:
1414
+ status:
1415
+ code: 202
1416
+ message: Accepted
1417
+ headers:
1418
+ Retry-After:
1419
+ - '20'
1420
+ Content-Type:
1421
+ - application/json; charset=utf-8
1422
+ X-Ua-Compatible:
1423
+ - IE=Edge,chrome=1
1424
+ Cache-Control:
1425
+ - no-cache
1426
+ X-Request-Id:
1427
+ - e9e2680c52354dee3ce6542d816df210
1428
+ X-Runtime:
1429
+ - '0.083793'
1430
+ Connection:
1431
+ - close
1432
+ Server:
1433
+ - thin 1.6.1 codename Death Proof
1434
+ body:
1435
+ encoding: UTF-8
1436
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1437
+ http_version:
1438
+ recorded_at: Wed, 05 Nov 2014 16:48:24 GMT
1439
+ - request:
1440
+ method: delete
1441
+ uri: http://localhost:3000/api/3/projects/22
1442
+ body:
1443
+ encoding: US-ASCII
1444
+ string: ''
1445
+ headers:
1446
+ User-Agent:
1447
+ - Faraday v0.9.0
1448
+ Authorization:
1449
+ - Bearer _frank_access_token_
1450
+ Accept-Encoding:
1451
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1452
+ Accept:
1453
+ - "*/*"
1454
+ response:
1455
+ status:
1456
+ code: 202
1457
+ message: Accepted
1458
+ headers:
1459
+ Retry-After:
1460
+ - '20'
1461
+ Content-Type:
1462
+ - application/json; charset=utf-8
1463
+ X-Ua-Compatible:
1464
+ - IE=Edge,chrome=1
1465
+ Cache-Control:
1466
+ - no-cache
1467
+ X-Request-Id:
1468
+ - a6b74e9b84d93589fca639efa3049a8d
1469
+ X-Runtime:
1470
+ - '0.079870'
1471
+ Connection:
1472
+ - close
1473
+ Server:
1474
+ - thin 1.6.1 codename Death Proof
1475
+ body:
1476
+ encoding: UTF-8
1477
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1478
+ http_version:
1479
+ recorded_at: Wed, 05 Nov 2014 16:48:24 GMT
1480
+ - request:
1481
+ method: delete
1482
+ uri: http://localhost:3000/api/3/projects/22
1483
+ body:
1484
+ encoding: US-ASCII
1485
+ string: ''
1486
+ headers:
1487
+ User-Agent:
1488
+ - Faraday v0.9.0
1489
+ Authorization:
1490
+ - Bearer _frank_access_token_
1491
+ Accept-Encoding:
1492
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1493
+ Accept:
1494
+ - "*/*"
1495
+ response:
1496
+ status:
1497
+ code: 202
1498
+ message: Accepted
1499
+ headers:
1500
+ Retry-After:
1501
+ - '20'
1502
+ Content-Type:
1503
+ - application/json; charset=utf-8
1504
+ X-Ua-Compatible:
1505
+ - IE=Edge,chrome=1
1506
+ Cache-Control:
1507
+ - no-cache
1508
+ X-Request-Id:
1509
+ - e00cc3f1f2540753be4c793bbe4f0905
1510
+ X-Runtime:
1511
+ - '0.074275'
1512
+ Connection:
1513
+ - close
1514
+ Server:
1515
+ - thin 1.6.1 codename Death Proof
1516
+ body:
1517
+ encoding: UTF-8
1518
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1519
+ http_version:
1520
+ recorded_at: Wed, 05 Nov 2014 16:48:24 GMT
1521
+ - request:
1522
+ method: delete
1523
+ uri: http://localhost:3000/api/3/projects/22
1524
+ body:
1525
+ encoding: US-ASCII
1526
+ string: ''
1527
+ headers:
1528
+ User-Agent:
1529
+ - Faraday v0.9.0
1530
+ Authorization:
1531
+ - Bearer _frank_access_token_
1532
+ Accept-Encoding:
1533
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1534
+ Accept:
1535
+ - "*/*"
1536
+ response:
1537
+ status:
1538
+ code: 202
1539
+ message: Accepted
1540
+ headers:
1541
+ Retry-After:
1542
+ - '20'
1543
+ Content-Type:
1544
+ - application/json; charset=utf-8
1545
+ X-Ua-Compatible:
1546
+ - IE=Edge,chrome=1
1547
+ Cache-Control:
1548
+ - no-cache
1549
+ X-Request-Id:
1550
+ - 4f7f6c437a5a80442543ddf49a3f38bd
1551
+ X-Runtime:
1552
+ - '0.079380'
1553
+ Connection:
1554
+ - close
1555
+ Server:
1556
+ - thin 1.6.1 codename Death Proof
1557
+ body:
1558
+ encoding: UTF-8
1559
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1560
+ http_version:
1561
+ recorded_at: Wed, 05 Nov 2014 16:48:24 GMT
1562
+ - request:
1563
+ method: delete
1564
+ uri: http://localhost:3000/api/3/projects/22
1565
+ body:
1566
+ encoding: US-ASCII
1567
+ string: ''
1568
+ headers:
1569
+ User-Agent:
1570
+ - Faraday v0.9.0
1571
+ Authorization:
1572
+ - Bearer _frank_access_token_
1573
+ Accept-Encoding:
1574
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1575
+ Accept:
1576
+ - "*/*"
1577
+ response:
1578
+ status:
1579
+ code: 202
1580
+ message: Accepted
1581
+ headers:
1582
+ Retry-After:
1583
+ - '20'
1584
+ Content-Type:
1585
+ - application/json; charset=utf-8
1586
+ X-Ua-Compatible:
1587
+ - IE=Edge,chrome=1
1588
+ Cache-Control:
1589
+ - no-cache
1590
+ X-Request-Id:
1591
+ - e08f179a12a9c8cb022805a61bc4d20a
1592
+ X-Runtime:
1593
+ - '0.076927'
1594
+ Connection:
1595
+ - close
1596
+ Server:
1597
+ - thin 1.6.1 codename Death Proof
1598
+ body:
1599
+ encoding: UTF-8
1600
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1601
+ http_version:
1602
+ recorded_at: Wed, 05 Nov 2014 16:48:24 GMT
1603
+ - request:
1604
+ method: delete
1605
+ uri: http://localhost:3000/api/3/projects/22
1606
+ body:
1607
+ encoding: US-ASCII
1608
+ string: ''
1609
+ headers:
1610
+ User-Agent:
1611
+ - Faraday v0.9.0
1612
+ Authorization:
1613
+ - Bearer _frank_access_token_
1614
+ Accept-Encoding:
1615
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1616
+ Accept:
1617
+ - "*/*"
1618
+ response:
1619
+ status:
1620
+ code: 202
1621
+ message: Accepted
1622
+ headers:
1623
+ Retry-After:
1624
+ - '20'
1625
+ Content-Type:
1626
+ - application/json; charset=utf-8
1627
+ X-Ua-Compatible:
1628
+ - IE=Edge,chrome=1
1629
+ Cache-Control:
1630
+ - no-cache
1631
+ X-Request-Id:
1632
+ - 07016de64fdfe8da258cc29e5054b2ac
1633
+ X-Runtime:
1634
+ - '0.077213'
1635
+ Connection:
1636
+ - close
1637
+ Server:
1638
+ - thin 1.6.1 codename Death Proof
1639
+ body:
1640
+ encoding: UTF-8
1641
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1642
+ http_version:
1643
+ recorded_at: Wed, 05 Nov 2014 16:48:24 GMT
1644
+ - request:
1645
+ method: delete
1646
+ uri: http://localhost:3000/api/3/projects/22
1647
+ body:
1648
+ encoding: US-ASCII
1649
+ string: ''
1650
+ headers:
1651
+ User-Agent:
1652
+ - Faraday v0.9.0
1653
+ Authorization:
1654
+ - Bearer _frank_access_token_
1655
+ Accept-Encoding:
1656
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1657
+ Accept:
1658
+ - "*/*"
1659
+ response:
1660
+ status:
1661
+ code: 202
1662
+ message: Accepted
1663
+ headers:
1664
+ Retry-After:
1665
+ - '20'
1666
+ Content-Type:
1667
+ - application/json; charset=utf-8
1668
+ X-Ua-Compatible:
1669
+ - IE=Edge,chrome=1
1670
+ Cache-Control:
1671
+ - no-cache
1672
+ X-Request-Id:
1673
+ - e5b9ce0303ee6b4a542332fa763cab87
1674
+ X-Runtime:
1675
+ - '0.078916'
1676
+ Connection:
1677
+ - close
1678
+ Server:
1679
+ - thin 1.6.1 codename Death Proof
1680
+ body:
1681
+ encoding: UTF-8
1682
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1683
+ http_version:
1684
+ recorded_at: Wed, 05 Nov 2014 16:48:25 GMT
1685
+ - request:
1686
+ method: delete
1687
+ uri: http://localhost:3000/api/3/projects/22
1688
+ body:
1689
+ encoding: US-ASCII
1690
+ string: ''
1691
+ headers:
1692
+ User-Agent:
1693
+ - Faraday v0.9.0
1694
+ Authorization:
1695
+ - Bearer _frank_access_token_
1696
+ Accept-Encoding:
1697
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1698
+ Accept:
1699
+ - "*/*"
1700
+ response:
1701
+ status:
1702
+ code: 202
1703
+ message: Accepted
1704
+ headers:
1705
+ Retry-After:
1706
+ - '20'
1707
+ Content-Type:
1708
+ - application/json; charset=utf-8
1709
+ X-Ua-Compatible:
1710
+ - IE=Edge,chrome=1
1711
+ Cache-Control:
1712
+ - no-cache
1713
+ X-Request-Id:
1714
+ - 2a4010b9f424c9a136cc26c66a8497d0
1715
+ X-Runtime:
1716
+ - '0.075285'
1717
+ Connection:
1718
+ - close
1719
+ Server:
1720
+ - thin 1.6.1 codename Death Proof
1721
+ body:
1722
+ encoding: UTF-8
1723
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1724
+ http_version:
1725
+ recorded_at: Wed, 05 Nov 2014 16:48:25 GMT
1726
+ - request:
1727
+ method: delete
1728
+ uri: http://localhost:3000/api/3/projects/22
1729
+ body:
1730
+ encoding: US-ASCII
1731
+ string: ''
1732
+ headers:
1733
+ User-Agent:
1734
+ - Faraday v0.9.0
1735
+ Authorization:
1736
+ - Bearer _frank_access_token_
1737
+ Accept-Encoding:
1738
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1739
+ Accept:
1740
+ - "*/*"
1741
+ response:
1742
+ status:
1743
+ code: 202
1744
+ message: Accepted
1745
+ headers:
1746
+ Retry-After:
1747
+ - '20'
1748
+ Content-Type:
1749
+ - application/json; charset=utf-8
1750
+ X-Ua-Compatible:
1751
+ - IE=Edge,chrome=1
1752
+ Cache-Control:
1753
+ - no-cache
1754
+ X-Request-Id:
1755
+ - b59a8d400f2041e48ece5e4d5ac51060
1756
+ X-Runtime:
1757
+ - '0.077736'
1758
+ Connection:
1759
+ - close
1760
+ Server:
1761
+ - thin 1.6.1 codename Death Proof
1762
+ body:
1763
+ encoding: UTF-8
1764
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1765
+ http_version:
1766
+ recorded_at: Wed, 05 Nov 2014 16:48:25 GMT
1767
+ - request:
1768
+ method: delete
1769
+ uri: http://localhost:3000/api/3/projects/22
1770
+ body:
1771
+ encoding: US-ASCII
1772
+ string: ''
1773
+ headers:
1774
+ User-Agent:
1775
+ - Faraday v0.9.0
1776
+ Authorization:
1777
+ - Bearer _frank_access_token_
1778
+ Accept-Encoding:
1779
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1780
+ Accept:
1781
+ - "*/*"
1782
+ response:
1783
+ status:
1784
+ code: 202
1785
+ message: Accepted
1786
+ headers:
1787
+ Retry-After:
1788
+ - '20'
1789
+ Content-Type:
1790
+ - application/json; charset=utf-8
1791
+ X-Ua-Compatible:
1792
+ - IE=Edge,chrome=1
1793
+ Cache-Control:
1794
+ - no-cache
1795
+ X-Request-Id:
1796
+ - fd25fb1f55eb8f4e04a6782c4dedaf71
1797
+ X-Runtime:
1798
+ - '0.073336'
1799
+ Connection:
1800
+ - close
1801
+ Server:
1802
+ - thin 1.6.1 codename Death Proof
1803
+ body:
1804
+ encoding: UTF-8
1805
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1806
+ http_version:
1807
+ recorded_at: Wed, 05 Nov 2014 16:48:25 GMT
1808
+ - request:
1809
+ method: delete
1810
+ uri: http://localhost:3000/api/3/projects/22
1811
+ body:
1812
+ encoding: US-ASCII
1813
+ string: ''
1814
+ headers:
1815
+ User-Agent:
1816
+ - Faraday v0.9.0
1817
+ Authorization:
1818
+ - Bearer _frank_access_token_
1819
+ Accept-Encoding:
1820
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1821
+ Accept:
1822
+ - "*/*"
1823
+ response:
1824
+ status:
1825
+ code: 202
1826
+ message: Accepted
1827
+ headers:
1828
+ Retry-After:
1829
+ - '20'
1830
+ Content-Type:
1831
+ - application/json; charset=utf-8
1832
+ X-Ua-Compatible:
1833
+ - IE=Edge,chrome=1
1834
+ Cache-Control:
1835
+ - no-cache
1836
+ X-Request-Id:
1837
+ - 34682e157fc0a9836a3b1535592270be
1838
+ X-Runtime:
1839
+ - '0.075116'
1840
+ Connection:
1841
+ - close
1842
+ Server:
1843
+ - thin 1.6.1 codename Death Proof
1844
+ body:
1845
+ encoding: UTF-8
1846
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1847
+ http_version:
1848
+ recorded_at: Wed, 05 Nov 2014 16:48:25 GMT
1849
+ - request:
1850
+ method: delete
1851
+ uri: http://localhost:3000/api/3/projects/22
1852
+ body:
1853
+ encoding: US-ASCII
1854
+ string: ''
1855
+ headers:
1856
+ User-Agent:
1857
+ - Faraday v0.9.0
1858
+ Authorization:
1859
+ - Bearer _frank_access_token_
1860
+ Accept-Encoding:
1861
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1862
+ Accept:
1863
+ - "*/*"
1864
+ response:
1865
+ status:
1866
+ code: 202
1867
+ message: Accepted
1868
+ headers:
1869
+ Retry-After:
1870
+ - '20'
1871
+ Content-Type:
1872
+ - application/json; charset=utf-8
1873
+ X-Ua-Compatible:
1874
+ - IE=Edge,chrome=1
1875
+ Cache-Control:
1876
+ - no-cache
1877
+ X-Request-Id:
1878
+ - 42f15ec2840a2b8bfee055e70e347e61
1879
+ X-Runtime:
1880
+ - '0.076671'
1881
+ Connection:
1882
+ - close
1883
+ Server:
1884
+ - thin 1.6.1 codename Death Proof
1885
+ body:
1886
+ encoding: UTF-8
1887
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1888
+ http_version:
1889
+ recorded_at: Wed, 05 Nov 2014 16:48:25 GMT
1890
+ - request:
1891
+ method: delete
1892
+ uri: http://localhost:3000/api/3/projects/22
1893
+ body:
1894
+ encoding: US-ASCII
1895
+ string: ''
1896
+ headers:
1897
+ User-Agent:
1898
+ - Faraday v0.9.0
1899
+ Authorization:
1900
+ - Bearer _frank_access_token_
1901
+ Accept-Encoding:
1902
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1903
+ Accept:
1904
+ - "*/*"
1905
+ response:
1906
+ status:
1907
+ code: 202
1908
+ message: Accepted
1909
+ headers:
1910
+ Retry-After:
1911
+ - '20'
1912
+ Content-Type:
1913
+ - application/json; charset=utf-8
1914
+ X-Ua-Compatible:
1915
+ - IE=Edge,chrome=1
1916
+ Cache-Control:
1917
+ - no-cache
1918
+ X-Request-Id:
1919
+ - 87cdf104dc0d62835b024c23d57ac9c5
1920
+ X-Runtime:
1921
+ - '0.082886'
1922
+ Connection:
1923
+ - close
1924
+ Server:
1925
+ - thin 1.6.1 codename Death Proof
1926
+ body:
1927
+ encoding: UTF-8
1928
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1929
+ http_version:
1930
+ recorded_at: Wed, 05 Nov 2014 16:48:25 GMT
1931
+ - request:
1932
+ method: delete
1933
+ uri: http://localhost:3000/api/3/projects/22
1934
+ body:
1935
+ encoding: US-ASCII
1936
+ string: ''
1937
+ headers:
1938
+ User-Agent:
1939
+ - Faraday v0.9.0
1940
+ Authorization:
1941
+ - Bearer _frank_access_token_
1942
+ Accept-Encoding:
1943
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1944
+ Accept:
1945
+ - "*/*"
1946
+ response:
1947
+ status:
1948
+ code: 202
1949
+ message: Accepted
1950
+ headers:
1951
+ Retry-After:
1952
+ - '20'
1953
+ Content-Type:
1954
+ - application/json; charset=utf-8
1955
+ X-Ua-Compatible:
1956
+ - IE=Edge,chrome=1
1957
+ Cache-Control:
1958
+ - no-cache
1959
+ X-Request-Id:
1960
+ - 2128e2cb1fef44a90aecbf11b17521f3
1961
+ X-Runtime:
1962
+ - '0.111320'
1963
+ Connection:
1964
+ - close
1965
+ Server:
1966
+ - thin 1.6.1 codename Death Proof
1967
+ body:
1968
+ encoding: UTF-8
1969
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
1970
+ http_version:
1971
+ recorded_at: Wed, 05 Nov 2014 16:48:25 GMT
1972
+ - request:
1973
+ method: delete
1974
+ uri: http://localhost:3000/api/3/projects/22
1975
+ body:
1976
+ encoding: US-ASCII
1977
+ string: ''
1978
+ headers:
1979
+ User-Agent:
1980
+ - Faraday v0.9.0
1981
+ Authorization:
1982
+ - Bearer _frank_access_token_
1983
+ Accept-Encoding:
1984
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1985
+ Accept:
1986
+ - "*/*"
1987
+ response:
1988
+ status:
1989
+ code: 202
1990
+ message: Accepted
1991
+ headers:
1992
+ Retry-After:
1993
+ - '20'
1994
+ Content-Type:
1995
+ - application/json; charset=utf-8
1996
+ X-Ua-Compatible:
1997
+ - IE=Edge,chrome=1
1998
+ Cache-Control:
1999
+ - no-cache
2000
+ X-Request-Id:
2001
+ - 83b6767fb917d3fc87f9a46b182c4fac
2002
+ X-Runtime:
2003
+ - '0.094674'
2004
+ Connection:
2005
+ - close
2006
+ Server:
2007
+ - thin 1.6.1 codename Death Proof
2008
+ body:
2009
+ encoding: UTF-8
2010
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
2011
+ http_version:
2012
+ recorded_at: Wed, 05 Nov 2014 16:48:25 GMT
2013
+ - request:
2014
+ method: delete
2015
+ uri: http://localhost:3000/api/3/projects/22
2016
+ body:
2017
+ encoding: US-ASCII
2018
+ string: ''
2019
+ headers:
2020
+ User-Agent:
2021
+ - Faraday v0.9.0
2022
+ Authorization:
2023
+ - Bearer _frank_access_token_
2024
+ Accept-Encoding:
2025
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
2026
+ Accept:
2027
+ - "*/*"
2028
+ response:
2029
+ status:
2030
+ code: 202
2031
+ message: Accepted
2032
+ headers:
2033
+ Retry-After:
2034
+ - '20'
2035
+ Content-Type:
2036
+ - application/json; charset=utf-8
2037
+ X-Ua-Compatible:
2038
+ - IE=Edge,chrome=1
2039
+ Cache-Control:
2040
+ - no-cache
2041
+ X-Request-Id:
2042
+ - 6602ba6ca52c2534f7b8e61b8430895d
2043
+ X-Runtime:
2044
+ - '0.128207'
2045
+ Connection:
2046
+ - close
2047
+ Server:
2048
+ - thin 1.6.1 codename Death Proof
2049
+ body:
2050
+ encoding: UTF-8
2051
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
2052
+ http_version:
2053
+ recorded_at: Wed, 05 Nov 2014 16:48:25 GMT
2054
+ - request:
2055
+ method: delete
2056
+ uri: http://localhost:3000/api/3/projects/22
2057
+ body:
2058
+ encoding: US-ASCII
2059
+ string: ''
2060
+ headers:
2061
+ User-Agent:
2062
+ - Faraday v0.9.0
2063
+ Authorization:
2064
+ - Bearer _frank_access_token_
2065
+ Accept-Encoding:
2066
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
2067
+ Accept:
2068
+ - "*/*"
2069
+ response:
2070
+ status:
2071
+ code: 202
2072
+ message: Accepted
2073
+ headers:
2074
+ Retry-After:
2075
+ - '20'
2076
+ Content-Type:
2077
+ - application/json; charset=utf-8
2078
+ X-Ua-Compatible:
2079
+ - IE=Edge,chrome=1
2080
+ Cache-Control:
2081
+ - no-cache
2082
+ X-Request-Id:
2083
+ - 8467ce4a76d4a038f827719097d76e65
2084
+ X-Runtime:
2085
+ - '0.090746'
2086
+ Connection:
2087
+ - close
2088
+ Server:
2089
+ - thin 1.6.1 codename Death Proof
2090
+ body:
2091
+ encoding: UTF-8
2092
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
2093
+ http_version:
2094
+ recorded_at: Wed, 05 Nov 2014 16:48:25 GMT
2095
+ - request:
2096
+ method: delete
2097
+ uri: http://localhost:3000/api/3/projects/22
2098
+ body:
2099
+ encoding: US-ASCII
2100
+ string: ''
2101
+ headers:
2102
+ User-Agent:
2103
+ - Faraday v0.9.0
2104
+ Authorization:
2105
+ - Bearer _frank_access_token_
2106
+ Accept-Encoding:
2107
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
2108
+ Accept:
2109
+ - "*/*"
2110
+ response:
2111
+ status:
2112
+ code: 202
2113
+ message: Accepted
2114
+ headers:
2115
+ Retry-After:
2116
+ - '20'
2117
+ Content-Type:
2118
+ - application/json; charset=utf-8
2119
+ X-Ua-Compatible:
2120
+ - IE=Edge,chrome=1
2121
+ Cache-Control:
2122
+ - no-cache
2123
+ X-Request-Id:
2124
+ - eb6c788d686b634229d372a06e3a18d1
2125
+ X-Runtime:
2126
+ - '0.084921'
2127
+ Connection:
2128
+ - close
2129
+ Server:
2130
+ - thin 1.6.1 codename Death Proof
2131
+ body:
2132
+ encoding: UTF-8
2133
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
2134
+ http_version:
2135
+ recorded_at: Wed, 05 Nov 2014 16:48:26 GMT
2136
+ - request:
2137
+ method: delete
2138
+ uri: http://localhost:3000/api/3/projects/22
2139
+ body:
2140
+ encoding: US-ASCII
2141
+ string: ''
2142
+ headers:
2143
+ User-Agent:
2144
+ - Faraday v0.9.0
2145
+ Authorization:
2146
+ - Bearer _frank_access_token_
2147
+ Accept-Encoding:
2148
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
2149
+ Accept:
2150
+ - "*/*"
2151
+ response:
2152
+ status:
2153
+ code: 202
2154
+ message: Accepted
2155
+ headers:
2156
+ Retry-After:
2157
+ - '20'
2158
+ Content-Type:
2159
+ - application/json; charset=utf-8
2160
+ X-Ua-Compatible:
2161
+ - IE=Edge,chrome=1
2162
+ Cache-Control:
2163
+ - no-cache
2164
+ X-Request-Id:
2165
+ - 27b62668e9ead5a3b65bb3f30c6c5ad9
2166
+ X-Runtime:
2167
+ - '0.096976'
2168
+ Connection:
2169
+ - close
2170
+ Server:
2171
+ - thin 1.6.1 codename Death Proof
2172
+ body:
2173
+ encoding: UTF-8
2174
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
2175
+ http_version:
2176
+ recorded_at: Wed, 05 Nov 2014 16:48:26 GMT
2177
+ - request:
2178
+ method: delete
2179
+ uri: http://localhost:3000/api/3/projects/22
2180
+ body:
2181
+ encoding: US-ASCII
2182
+ string: ''
2183
+ headers:
2184
+ User-Agent:
2185
+ - Faraday v0.9.0
2186
+ Authorization:
2187
+ - Bearer _frank_access_token_
2188
+ Accept-Encoding:
2189
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
2190
+ Accept:
2191
+ - "*/*"
2192
+ response:
2193
+ status:
2194
+ code: 202
2195
+ message: Accepted
2196
+ headers:
2197
+ Retry-After:
2198
+ - '20'
2199
+ Content-Type:
2200
+ - application/json; charset=utf-8
2201
+ X-Ua-Compatible:
2202
+ - IE=Edge,chrome=1
2203
+ Cache-Control:
2204
+ - no-cache
2205
+ X-Request-Id:
2206
+ - 38d4022481a6e87d7075a2e46687918f
2207
+ X-Runtime:
2208
+ - '0.097572'
2209
+ Connection:
2210
+ - close
2211
+ Server:
2212
+ - thin 1.6.1 codename Death Proof
2213
+ body:
2214
+ encoding: UTF-8
2215
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
2216
+ http_version:
2217
+ recorded_at: Wed, 05 Nov 2014 16:48:26 GMT
2218
+ - request:
2219
+ method: delete
2220
+ uri: http://localhost:3000/api/3/projects/22
2221
+ body:
2222
+ encoding: US-ASCII
2223
+ string: ''
2224
+ headers:
2225
+ User-Agent:
2226
+ - Faraday v0.9.0
2227
+ Authorization:
2228
+ - Bearer _frank_access_token_
2229
+ Accept-Encoding:
2230
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
2231
+ Accept:
2232
+ - "*/*"
2233
+ response:
2234
+ status:
2235
+ code: 202
2236
+ message: Accepted
2237
+ headers:
2238
+ Retry-After:
2239
+ - '20'
2240
+ Content-Type:
2241
+ - application/json; charset=utf-8
2242
+ X-Ua-Compatible:
2243
+ - IE=Edge,chrome=1
2244
+ Cache-Control:
2245
+ - no-cache
2246
+ X-Request-Id:
2247
+ - 86cc4170f97bfc43688b7faa680a0e37
2248
+ X-Runtime:
2249
+ - '0.087069'
2250
+ Connection:
2251
+ - close
2252
+ Server:
2253
+ - thin 1.6.1 codename Death Proof
2254
+ body:
2255
+ encoding: UTF-8
2256
+ string: '{"status":"Enqueued","process_token":null,"retry_after":20}'
2257
+ http_version:
2258
+ recorded_at: Wed, 05 Nov 2014 16:48:26 GMT
2259
+ - request:
2260
+ method: delete
2261
+ uri: http://localhost:3000/api/3/projects/22
2262
+ body:
2263
+ encoding: US-ASCII
2264
+ string: ''
2265
+ headers:
2266
+ User-Agent:
2267
+ - Faraday v0.9.0
2268
+ Authorization:
2269
+ - Bearer _frank_access_token_
2270
+ Accept-Encoding:
2271
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
2272
+ Accept:
2273
+ - "*/*"
2274
+ response:
2275
+ status:
2276
+ code: 204
2277
+ message: No Content
2278
+ headers:
2279
+ X-Ua-Compatible:
2280
+ - IE=Edge,chrome=1
2281
+ Cache-Control:
2282
+ - no-cache
2283
+ X-Request-Id:
2284
+ - 4574426db6cb35004d70d91b95d8888d
2285
+ X-Runtime:
2286
+ - '0.100558'
2287
+ Connection:
2288
+ - close
2289
+ Server:
2290
+ - thin 1.6.1 codename Death Proof
2291
+ body:
2292
+ encoding: UTF-8
2293
+ string: ''
2294
+ http_version:
2295
+ recorded_at: Wed, 05 Nov 2014 16:48:26 GMT
2296
+ recorded_with: VCR 2.9.3