Skip to content

Commit

Permalink
Merge 2f2cca4 into ed6edfc
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Feb 3, 2020
2 parents ed6edfc + 2f2cca4 commit f7179a0
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 229 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,11 @@
"received_events_url": "https://api.github.com/users/octokit-fixture-user-a/received_events",
"type": "User",
"site_admin": false,
"permissions": { "admin": true, "push": true, "pull": true }
"permissions": {
"admin": true,
"push": true,
"pull": true
}
},
{
"login": "octokit-fixture-user-b",
Expand All @@ -386,7 +390,11 @@
"received_events_url": "https://api.github.com/users/octokit-fixture-user-b/received_events",
"type": "User",
"site_admin": false,
"permissions": { "admin": false, "push": true, "pull": true }
"permissions": {
"admin": false,
"push": true,
"pull": true
}
}
],
"reqheaders": {
Expand Down Expand Up @@ -478,7 +486,36 @@
"received_events_url": "https://api.github.com/users/octokit-fixture-user-a/received_events",
"type": "User",
"site_admin": false,
"permissions": { "admin": true, "push": true, "pull": true }
"permissions": {
"admin": true,
"push": true,
"pull": true
}
},
{
"login": "octokit-fixture-user-b",
"id": 31899067,
"node_id": "MDA6RW50aXR5MQ==",
"avatar_url": "https://avatars1.githubusercontent.com/u/31899067?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/octokit-fixture-user-b",
"html_url": "https://github.com/octokit-fixture-user-b",
"followers_url": "https://api.github.com/users/octokit-fixture-user-b/followers",
"following_url": "https://api.github.com/users/octokit-fixture-user-b/following{/other_user}",
"gists_url": "https://api.github.com/users/octokit-fixture-user-b/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octokit-fixture-user-b/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octokit-fixture-user-b/subscriptions",
"organizations_url": "https://api.github.com/users/octokit-fixture-user-b/orgs",
"repos_url": "https://api.github.com/users/octokit-fixture-user-b/repos",
"events_url": "https://api.github.com/users/octokit-fixture-user-b/events{/privacy}",
"received_events_url": "https://api.github.com/users/octokit-fixture-user-b/received_events",
"type": "User",
"site_admin": false,
"permissions": {
"admin": false,
"push": false,
"pull": true
}
}
],
"reqheaders": {
Expand All @@ -491,7 +528,7 @@
"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",
"cache-control": "private, max-age=60, s-maxage=60",
"connection": "close",
"content-length": "1127",
"content-length": "2255",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
Expand Down
Loading

0 comments on commit f7179a0

Please sign in to comment.