Mercurial > repos > bcclaywell > argo_navis
comparison venv/lib/python2.7/site-packages/github/tests/ReplayData/Issue.testDeleteAndSetLabelsWithStringArguments.txt @ 0:d67268158946 draft
planemo upload commit a3f181f5f126803c654b3a66dd4e83a48f7e203b
author | bcclaywell |
---|---|
date | Mon, 12 Oct 2015 17:43:33 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d67268158946 |
---|---|
1 https | |
2 GET | |
3 api.github.com | |
4 None | |
5 /repos/jacquev6/PyGithub/issues/28/labels | |
6 {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'} | |
7 null | |
8 200 | |
9 [('status', '200 OK'), ('x-ratelimit-remaining', '4972'), ('content-length', '335'), ('server', 'nginx/1.0.13'), ('connection', 'keep-alive'), ('x-ratelimit-limit', '5000'), ('etag', '"d135d74d2ea2159d044676a220d41d3a"'), ('date', 'Sun, 27 May 2012 09:06:39 GMT'), ('content-type', 'application/json; charset=utf-8')] | |
10 [{"color":"e10c02","url":"https://api.github.com/repos/jacquev6/PyGithub/labels/Bug","name":"Bug"},{"color":"444444","url":"https://api.github.com/repos/jacquev6/PyGithub/labels/Project+management","name":"Project management"},{"color":"02e10c","url":"https://api.github.com/repos/jacquev6/PyGithub/labels/Question","name":"Question"}] | |
11 | |
12 https | |
13 DELETE | |
14 api.github.com | |
15 None | |
16 /repos/jacquev6/PyGithub/issues/28/labels | |
17 {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'} | |
18 null | |
19 204 | |
20 [('status', '204 No Content'), ('x-ratelimit-remaining', '4971'), ('server', 'nginx/1.0.13'), ('connection', 'keep-alive'), ('x-ratelimit-limit', '5000'), ('etag', '"d41d8cd98f00b204e9800998ecf8427e"'), ('date', 'Sun, 27 May 2012 09:06:39 GMT')] | |
21 | |
22 | |
23 https | |
24 GET | |
25 api.github.com | |
26 None | |
27 /repos/jacquev6/PyGithub/issues/28/labels | |
28 {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'} | |
29 null | |
30 200 | |
31 [('status', '200 OK'), ('x-ratelimit-remaining', '4970'), ('content-length', '2'), ('server', 'nginx/1.0.13'), ('connection', 'keep-alive'), ('x-ratelimit-limit', '5000'), ('etag', '"d751713988987e9331980363e24189ce"'), ('date', 'Sun, 27 May 2012 09:06:40 GMT'), ('content-type', 'application/json; charset=utf-8')] | |
32 [] | |
33 | |
34 https | |
35 PUT | |
36 api.github.com | |
37 None | |
38 /repos/jacquev6/PyGithub/issues/28/labels | |
39 {'Content-Type': 'application/json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'} | |
40 ["Bug", "Question"] | |
41 200 | |
42 [('status', '200 OK'), ('x-ratelimit-remaining', '4969'), ('content-length', '207'), ('server', 'nginx/1.0.13'), ('connection', 'keep-alive'), ('x-ratelimit-limit', '5000'), ('etag', '"1a56634d9c1050a88592ff55ed8adc62"'), ('date', 'Sun, 27 May 2012 09:06:40 GMT'), ('content-type', 'application/json; charset=utf-8')] | |
43 [{"url":"https://api.github.com/repos/jacquev6/PyGithub/labels/Bug","name":"Bug","color":"e10c02"},{"url":"https://api.github.com/repos/jacquev6/PyGithub/labels/Question","name":"Question","color":"02e10c"}] | |
44 | |
45 https | |
46 GET | |
47 api.github.com | |
48 None | |
49 /repos/jacquev6/PyGithub/issues/28/labels | |
50 {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'} | |
51 null | |
52 200 | |
53 [('status', '200 OK'), ('x-ratelimit-remaining', '4968'), ('content-length', '207'), ('server', 'nginx/1.0.13'), ('connection', 'keep-alive'), ('x-ratelimit-limit', '5000'), ('etag', '"1a56634d9c1050a88592ff55ed8adc62"'), ('date', 'Sun, 27 May 2012 09:06:41 GMT'), ('content-type', 'application/json; charset=utf-8')] | |
54 [{"url":"https://api.github.com/repos/jacquev6/PyGithub/labels/Bug","name":"Bug","color":"e10c02"},{"url":"https://api.github.com/repos/jacquev6/PyGithub/labels/Question","name":"Question","color":"02e10c"}] | |
55 |