forked from node-gh/gh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(gists): move payload & hooks to .run functions using gists a…
…s the mvp
- Loading branch information
Ryan Garant
committed
Sep 14, 2019
1 parent
2a1d3a4
commit 8a08218
Showing
19 changed files
with
659 additions
and
465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,106 @@ | ||
[ | ||
{ | ||
"scope": "https://api.github.com:443", | ||
"method": "delete", | ||
"path": "/gists/1ad5b3b35fe6906e8980c0fd7522e2d6?", | ||
"method": "DELETE", | ||
"path": "/gists/5250d21093b46bd0665c2e8656d16bd2", | ||
"body": "", | ||
"status": 204, | ||
"response": {} | ||
"response": {}, | ||
"rawHeaders": [ | ||
"Date", | ||
"Thu, 18 Apr 2019 22:42:02 GMT", | ||
"Content-Type", | ||
"application/octet-stream", | ||
"Connection", | ||
"close", | ||
"Server", | ||
"GitHub.com", | ||
"Status", | ||
"204 No Content", | ||
"X-RateLimit-Limit", | ||
"5000", | ||
"X-RateLimit-Remaining", | ||
"4999", | ||
"X-RateLimit-Reset", | ||
"1555630922", | ||
"X-OAuth-Scopes", | ||
"user, public_repo, repo, repo:status, delete_repo, gist", | ||
"X-Accepted-OAuth-Scopes", | ||
"", | ||
"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'", | ||
"Vary", | ||
"Accept-Encoding", | ||
"X-GitHub-Request-Id", | ||
"EB65:747E:1C30D89:221FF9E:5CB8FD3A" | ||
] | ||
}, | ||
{ | ||
"scope": "https://api.github.com:443", | ||
"method": "DELETE", | ||
"path": "/gists/30e5d3c69a6997617ab69d07b733105e", | ||
"body": "", | ||
"status": 204, | ||
"response": {}, | ||
"rawHeaders": [ | ||
"Date", | ||
"Thu, 18 Apr 2019 22:42:04 GMT", | ||
"Content-Type", | ||
"application/octet-stream", | ||
"Connection", | ||
"close", | ||
"Server", | ||
"GitHub.com", | ||
"Status", | ||
"204 No Content", | ||
"X-RateLimit-Limit", | ||
"5000", | ||
"X-RateLimit-Remaining", | ||
"4998", | ||
"X-RateLimit-Reset", | ||
"1555630922", | ||
"X-OAuth-Scopes", | ||
"user, public_repo, repo, repo:status, delete_repo, gist", | ||
"X-Accepted-OAuth-Scopes", | ||
"", | ||
"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'", | ||
"Vary", | ||
"Accept-Encoding", | ||
"X-GitHub-Request-Id", | ||
"EB67:4A58:1B763C9:216AADD:5CB8FD3C" | ||
] | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.