/ tests / ReplayData / Project.testCreateCardFromIssue.txt
Project.testCreateCardFromIssue.txt
 1  https
 2  POST
 3  api.github.com
 4  None
 5  /repos/bbi-yggy/PyGithub/projects
 6  {'Content-Type': 'application/json', 'Accept': 'application/vnd.github.inertia-preview+json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
 7  {"body": "Project Body", "name": "Project created by PyGithub"}
 8  201
 9  [('Server', 'GitHub.com'), ('Date', 'Wed, 26 Dec 2018 22:12:00 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Content-Length', '1375'), ('Status', '201 Created'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4939'), ('X-RateLimit-Reset', '1545864082'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP'), ('ETag', '"0aa4a598a99e9c4023607e24d2da75d3"'), ('Location', 'https://api.github.com/projects/2032101'), ('X-GitHub-Media-Type', 'github.inertia-preview; format=json'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '1; mode=block'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('X-GitHub-Request-Id', '9304:0E38:6742770:E4CA34B:5C23FCAF')]
10  {"owner_url":"https://api.github.com/repos/bbi-yggy/PyGithub","url":"https://api.github.com/projects/2032101","html_url":"https://github.com/bbi-yggy/PyGithub/projects/15","columns_url":"https://api.github.com/projects/2032101/columns","id":2032101,"node_id":"MDc6UHJvamVjdDIwMzIxMDE=","name":"Project created by PyGithub","body":"Project Body","number":15,"state":"open","creator":{"login":"bbi-yggy","id":1086629,"node_id":"MDQ6VXNlcjEwODY2Mjk=","avatar_url":"https://avatars0.githubusercontent.com/u/1086629?v=4","gravatar_id":"","url":"https://api.github.com/users/bbi-yggy","html_url":"https://github.com/bbi-yggy","followers_url":"https://api.github.com/users/bbi-yggy/followers","following_url":"https://api.github.com/users/bbi-yggy/following{/other_user}","gists_url":"https://api.github.com/users/bbi-yggy/gists{/gist_id}","starred_url":"https://api.github.com/users/bbi-yggy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bbi-yggy/subscriptions","organizations_url":"https://api.github.com/users/bbi-yggy/orgs","repos_url":"https://api.github.com/users/bbi-yggy/repos","events_url":"https://api.github.com/users/bbi-yggy/events{/privacy}","received_events_url":"https://api.github.com/users/bbi-yggy/received_events","type":"User","site_admin":false},"created_at":"2018-12-26T22:12:00Z","updated_at":"2018-12-26T22:12:00Z"}
11  
12  https
13  POST
14  api.github.com
15  None
16  /projects/2032101/columns
17  {'Content-Type': 'application/json', 'Accept': 'application/vnd.github.inertia-preview+json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
18  {"name": "Project Column created by PyGithub"}
19  201
20  [('Server', 'GitHub.com'), ('Date', 'Wed, 26 Dec 2018 22:12:00 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Content-Length', '355'), ('Status', '201 Created'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4938'), ('X-RateLimit-Reset', '1545864082'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP'), ('ETag', '"dab1f24d43d11f809fc501bf947c854a"'), ('Location', 'https://api.github.com/projects/columns/4046368'), ('X-GitHub-Media-Type', 'github.inertia-preview; format=json'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '1; mode=block'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('X-GitHub-Request-Id', 'E384:0E37:55EEB77:C01B755:5C23FCB0')]
21  {"url":"https://api.github.com/projects/columns/4046368","project_url":"https://api.github.com/projects/2032101","cards_url":"https://api.github.com/projects/columns/4046368/cards","id":4046368,"node_id":"MDEzOlByb2plY3RDb2x1bW40MDQ2MzY4","name":"Project Column created by PyGithub","created_at":"2018-12-26T22:12:00Z","updated_at":"2018-12-26T22:12:00Z"}
22  
23  https
24  POST
25  api.github.com
26  None
27  /repos/bbi-yggy/PyGithub/issues
28  {'Content-Type': 'application/json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
29  {"title": "Issue created by PyGithub"}
30  201
31  [('Server', 'GitHub.com'), ('Date', 'Wed, 26 Dec 2018 22:12:01 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Content-Length', '1716'), ('Status', '201 Created'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4937'), ('X-RateLimit-Reset', '1545864082'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP'), ('ETag', '"44b3c790ec5cc7e4b29a1fbb95e5803c"'), ('Location', 'https://api.github.com/repos/bbi-yggy/PyGithub/issues/1'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '1; mode=block'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('X-GitHub-Request-Id', '9308:0E37:55EEBA9:C01B7B1:5C23FCB0')]
32  {"url":"https://api.github.com/repos/bbi-yggy/PyGithub/issues/1","repository_url":"https://api.github.com/repos/bbi-yggy/PyGithub","labels_url":"https://api.github.com/repos/bbi-yggy/PyGithub/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/bbi-yggy/PyGithub/issues/1/comments","events_url":"https://api.github.com/repos/bbi-yggy/PyGithub/issues/1/events","html_url":"https://github.com/bbi-yggy/PyGithub/issues/1","id":394249838,"node_id":"MDU6SXNzdWUzOTQyNDk4Mzg=","number":1,"title":"Issue created by PyGithub","user":{"login":"bbi-yggy","id":1086629,"node_id":"MDQ6VXNlcjEwODY2Mjk=","avatar_url":"https://avatars0.githubusercontent.com/u/1086629?v=4","gravatar_id":"","url":"https://api.github.com/users/bbi-yggy","html_url":"https://github.com/bbi-yggy","followers_url":"https://api.github.com/users/bbi-yggy/followers","following_url":"https://api.github.com/users/bbi-yggy/following{/other_user}","gists_url":"https://api.github.com/users/bbi-yggy/gists{/gist_id}","starred_url":"https://api.github.com/users/bbi-yggy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bbi-yggy/subscriptions","organizations_url":"https://api.github.com/users/bbi-yggy/orgs","repos_url":"https://api.github.com/users/bbi-yggy/repos","events_url":"https://api.github.com/users/bbi-yggy/events{/privacy}","received_events_url":"https://api.github.com/users/bbi-yggy/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-12-26T22:12:01Z","updated_at":"2018-12-26T22:12:01Z","closed_at":null,"author_association":"OWNER","body":null,"closed_by":null}
33  
34  https
35  POST
36  api.github.com
37  None
38  /projects/columns/4046368/cards
39  {'Content-Type': 'application/json', 'Accept': 'application/vnd.github.inertia-preview+json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
40  {"content_id": 394249838, "content_type": "Issue"}
41  201
42  [('Server', 'GitHub.com'), ('Date', 'Wed, 26 Dec 2018 22:12:02 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Content-Length', '1345'), ('Status', '201 Created'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4936'), ('X-RateLimit-Reset', '1545864082'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP'), ('ETag', '"edaf50abebabc9e604f55c3694feb344"'), ('Location', 'https://api.github.com/projects/columns/cards/16039106'), ('X-GitHub-Media-Type', 'github.inertia-preview; format=json'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '1; mode=block'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('X-GitHub-Request-Id', 'E388:0E37:55EEBEF:C01B83F:5C23FCB1')]
43  {"url":"https://api.github.com/projects/columns/cards/16039106","project_url":"https://api.github.com/projects/2032101","id":16039106,"node_id":"MDExOlByb2plY3RDYXJkMTYwMzkxMDY=","note":null,"archived":false,"creator":{"login":"bbi-yggy","id":1086629,"node_id":"MDQ6VXNlcjEwODY2Mjk=","avatar_url":"https://avatars0.githubusercontent.com/u/1086629?v=4","gravatar_id":"","url":"https://api.github.com/users/bbi-yggy","html_url":"https://github.com/bbi-yggy","followers_url":"https://api.github.com/users/bbi-yggy/followers","following_url":"https://api.github.com/users/bbi-yggy/following{/other_user}","gists_url":"https://api.github.com/users/bbi-yggy/gists{/gist_id}","starred_url":"https://api.github.com/users/bbi-yggy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bbi-yggy/subscriptions","organizations_url":"https://api.github.com/users/bbi-yggy/orgs","repos_url":"https://api.github.com/users/bbi-yggy/repos","events_url":"https://api.github.com/users/bbi-yggy/events{/privacy}","received_events_url":"https://api.github.com/users/bbi-yggy/received_events","type":"User","site_admin":false},"created_at":"2018-12-26T22:12:02Z","updated_at":"2018-12-26T22:12:02Z","column_url":"https://api.github.com/projects/columns/4046368","content_url":"https://api.github.com/repos/bbi-yggy/PyGithub/issues/1"}
44