-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump github-api to support new teams api #541
Changes from all commits
7a4383a
abc4674
566b27a
0d690ad
03d36c3
7fb89a1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"id": 1, | ||
"node_id": "MDQ6VGVhbTE=", | ||
"url": "https://api.github.com/teams/1", | ||
"url": "https://api.github.com/organizations/4181899/team/1/", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. updated to reflects its actual location... |
||
"name": "Justice League", | ||
"slug": "justice-league", | ||
"description": "A great team.", | ||
"privacy": "closed", | ||
"permission": "admin", | ||
"members_url": "https://api.github.com/teams/1/members{/member}", | ||
"repositories_url": "https://api.github.com/teams/1/repos", | ||
"members_url": "https://api.github.com/organizations/4181899/team/1/members{/member}", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. updated to new endpoints |
||
"repositories_url": "https://api.github.com/organizations/4181899/teams/1/repos", | ||
"parent": null | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,13 @@ | |
"method" : "GET" | ||
}, | ||
"response" : { | ||
"status" : 301, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this looks to have been wrong from the outset and was shown by a fix in the updated client. checked https://api.github.com/repos/jenkinsci/jenkins/contents/?ref=b9fcd2ae02752e7a74e9ca4886e490e435a1ff03 and a few others to show that they do not show redirects and a body (the header did not even have a |
||
"status" : 200, | ||
"bodyFileName" : "body-contents-fu-nMBRw.json", | ||
"headers" : { | ||
"Date" : "Wed, 24 Apr 2019 07:12:07 GMT", | ||
"Content-Type" : "application/json; charset=utf-8", | ||
"Server" : "GitHub.com", | ||
"Status" : "301 Moved Permanently", | ||
"Status" : "200 OK", | ||
"X-RateLimit-Limit" : "60", | ||
"X-RateLimit-Remaining" : "59", | ||
"X-RateLimit-Reset" : "1556093527", | ||
|
@@ -29,4 +29,4 @@ | |
"X-GitHub-Request-Id" : "C1B8:23BE:6A64B8:8175F2:5CC00C46" | ||
} | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no longer in the root response as this no longer exists