Skip to content

Commit

Permalink
feat: "temp_clone_token" in repository response (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored and gr2m committed Dec 6, 2019
1 parent 03eab59 commit f457c59
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 261 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"push": true,
"pull": true
},
"temp_clone_token": "",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
Expand Down Expand Up @@ -139,7 +140,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": "6644",
"content-length": "6666",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
Expand Down
11 changes: 6 additions & 5 deletions scenarios/api.github.com/get-repository/raw-fixture.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"push": true,
"pull": true
},
"temp_clone_token": "",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
Expand Down Expand Up @@ -133,11 +134,11 @@
"Server",
"GitHub.com",
"Date",
"Sat, 05 Oct 2019 09:53:47 GMT",
"Fri, 06 Dec 2019 10:23:55 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
"6704",
"6726",
"Connection",
"close",
"Status",
Expand All @@ -147,13 +148,13 @@
"X-RateLimit-Remaining",
"4961",
"X-RateLimit-Reset",
"1570272755",
"1575631411",
"Cache-Control",
"private, max-age=60, s-maxage=60",
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
"\"77a69fdfde5420cb74ed30a8c36a58da\"",
"\"0704346942d7e348677beb5b05377f36\"",
"Last-Modified",
"Tue, 19 Sep 2017 15:57:54 GMT",
"X-OAuth-Scopes",
Expand All @@ -179,7 +180,7 @@
"Content-Security-Policy",
"default-src 'none'",
"X-GitHub-Request-Id",
"B930:5D92:19209AE:342E827:5D98682B"
"E4CE:110D:93F757:17D89CC:5DEA2C3B"
],
"reqheaders": {
"accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@
"push": true,
"pull": true
},
"temp_clone_token": "",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
Expand Down Expand Up @@ -343,7 +344,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": "7260",
"content-length": "7282",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
Expand Down

0 comments on commit f457c59

Please sign in to comment.