/ tests / ReplayData / PullRequest.testDeleteAndSetLabels.txt
PullRequest.testDeleteAndSetLabels.txt
 1  https
 2  GET
 3  api.github.com
 4  None
 5  /repos/PyGithub/PyGithub/labels/wip
 6  {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
 7  None
 8  200
 9  [('status', '200 OK'), ('x-ratelimit-remaining', '4992'), ('content-length', '97'), ('server', 'nginx/1.0.13'), ('connection', 'keep-alive'), ('x-ratelimit-limit', '5000'), ('etag', '"569c414d87e8ec43ec269a9e28bc2982"'), ('date', 'Sun, 27 May 2012 09:04:01 GMT'), ('content-type', 'application/json; charset=utf-8')]
10  {"color":"eb6420","url":"https://api.github.com/repos/PyGithub/PyGithub/labels/wip","name":"wip"}
11  
12  https
13  GET
14  api.github.com
15  None
16  /repos/PyGithub/PyGithub/labels/refactoring
17  {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
18  None
19  200
20  [('status', '200 OK'), ('x-ratelimit-remaining', '4991'), ('content-length', '113'), ('server', 'nginx/1.0.13'), ('connection', 'keep-alive'), ('x-ratelimit-limit', '5000'), ('etag', '"b659c8dcc1212c71f826547c3cc7ae99"'), ('date', 'Sun, 27 May 2012 09:04:02 GMT'), ('content-type', 'application/json; charset=utf-8')]
21  {"url":"https://api.github.com/repos/PyGithub/PyGithub/labels/refactoring","name":"refactoring","color":"fbca04"}
22  
23  https
24  GET
25  api.github.com
26  None
27  /repos/PyGithub/PyGithub/issues/31/labels
28  {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
29  None
30  200
31  [('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')]
32  [{"url":"https://api.github.com/repos/PyGithub/PyGithub/labels/wip","name":"wip","color":"eb6420"},{"url":"https://api.github.com/repos/PyGithub/PyGithub/labels/refactoring","name":"refactoring","color":"fbca04"},{"url":"https://api.github.com/repos/PyGithub/PyGithub/labels/improvement","name":"improvement","color":"ffffff"}]
33  
34  https
35  DELETE
36  api.github.com
37  None
38  /repos/PyGithub/PyGithub/issues/31/labels
39  {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
40  None
41  204
42  [('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')]
43  
44  
45  https
46  GET
47  api.github.com
48  None
49  /repos/PyGithub/PyGithub/issues/31/labels
50  {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
51  None
52  200
53  [('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')]
54  []
55  
56  https
57  PUT
58  api.github.com
59  None
60  /repos/PyGithub/PyGithub/issues/31/labels
61  {'Content-Type': 'application/json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
62  ["wip", "refactoring"]
63  200
64  [('status', '200 OK'), ('x-ratelimit-remaining', '4969'), ('content-length', '213'), ('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')]
65  [{"url":"https://api.github.com/repos/PyGithub/PyGithub/labels/wip","name":"wip","color":"eb6420"},{"url":"https://api.github.com/repos/PyGithub/PyGithub/labels/refactoring","name":"refactoring","color":"fbca04"}]
66  
67  https
68  GET
69  api.github.com
70  None
71  /repos/PyGithub/PyGithub/issues/31/labels
72  {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
73  None
74  200
75  [('status', '200 OK'), ('x-ratelimit-remaining', '4968'), ('content-length', '213'), ('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')]
76  [{"url":"https://api.github.com/repos/PyGithub/PyGithub/labels/wip","name":"wip","color":"eb6420"},{"url":"https://api.github.com/repos/PyGithub/PyGithub/labels/refactoring","name":"refactoring","color":"fbca04"}]
77