static-cms/cypress/fixtures/Git Gateway (GitHub) Backend Editorial Workflow__can change workflow status.json
Erez Rokah 6f221ab3c1 Feat: editorial workflow bitbucket gitlab (#3014)
* refactor: typescript the backends

* feat: support multiple files upload for GitLab and BitBucket

* fix: load entry media files from media folder or UI state

* chore: cleanup log message

* chore: code cleanup

* refactor: typescript the test backend

* refactor: cleanup getEntry unsued variables

* refactor: moved shared backend code to lib util

* chore: rename files to preserve history

* fix: bind readFile method to API classes

* test(e2e): switch to chrome in cypress tests

* refactor: extract common api methods

* refactor: remove most of immutable js usage from backends

* feat(backend-gitlab): initial editorial workflow support

* feat(backend-gitlab): implement missing workflow methods

* chore: fix lint error

* feat(backend-gitlab): support files deletion

* test(e2e): add gitlab cypress tests

* feat(backend-bitbucket): implement missing editorial workflow methods

* test(e2e): add BitBucket backend e2e tests

* build: update node version to 12 on netlify builds

* fix(backend-bitbucket): extract BitBucket avatar url

* test: fix git-gateway AuthenticationPage test

* test(e2e): fix some backend tests

* test(e2e): fix tests

* test(e2e): add git-gateway editorial workflow test

* chore: code cleanup

* test(e2e): revert back to electron

* test(e2e): add non editorial workflow tests

* fix(git-gateway-gitlab): don't call unpublishedEntry in simple workflow

gitlab git-gateway doesn't support editorial workflow APIs yet. This change makes sure not to call them in simple workflow

* refactor(backend-bitbucket): switch to diffstat API instead of raw diff

* chore: fix test

* test(e2e): add more git-gateway tests

* fix: post rebase typescript fixes

* test(e2e): fix tests

* fix: fix parsing of content key and add tests

* refactor: rename test file

* test(unit): add getStatues unit tests

* chore: update cypress

* docs: update beta docs
2020-01-14 17:15:14 -05:00

2048 lines
245 KiB
JSON

[
{
"body": "grant_type=password&username=netlifyCMS%40netlify.com&password=12345678",
"method": "POST",
"url": "/.netlify/identity/token",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"Alt-Svc": "clear",
"Content-Length": "383",
"Content-Type": "application/json",
"Via": "1.1 google",
"Age": "1",
"Connection": "keep-alive",
"Server": "Netlify",
"Vary": "Origin"
},
"response": "{\"access_token\":\"access_token\",\"token_type\":\"bearer\",\"expires_in\":3600,\"refresh_token\":\"refresh_token\"}",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/identity/user",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"Alt-Svc": "clear",
"Content-Type": "application/json",
"Via": "1.1 google",
"Age": "0",
"Connection": "keep-alive",
"Server": "Netlify",
"Vary": "Origin,Accept-Encoding",
"content-length": "262"
},
"response": "{\"id\":\"6771a74b-d2ea-4519-a5f3-6e830af82dc1\",\"aud\":\"\",\"role\":\"\",\"email\":\"netlifyCMS@netlify.com\",\"confirmed_at\":\"2020-01-12T09:07:23Z\",\"app_metadata\":{\"provider\":\"email\"},\"user_metadata\":{},\"created_at\":\"2020-01-12T09:07:23Z\",\"updated_at\":\"2020-01-12T09:07:23Z\"}",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/settings",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"Alt-Svc": "clear",
"Content-Type": "application/json",
"Via": "1.1 google",
"Age": "0",
"Connection": "keep-alive",
"Server": "Netlify",
"Vary": "Origin,Accept-Encoding",
"content-length": "85"
},
"response": "{\"github_enabled\":true,\"gitlab_enabled\":false,\"bitbucket_enabled\":false,\"roles\":null}",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/branches/master?ts=0",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"7c7fd49df84d6c9042f8ea88fcd447c2\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C0F4:5F0B:FECD8:2311EB:5E1AE278",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4984",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "4747"
},
"response": "{\n \"name\": \"master\",\n \"commit\": {\n \"sha\": \"9ea2e97431a308c880596ce816adc309e52ee556\",\n \"node_id\": \"MDY6Q29tbWl0MjMzMzY1MDI3OjllYTJlOTc0MzFhMzA4Yzg4MDU5NmNlODE2YWRjMzA5ZTUyZWU1NTY=\",\n \"commit\": {\n \"author\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2020-01-12T09:04:13Z\"\n },\n \"committer\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2020-01-12T09:04:13Z\"\n },\n \"message\": \"add .lfsconfig\",\n \"tree\": {\n \"sha\": \"e56250425cda6e7f8d5e4084aba07e523dddf205\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/e56250425cda6e7f8d5e4084aba07e523dddf205\"\n },\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/9ea2e97431a308c880596ce816adc309e52ee556\",\n \"comment_count\": 0,\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n },\n \"url\": \"https://api.github.com/repos/owner/repo/commits/9ea2e97431a308c880596ce816adc309e52ee556\",\n \"html_url\": \"https://github.com/owner/repo/commit/9ea2e97431a308c880596ce816adc309e52ee556\",\n \"comments_url\": \"https://api.github.com/repos/owner/repo/commits/9ea2e97431a308c880596ce816adc309e52ee556/comments\",\n \"author\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \"MDQ6VXNlcjI2NzYwNTcx\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/owner\",\n \"html_url\": \"https://github.com/owner\",\n \"followers_url\": \"https://api.github.com/users/owner/followers\",\n \"following_url\": \"https://api.github.com/users/owner/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/owner/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/owner/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/owner/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/owner/orgs\",\n \"repos_url\": \"https://api.github.com/users/owner/repos\",\n \"events_url\": \"https://api.github.com/users/owner/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/owner/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"committer\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \"MDQ6VXNlcjI2NzYwNTcx\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/owner\",\n \"html_url\": \"https://github.com/owner\",\n \"followers_url\": \"https://api.github.com/users/owner/followers\",\n \"following_url\": \"https://api.github.com/users/owner/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/owner/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/owner/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/owner/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/owner/orgs\",\n \"repos_url\": \"https://api.github.com/users/owner/repos\",\n \"events_url\": \"https://api.github.com/users/owner/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/owner/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"parents\": [\n {\n \"sha\": \"cefdf930407f0994fa7711c68a3d3ec96d4357d0\",\n \"url\": \"https://api.github.com/repos/owner/repo/commits/cefdf930407f0994fa7711c68a3d3ec96d4357d0\",\n \"html_url\": \"https://github.com/owner/repo/commit/cefdf930407f0994fa7711c68a3d3ec96d4357d0\"\n }\n ]\n },\n \"_links\": {\n \"self\": \"https://api.github.com/repos/owner/repo/branches/master\",\n \"html\": \"https://github.com/owner/repo/tree/master\"\n },\n \"protected\": false,\n \"protection\": {\n \"enabled\": false,\n \"required_status_checks\": {\n \"enforcement_level\": \"off\",\n \"contexts\": [\n\n ]\n }\n },\n \"protection_url\": \"https://api.github.com/repos/owner/repo/branches/master/protection\"\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/trees/master:static/media?ts=0",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A1FE:595D:3EDF39:A31A8F:5E1AE27A",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4983",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin",
"content-length": "109"
},
"response": "{\n \"message\": \"Not Found\",\n \"documentation_url\": \"https://developer.github.com/v3/git/trees/#get-a-tree\"\n}\n",
"status": 404
},
{
"method": "GET",
"url": "/.netlify/git/github/git/trees/master:?ts=0",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"4a0ccfc604629fede0e2de74faf37f5c\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C0F4:5F0B:FECDF:2311FD:5E1AE27A",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4982",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "12550"
},
"response": "{\n \"sha\": \"e56250425cda6e7f8d5e4084aba07e523dddf205\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/e56250425cda6e7f8d5e4084aba07e523dddf205\",\n \"tree\": [\n {\n \"path\": \".circleci\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"86e9df43e4b9cb97f956525a9b558f26c86f7b53\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/86e9df43e4b9cb97f956525a9b558f26c86f7b53\"\n },\n {\n \"path\": \".eslintignore\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"80b4531b026d19f8fa589efd122e76199d23f967\",\n \"size\": 39,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/80b4531b026d19f8fa589efd122e76199d23f967\"\n },\n {\n \"path\": \".eslintrc.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"370684994aaed5b858da3a006f48cfa57e88fd27\",\n \"size\": 414,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/370684994aaed5b858da3a006f48cfa57e88fd27\"\n },\n {\n \"path\": \".flowconfig\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"14aa2ac4cc0e15223ad98630a6f1325fc81f8043\",\n \"size\": 283,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/14aa2ac4cc0e15223ad98630a6f1325fc81f8043\"\n },\n {\n \"path\": \".gitattributes\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"406a244d1522a3c809efab0c9ce46bbd86aa9c1d\",\n \"size\": 188,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/406a244d1522a3c809efab0c9ce46bbd86aa9c1d\"\n },\n {\n \"path\": \".github\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"4ebeece548b52b20af59622354530a6d33b50b43\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/4ebeece548b52b20af59622354530a6d33b50b43\"\n },\n {\n \"path\": \".gitignore\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"c071ba35b0e49899bab6d610a68eef667dbbf157\",\n \"size\": 169,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/c071ba35b0e49899bab6d610a68eef667dbbf157\"\n },\n {\n \"path\": \".lfsconfig\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"685767504b63f2c2d11ae44cb73678802e8f76e5\",\n \"size\": 91,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/685767504b63f2c2d11ae44cb73678802e8f76e5\"\n },\n {\n \"path\": \".prettierignore\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"393f050e123d998cf8c8b362ff95cc8ac4d250e5\",\n \"size\": 45,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/393f050e123d998cf8c8b362ff95cc8ac4d250e5\"\n },\n {\n \"path\": \".prettierrc\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"e52ad05bb13b084d7949dd76e1b2517455162150\",\n \"size\": 223,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/e52ad05bb13b084d7949dd76e1b2517455162150\"\n },\n {\n \"path\": \".stylelintrc.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"4b4c9698d10d756f5faa025659b86375428ed0a7\",\n \"size\": 718,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/4b4c9698d10d756f5faa025659b86375428ed0a7\"\n },\n {\n \"path\": \".vscode\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"286e97ec0113ea8242b41ac222e2c3e8077e6f1e\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/286e97ec0113ea8242b41ac222e2c3e8077e6f1e\"\n },\n {\n \"path\": \"CHANGELOG.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"070a5d4f0eacd2dc0be81ae8996f8982de43046e\",\n \"size\": 2113,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/070a5d4f0eacd2dc0be81ae8996f8982de43046e\"\n },\n {\n \"path\": \"CODE_OF_CONDUCT.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"92bc7565ff0ee145a0041b5179a820f14f39ab22\",\n \"size\": 3355,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/92bc7565ff0ee145a0041b5179a820f14f39ab22\"\n },\n {\n \"path\": \"CONTRIBUTING.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"8552aa241254a61258e1ff9666ab36f32fb1e3b9\",\n \"size\": 3548,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/8552aa241254a61258e1ff9666ab36f32fb1e3b9\"\n },\n {\n \"path\": \"LICENSE\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"42d85938357b49977c126ca03b199129082d4fb8\",\n \"size\": 1091,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/42d85938357b49977c126ca03b199129082d4fb8\"\n },\n {\n \"path\": \"README.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"19df50a78654c8d757ca7f38447aa3d09c7abcce\",\n \"size\": 3698,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/19df50a78654c8d757ca7f38447aa3d09c7abcce\"\n },\n {\n \"path\": \"backend\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"b9f1cfbf4d901fe13c3af4e0d8f46bbe5a6addd6\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/b9f1cfbf4d901fe13c3af4e0d8f46bbe5a6addd6\"\n },\n {\n \"path\": \"config.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"58afd573bbb69fcca000efd0f5d90b93c93a98dd\",\n \"size\": 853,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/58afd573bbb69fcca000efd0f5d90b93c93a98dd\"\n },\n {\n \"path\": \"content\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"14f7150420da5baa68cb7eca9289a52ce63eac33\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/14f7150420da5baa68cb7eca9289a52ce63eac33\"\n },\n {\n \"path\": \"flow-typed\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"86c32fd6c3118be5e0dbbb231a834447357236c6\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/86c32fd6c3118be5e0dbbb231a834447357236c6\"\n },\n {\n \"path\": \"flow\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"0af45ad00d155c8d8c7407d913ff85278244c9ce\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/0af45ad00d155c8d8c7407d913ff85278244c9ce\"\n },\n {\n \"path\": \"gatsby-browser.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"9bd2c9dce175f04980e91cd9dc295a299e3cdb80\",\n \"size\": 90,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/9bd2c9dce175f04980e91cd9dc295a299e3cdb80\"\n },\n {\n \"path\": \"gatsby-config.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"3929038f9ab6451b2b256dfba5830676e6eecbee\",\n \"size\": 7256,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/3929038f9ab6451b2b256dfba5830676e6eecbee\"\n },\n {\n \"path\": \"gatsby-node.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"14a207883c2093d2cc071bc5a464e165bcc1fead\",\n \"size\": 409,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/14a207883c2093d2cc071bc5a464e165bcc1fead\"\n },\n {\n \"path\": \"gatsby\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"4f23c06cd1740bf78304d2c0b29bf6bfdf427981\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/4f23c06cd1740bf78304d2c0b29bf6bfdf427981\"\n },\n {\n \"path\": \"jest\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"5a6bc7be680ba053df0f8ffdc2aaa80e62c3e819\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/5a6bc7be680ba053df0f8ffdc2aaa80e62c3e819\"\n },\n {\n \"path\": \"netlify-functions\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"a96c1f09300fa4f9e4c786d69bcbe51eaff7f14a\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/a96c1f09300fa4f9e4c786d69bcbe51eaff7f14a\"\n },\n {\n \"path\": \"netlify.toml\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"fbe31f474894267b9b69121368d87b9a8cb45b0e\",\n \"size\": 174,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/fbe31f474894267b9b69121368d87b9a8cb45b0e\"\n },\n {\n \"path\": \"package.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"f5315fc4f2684c84052f0951920358610c7ed45e\",\n \"size\": 6946,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/f5315fc4f2684c84052f0951920358610c7ed45e\"\n },\n {\n \"path\": \"postcss-config.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"d216501e9b351a72e00ba0b7459a6500e27e7da2\",\n \"size\": 703,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/d216501e9b351a72e00ba0b7459a6500e27e7da2\"\n },\n {\n \"path\": \"renovate.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"9d78c55fe6566ea98907ef63d56a94d7b3cbe527\",\n \"size\": 536,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/9d78c55fe6566ea98907ef63d56a94d7b3cbe527\"\n },\n {\n \"path\": \"serverless-scripts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"ee3701f2fbfc7196ba340f6481d1387d20527898\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/ee3701f2fbfc7196ba340f6481d1387d20527898\"\n },\n {\n \"path\": \"serverless-single-page-app-plugin\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"08763fcfba643a06a452398517019bea4a5850ba\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/08763fcfba643a06a452398517019bea4a5850ba\"\n },\n {\n \"path\": \"serverless.yml\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"20b22c5fad229f35d029bf6614d333d82fe8a987\",\n \"size\": 7803,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/20b22c5fad229f35d029bf6614d333d82fe8a987\"\n },\n {\n \"path\": \"src\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"8cdb35a88232c0f32f12f130c92c7cc55f97f471\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/8cdb35a88232c0f32f12f130c92c7cc55f97f471\"\n },\n {\n \"path\": \"static\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"139040296ae3796be0e107be98572f0e6bb28901\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/139040296ae3796be0e107be98572f0e6bb28901\"\n },\n {\n \"path\": \"utils\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"a592549c9f74db40b51efefcda2fd76810405f27\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/a592549c9f74db40b51efefcda2fd76810405f27\"\n },\n {\n \"path\": \"yarn.lock\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"d46666fc8103dbe4f69dd88608f6cc2f513496f8\",\n \"size\": 833973,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/d46666fc8103dbe4f69dd88608f6cc2f513496f8\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/trees/master:content/posts?ts=0",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"f4c09d4d5dfb501d40d88eb56b8c160f\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "81A6:74EC:29EC6D:65C2A6:5E1AE27B",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4981",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "1694"
},
"response": "{\n \"sha\": \"3255f9d53bcf996ee152228c33d4ce337d92fd96\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/3255f9d53bcf996ee152228c33d4ce337d92fd96\",\n \"tree\": [\n {\n \"path\": \"2016-01-12---The-Origins-of-Social-Stationery-Lettering.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"d0582dd245a3f408fb3fe2333bf01400007476e9\",\n \"size\": 2565,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/d0582dd245a3f408fb3fe2333bf01400007476e9\"\n },\n {\n \"path\": \"2016-02-02---A-Brief-History-of-Typography.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"0eea554365f002d0f1572af9a58522d335a794d5\",\n \"size\": 2786,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/0eea554365f002d0f1572af9a58522d335a794d5\"\n },\n {\n \"path\": \"2017-18-08---The-Birth-of-Movable-Type.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"44f78c474d04273185a95821426f75affc9b0044\",\n \"size\": 16071,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/44f78c474d04273185a95821426f75affc9b0044\"\n },\n {\n \"path\": \"2017-19-08---Humane-Typography-in-the-Digital-Age.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"a532f0a9445cdf90a19c6812cff89d1674991774\",\n \"size\": 7465,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/a532f0a9445cdf90a19c6812cff89d1674991774\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/trees/master:?ts=0",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"4a0ccfc604629fede0e2de74faf37f5c\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A1FE:595D:3EDF3C:A31A99:5E1AE27B",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4980",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "12550"
},
"response": "{\n \"sha\": \"e56250425cda6e7f8d5e4084aba07e523dddf205\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/e56250425cda6e7f8d5e4084aba07e523dddf205\",\n \"tree\": [\n {\n \"path\": \".circleci\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"86e9df43e4b9cb97f956525a9b558f26c86f7b53\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/86e9df43e4b9cb97f956525a9b558f26c86f7b53\"\n },\n {\n \"path\": \".eslintignore\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"80b4531b026d19f8fa589efd122e76199d23f967\",\n \"size\": 39,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/80b4531b026d19f8fa589efd122e76199d23f967\"\n },\n {\n \"path\": \".eslintrc.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"370684994aaed5b858da3a006f48cfa57e88fd27\",\n \"size\": 414,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/370684994aaed5b858da3a006f48cfa57e88fd27\"\n },\n {\n \"path\": \".flowconfig\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"14aa2ac4cc0e15223ad98630a6f1325fc81f8043\",\n \"size\": 283,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/14aa2ac4cc0e15223ad98630a6f1325fc81f8043\"\n },\n {\n \"path\": \".gitattributes\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"406a244d1522a3c809efab0c9ce46bbd86aa9c1d\",\n \"size\": 188,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/406a244d1522a3c809efab0c9ce46bbd86aa9c1d\"\n },\n {\n \"path\": \".github\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"4ebeece548b52b20af59622354530a6d33b50b43\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/4ebeece548b52b20af59622354530a6d33b50b43\"\n },\n {\n \"path\": \".gitignore\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"c071ba35b0e49899bab6d610a68eef667dbbf157\",\n \"size\": 169,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/c071ba35b0e49899bab6d610a68eef667dbbf157\"\n },\n {\n \"path\": \".lfsconfig\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"685767504b63f2c2d11ae44cb73678802e8f76e5\",\n \"size\": 91,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/685767504b63f2c2d11ae44cb73678802e8f76e5\"\n },\n {\n \"path\": \".prettierignore\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"393f050e123d998cf8c8b362ff95cc8ac4d250e5\",\n \"size\": 45,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/393f050e123d998cf8c8b362ff95cc8ac4d250e5\"\n },\n {\n \"path\": \".prettierrc\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"e52ad05bb13b084d7949dd76e1b2517455162150\",\n \"size\": 223,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/e52ad05bb13b084d7949dd76e1b2517455162150\"\n },\n {\n \"path\": \".stylelintrc.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"4b4c9698d10d756f5faa025659b86375428ed0a7\",\n \"size\": 718,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/4b4c9698d10d756f5faa025659b86375428ed0a7\"\n },\n {\n \"path\": \".vscode\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"286e97ec0113ea8242b41ac222e2c3e8077e6f1e\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/286e97ec0113ea8242b41ac222e2c3e8077e6f1e\"\n },\n {\n \"path\": \"CHANGELOG.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"070a5d4f0eacd2dc0be81ae8996f8982de43046e\",\n \"size\": 2113,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/070a5d4f0eacd2dc0be81ae8996f8982de43046e\"\n },\n {\n \"path\": \"CODE_OF_CONDUCT.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"92bc7565ff0ee145a0041b5179a820f14f39ab22\",\n \"size\": 3355,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/92bc7565ff0ee145a0041b5179a820f14f39ab22\"\n },\n {\n \"path\": \"CONTRIBUTING.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"8552aa241254a61258e1ff9666ab36f32fb1e3b9\",\n \"size\": 3548,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/8552aa241254a61258e1ff9666ab36f32fb1e3b9\"\n },\n {\n \"path\": \"LICENSE\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"42d85938357b49977c126ca03b199129082d4fb8\",\n \"size\": 1091,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/42d85938357b49977c126ca03b199129082d4fb8\"\n },\n {\n \"path\": \"README.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"19df50a78654c8d757ca7f38447aa3d09c7abcce\",\n \"size\": 3698,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/19df50a78654c8d757ca7f38447aa3d09c7abcce\"\n },\n {\n \"path\": \"backend\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"b9f1cfbf4d901fe13c3af4e0d8f46bbe5a6addd6\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/b9f1cfbf4d901fe13c3af4e0d8f46bbe5a6addd6\"\n },\n {\n \"path\": \"config.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"58afd573bbb69fcca000efd0f5d90b93c93a98dd\",\n \"size\": 853,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/58afd573bbb69fcca000efd0f5d90b93c93a98dd\"\n },\n {\n \"path\": \"content\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"14f7150420da5baa68cb7eca9289a52ce63eac33\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/14f7150420da5baa68cb7eca9289a52ce63eac33\"\n },\n {\n \"path\": \"flow-typed\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"86c32fd6c3118be5e0dbbb231a834447357236c6\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/86c32fd6c3118be5e0dbbb231a834447357236c6\"\n },\n {\n \"path\": \"flow\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"0af45ad00d155c8d8c7407d913ff85278244c9ce\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/0af45ad00d155c8d8c7407d913ff85278244c9ce\"\n },\n {\n \"path\": \"gatsby-browser.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"9bd2c9dce175f04980e91cd9dc295a299e3cdb80\",\n \"size\": 90,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/9bd2c9dce175f04980e91cd9dc295a299e3cdb80\"\n },\n {\n \"path\": \"gatsby-config.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"3929038f9ab6451b2b256dfba5830676e6eecbee\",\n \"size\": 7256,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/3929038f9ab6451b2b256dfba5830676e6eecbee\"\n },\n {\n \"path\": \"gatsby-node.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"14a207883c2093d2cc071bc5a464e165bcc1fead\",\n \"size\": 409,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/14a207883c2093d2cc071bc5a464e165bcc1fead\"\n },\n {\n \"path\": \"gatsby\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"4f23c06cd1740bf78304d2c0b29bf6bfdf427981\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/4f23c06cd1740bf78304d2c0b29bf6bfdf427981\"\n },\n {\n \"path\": \"jest\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"5a6bc7be680ba053df0f8ffdc2aaa80e62c3e819\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/5a6bc7be680ba053df0f8ffdc2aaa80e62c3e819\"\n },\n {\n \"path\": \"netlify-functions\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"a96c1f09300fa4f9e4c786d69bcbe51eaff7f14a\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/a96c1f09300fa4f9e4c786d69bcbe51eaff7f14a\"\n },\n {\n \"path\": \"netlify.toml\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"fbe31f474894267b9b69121368d87b9a8cb45b0e\",\n \"size\": 174,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/fbe31f474894267b9b69121368d87b9a8cb45b0e\"\n },\n {\n \"path\": \"package.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"f5315fc4f2684c84052f0951920358610c7ed45e\",\n \"size\": 6946,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/f5315fc4f2684c84052f0951920358610c7ed45e\"\n },\n {\n \"path\": \"postcss-config.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"d216501e9b351a72e00ba0b7459a6500e27e7da2\",\n \"size\": 703,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/d216501e9b351a72e00ba0b7459a6500e27e7da2\"\n },\n {\n \"path\": \"renovate.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"9d78c55fe6566ea98907ef63d56a94d7b3cbe527\",\n \"size\": 536,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/9d78c55fe6566ea98907ef63d56a94d7b3cbe527\"\n },\n {\n \"path\": \"serverless-scripts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"ee3701f2fbfc7196ba340f6481d1387d20527898\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/ee3701f2fbfc7196ba340f6481d1387d20527898\"\n },\n {\n \"path\": \"serverless-single-page-app-plugin\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"08763fcfba643a06a452398517019bea4a5850ba\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/08763fcfba643a06a452398517019bea4a5850ba\"\n },\n {\n \"path\": \"serverless.yml\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"20b22c5fad229f35d029bf6614d333d82fe8a987\",\n \"size\": 7803,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/20b22c5fad229f35d029bf6614d333d82fe8a987\"\n },\n {\n \"path\": \"src\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"8cdb35a88232c0f32f12f130c92c7cc55f97f471\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/8cdb35a88232c0f32f12f130c92c7cc55f97f471\"\n },\n {\n \"path\": \"static\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"139040296ae3796be0e107be98572f0e6bb28901\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/139040296ae3796be0e107be98572f0e6bb28901\"\n },\n {\n \"path\": \"utils\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"a592549c9f74db40b51efefcda2fd76810405f27\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/a592549c9f74db40b51efefcda2fd76810405f27\"\n },\n {\n \"path\": \"yarn.lock\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"d46666fc8103dbe4f69dd88608f6cc2f513496f8\",\n \"size\": 833973,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/d46666fc8103dbe4f69dd88608f6cc2f513496f8\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/blobs/406a244d1522a3c809efab0c9ce46bbd86aa9c1d?ts=0",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"21478e7d40397cdd45fae36d6062df5b\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "CDDC:5BA7:41A55A:A4F0D0:5E1AE254",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4978",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "622"
},
"response": "{\n \"sha\": \"406a244d1522a3c809efab0c9ce46bbd86aa9c1d\",\n \"node_id\": \"MDQ6QmxvYjIzMzM2NTAyNzo0MDZhMjQ0ZDE1MjJhM2M4MDllZmFiMGM5Y2U0NmJiZDg2YWE5YzFk\",\n \"size\": 188,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/406a244d1522a3c809efab0c9ce46bbd86aa9c1d\",\n \"content\": \"Ly5naXRodWIgZXhwb3J0LWlnbm9yZQovLmdpdGF0dHJpYnV0ZXMgZXhwb3J0\\nLWlnbm9yZQovLmVkaXRvcmNvbmZpZyBleHBvcnQtaWdub3JlCi8udHJhdmlz\\nLnltbCBleHBvcnQtaWdub3JlCioqLyouanMuc25hcCBleHBvcnQtaWdub3Jl\\nCnN0YXRpYy9tZWRpYS8qKiBmaWx0ZXI9bGZzIGRpZmY9bGZzIG1lcmdlPWxm\\ncyAtdGV4dAo=\\n\",\n \"encoding\": \"base64\"\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/blobs/44f78c474d04273185a95821426f75affc9b0044?ts=0",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"b44358bfbdeb1a78320146a87ef94ea2\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "DD34:7CCD:962EC0:15966F6:5E1AE271",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4979",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "22506"
},
"response": "{\n \"sha\": \"44f78c474d04273185a95821426f75affc9b0044\",\n \"node_id\": \"MDQ6QmxvYjIzMzM2NTAyNzo0NGY3OGM0NzRkMDQyNzMxODVhOTU4MjE0MjZmNzVhZmZjOWIwMDQ0\",\n \"size\": 16071,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/44f78c474d04273185a95821426f75affc9b0044\",\n \"content\": \"LS0tCnRpdGxlOiAiSm9oYW5uZXMgR3V0ZW5iZXJnOiBUaGUgQmlydGggb2Yg\\nTW92YWJsZSBUeXBlIgpkYXRlOiAiMjAxNy0wOC0xOFQyMjoxMjowMy4yODRa\\nIgp0ZW1wbGF0ZTogInBvc3QiCmRyYWZ0OiBmYWxzZQpjYXRlZ29yeTogIlR5\\ncG9ncmFwaHkiCnRhZ3M6CiAgLSAiT3BlbiBzb3VyY2UiCiAgLSAiR2F0c2J5\\nIgogIC0gIlR5cG9ncmFwaHkiCmRlc2NyaXB0aW9uOiAiR2VybWFuIGludmVu\\ndG9yIEpvaGFubmVzIEd1dGVuYmVyZyBkZXZlbG9wZWQgYSBtZXRob2Qgb2Yg\\nbW92YWJsZSB0eXBlIGFuZCB1c2VkIGl0IHRvIGNyZWF0ZSBvbmUgb2YgdGhl\\nIHdlc3Rlcm4gd29ybGTigJlzIGZpcnN0IG1ham9yIHByaW50ZWQgYm9va3Ms\\nIHRoZSDigJxGb3J0eeKAk1R3b+KAk0xpbmXigJ0gQmlibGUuIgpjYW5vbmlj\\nYWw6ICcnCi0tLQoKR2VybWFuIGludmVudG9yIEpvaGFubmVzIEd1dGVuYmVy\\nZyBkZXZlbG9wZWQgYSBtZXRob2Qgb2YgbW92YWJsZSB0eXBlIGFuZCB1c2Vk\\nIGl0IHRvIGNyZWF0ZSBvbmUgb2YgdGhlIHdlc3Rlcm4gd29ybGTigJlzIGZp\\ncnN0IG1ham9yIHByaW50ZWQgYm9va3MsIHRoZSDigJxGb3J0eeKAk1R3b+KA\\nk0xpbmXigJ0gQmlibGUuCgoqKkpvaGFubmVzIEdlbnNmbGVpc2NoIHp1ciBM\\nYWRlbiB6dW0gR3V0ZW5iZXJnKiogKGMuIDEzOTgg4oCTIDE0NjgpIHdhcyBh\\nIEdlcm1hbiBibGFja3NtaXRoLCBnb2xkc21pdGgsIHByaW50ZXIsIGFuZCBw\\ndWJsaXNoZXIgd2hvIGludHJvZHVjZWQgcHJpbnRpbmcgdG8gRXVyb3BlLiBI\\naXMgaW52ZW50aW9uIG9mIG1lY2hhbmljYWwgbW92YWJsZSB0eXBlIHByaW50\\naW5nIHN0YXJ0ZWQgdGhlIFByaW50aW5nIFJldm9sdXRpb24gYW5kIGlzIHdp\\nZGVseSByZWdhcmRlZCBhcyB0aGUgbW9zdCBpbXBvcnRhbnQgZXZlbnQgb2Yg\\ndGhlIG1vZGVybiBwZXJpb2QuIEl0IHBsYXllZCBhIGtleSByb2xlIGluIHRo\\nZSBkZXZlbG9wbWVudCBvZiB0aGUgUmVuYWlzc2FuY2UsIFJlZm9ybWF0aW9u\\nLCB0aGUgQWdlIG9mIEVubGlnaHRlbm1lbnQsIGFuZCB0aGUgU2NpZW50aWZp\\nYyByZXZvbHV0aW9uIGFuZCBsYWlkIHRoZSBtYXRlcmlhbCBiYXNpcyBmb3Ig\\ndGhlIG1vZGVybiBrbm93bGVkZ2UtYmFzZWQgZWNvbm9teSBhbmQgdGhlIHNw\\ncmVhZCBvZiBsZWFybmluZyB0byB0aGUgbWFzc2VzLgoKPGZpZ3VyZSBjbGFz\\ncz0iZmxvYXQtcmlnaHQiIHN0eWxlPSJ3aWR0aDogMjQwcHgiPgoJPGltZyBz\\ncmM9Ii9tZWRpYS9ndXRlbmJlcmcuanBnIiBhbHQ9Ikd1dGVuYmVyZyI+Cgk8\\nZmlnY2FwdGlvbj5Kb2hhbm5lcyBHdXRlbmJlcmc8L2ZpZ2NhcHRpb24+Cjwv\\nZmlndXJlPgoKV2l0aCBoaXMgaW52ZW50aW9uIG9mIHRoZSBwcmludGluZyBw\\ncmVzcywgR3V0ZW5iZXJnIHdhcyB0aGUgZmlyc3QgRXVyb3BlYW4gdG8gdXNl\\nIG1vdmFibGUgdHlwZSBwcmludGluZywgaW4gYXJvdW5kIDE0MzkuIEFtb25n\\nIGhpcyBtYW55IGNvbnRyaWJ1dGlvbnMgdG8gcHJpbnRpbmcgYXJlOiB0aGUg\\naW52ZW50aW9uIG9mIGEgcHJvY2VzcyBmb3IgbWFzcy1wcm9kdWNpbmcgbW92\\nYWJsZSB0eXBlOyB0aGUgdXNlIG9mIG9pbC1iYXNlZCBpbms7IGFuZCB0aGUg\\ndXNlIG9mIGEgd29vZGVuIHByaW50aW5nIHByZXNzIHNpbWlsYXIgdG8gdGhl\\nIGFncmljdWx0dXJhbCBzY3JldyBwcmVzc2VzIG9mIHRoZSBwZXJpb2QuIEhp\\ncyB0cnVseSBlcG9jaGFsIGludmVudGlvbiB3YXMgdGhlIGNvbWJpbmF0aW9u\\nIG9mIHRoZXNlIGVsZW1lbnRzIGludG8gYSBwcmFjdGljYWwgc3lzdGVtIHRo\\nYXQgYWxsb3dlZCB0aGUgbWFzcyBwcm9kdWN0aW9uIG9mIHByaW50ZWQgYm9v\\na3MgYW5kIHdhcyBlY29ub21pY2FsbHkgdmlhYmxlIGZvciBwcmludGVycyBh\\nbmQgcmVhZGVycyBhbGlrZS4gR3V0ZW5iZXJnJ3MgbWV0aG9kIGZvciBtYWtp\\nbmcgdHlwZSBpcyB0cmFkaXRpb25hbGx5IGNvbnNpZGVyZWQgdG8gaGF2ZSBp\\nbmNsdWRlZCBhIHR5cGUgbWV0YWwgYWxsb3kgYW5kIGEgaGFuZCBtb3VsZCBm\\nb3IgY2FzdGluZyB0eXBlLiBUaGUgYWxsb3kgd2FzIGEgbWl4dHVyZSBvZiBs\\nZWFkLCB0aW4sIGFuZCBhbnRpbW9ueSB0aGF0IG1lbHRlZCBhdCBhIHJlbGF0\\naXZlbHkgbG93IHRlbXBlcmF0dXJlIGZvciBmYXN0ZXIgYW5kIG1vcmUgZWNv\\nbm9taWNhbCBjYXN0aW5nLCBjYXN0IHdlbGwsIGFuZCBjcmVhdGVkIGEgZHVy\\nYWJsZSB0eXBlLgoKSW4gUmVuYWlzc2FuY2UgRXVyb3BlLCB0aGUgYXJyaXZh\\nbCBvZiBtZWNoYW5pY2FsIG1vdmFibGUgdHlwZSBwcmludGluZyBpbnRyb2R1\\nY2VkIHRoZSBlcmEgb2YgbWFzcyBjb21tdW5pY2F0aW9uIHdoaWNoIHBlcm1h\\nbmVudGx5IGFsdGVyZWQgdGhlIHN0cnVjdHVyZSBvZiBzb2NpZXR5LiBUaGUg\\ncmVsYXRpdmVseSB1bnJlc3RyaWN0ZWQgY2lyY3VsYXRpb24gb2YgaW5mb3Jt\\nYXRpb24g4oCUIGluY2x1ZGluZyByZXZvbHV0aW9uYXJ5IGlkZWFzIOKAlCB0\\ncmFuc2NlbmRlZCBib3JkZXJzLCBjYXB0dXJlZCB0aGUgbWFzc2VzIGluIHRo\\nZSBSZWZvcm1hdGlvbiBhbmQgdGhyZWF0ZW5lZCB0aGUgcG93ZXIgb2YgcG9s\\naXRpY2FsIGFuZCByZWxpZ2lvdXMgYXV0aG9yaXRpZXM7IHRoZSBzaGFycCBp\\nbmNyZWFzZSBpbiBsaXRlcmFjeSBicm9rZSB0aGUgbW9ub3BvbHkgb2YgdGhl\\nIGxpdGVyYXRlIGVsaXRlIG9uIGVkdWNhdGlvbiBhbmQgbGVhcm5pbmcgYW5k\\nIGJvbHN0ZXJlZCB0aGUgZW1lcmdpbmcgbWlkZGxlIGNsYXNzLiBBY3Jvc3Mg\\nRXVyb3BlLCB0aGUgaW5jcmVhc2luZyBjdWx0dXJhbCBzZWxmLWF3YXJlbmVz\\ncyBvZiBpdHMgcGVvcGxlIGxlZCB0byB0aGUgcmlzZSBvZiBwcm90by1uYXRp\\nb25hbGlzbSwgYWNjZWxlcmF0ZWQgYnkgdGhlIGZsb3dlcmluZyBvZiB0aGUg\\nRXVyb3BlYW4gdmVybmFjdWxhciBsYW5ndWFnZXMgdG8gdGhlIGRldHJpbWVu\\ndCBvZiBMYXRpbidzIHN0YXR1cyBhcyBsaW5ndWEgZnJhbmNhLiBJbiB0aGUg\\nMTl0aCBjZW50dXJ5LCB0aGUgcmVwbGFjZW1lbnQgb2YgdGhlIGhhbmQtb3Bl\\ncmF0ZWQgR3V0ZW5iZXJnLXN0eWxlIHByZXNzIGJ5IHN0ZWFtLXBvd2VyZWQg\\ncm90YXJ5IHByZXNzZXMgYWxsb3dlZCBwcmludGluZyBvbiBhbiBpbmR1c3Ry\\naWFsIHNjYWxlLCB3aGlsZSBXZXN0ZXJuLXN0eWxlIHByaW50aW5nIHdhcyBh\\nZG9wdGVkIGFsbCBvdmVyIHRoZSB3b3JsZCwgYmVjb21pbmcgcHJhY3RpY2Fs\\nbHkgdGhlIHNvbGUgbWVkaXVtIGZvciBtb2Rlcm4gYnVsayBwcmludGluZy4K\\nClRoZSB1c2Ugb2YgbW92YWJsZSB0eXBlIHdhcyBhIG1hcmtlZCBpbXByb3Zl\\nbWVudCBvbiB0aGUgaGFuZHdyaXR0ZW4gbWFudXNjcmlwdCwgd2hpY2ggd2Fz\\nIHRoZSBleGlzdGluZyBtZXRob2Qgb2YgYm9vayBwcm9kdWN0aW9uIGluIEV1\\ncm9wZSwgYW5kIHVwb24gd29vZGJsb2NrIHByaW50aW5nLCBhbmQgcmV2b2x1\\ndGlvbml6ZWQgRXVyb3BlYW4gYm9vay1tYWtpbmcuIEd1dGVuYmVyZydzIHBy\\naW50aW5nIHRlY2hub2xvZ3kgc3ByZWFkIHJhcGlkbHkgdGhyb3VnaG91dCBF\\ndXJvcGUgYW5kIGxhdGVyIHRoZSB3b3JsZC4KCkhpcyBtYWpvciB3b3JrLCB0\\naGUgR3V0ZW5iZXJnIEJpYmxlIChhbHNvIGtub3duIGFzIHRoZSA0Mi1saW5l\\nIEJpYmxlKSwgaGFzIGJlZW4gYWNjbGFpbWVkIGZvciBpdHMgaGlnaCBhZXN0\\naGV0aWMgYW5kIHRlY2huaWNhbCBxdWFsaXR5LgoKIyMgUHJpbnRpbmcgUHJl\\nc3MKCkFyb3VuZCAxNDM5LCBHdXRlbmJlcmcgd2FzIGludm9sdmVkIGluIGEg\\nZmluYW5jaWFsIG1pc2FkdmVudHVyZSBtYWtpbmcgcG9saXNoZWQgbWV0YWwg\\nbWlycm9ycyAod2hpY2ggd2VyZSBiZWxpZXZlZCB0byBjYXB0dXJlIGhvbHkg\\nbGlnaHQgZnJvbSByZWxpZ2lvdXMgcmVsaWNzKSBmb3Igc2FsZSB0byBwaWxn\\ncmltcyB0byBBYWNoZW46IGluIDE0MzkgdGhlIGNpdHkgd2FzIHBsYW5uaW5n\\nIHRvIGV4aGliaXQgaXRzIGNvbGxlY3Rpb24gb2YgcmVsaWNzIGZyb20gRW1w\\nZXJvciBDaGFybGVtYWduZSBidXQgdGhlIGV2ZW50IHdhcyBkZWxheWVkIGJ5\\nIG9uZSB5ZWFyIGR1ZSB0byBhIHNldmVyZSBmbG9vZCBhbmQgdGhlIGNhcGl0\\nYWwgYWxyZWFkeSBzcGVudCBjb3VsZCBub3QgYmUgcmVwYWlkLiBXaGVuIHRo\\nZSBxdWVzdGlvbiBvZiBzYXRpc2Z5aW5nIHRoZSBpbnZlc3RvcnMgY2FtZSB1\\ncCwgR3V0ZW5iZXJnIGlzIHNhaWQgdG8gaGF2ZSBwcm9taXNlZCB0byBzaGFy\\nZSBhIOKAnHNlY3JldOKAnS4gSXQgaGFzIGJlZW4gd2lkZWx5IHNwZWN1bGF0\\nZWQgdGhhdCB0aGlzIHNlY3JldCBtYXkgaGF2ZSBiZWVuIHRoZSBpZGVhIG9m\\nIHByaW50aW5nIHdpdGggbW92YWJsZSB0eXBlLiBBbHNvIGFyb3VuZCAxNDM5\\n4oCTMTQ0MCwgdGhlIER1dGNoIExhdXJlbnMgSmFuc3pvb24gQ29zdGVyIGNh\\nbWUgdXAgd2l0aCB0aGUgaWRlYSBvZiBwcmludGluZy4gTGVnZW5kIGhhcyBp\\ndCB0aGF0IHRoZSBpZGVhIGNhbWUgdG8gaGltIOKAnGxpa2UgYSByYXkgb2Yg\\nbGlnaHTigJ0uCgo8ZmlndXJlIGNsYXNzPSJmbG9hdC1sZWZ0IiBzdHlsZT0i\\nd2lkdGg6IDI0MHB4Ij4KCTxpbWcgc3JjPSIvbWVkaWEvcHJpbnRpbmctcHJl\\nc3MuanBnIiBhbHQ9IkVhcmx5IFByaW50aW5nIFByZXNzIj4KCTxmaWdjYXB0\\naW9uPkVhcmx5IHdvb2RlbiBwcmludGluZyBwcmVzcyBhcyBkZXBpY3RlZCBp\\nbiAxNTY4LjwvZmlnY2FwdGlvbj4KPC9maWd1cmU+CgpVbnRpbCBhdCBsZWFz\\ndCAxNDQ0IGhlIGxpdmVkIGluIFN0cmFzYm91cmcsIG1vc3QgbGlrZWx5IGlu\\nIHRoZSBTdC4gQXJib2dhc3QgcGFyaXNoLiBJdCB3YXMgaW4gU3RyYXNib3Vy\\nZyBpbiAxNDQwIHRoYXQgR3V0ZW5iZXJnIGlzIHNhaWQgdG8gaGF2ZSBwZXJm\\nZWN0ZWQgYW5kIHVudmVpbGVkIHRoZSBzZWNyZXQgb2YgcHJpbnRpbmcgYmFz\\nZWQgb24gaGlzIHJlc2VhcmNoLCBteXN0ZXJpb3VzbHkgZW50aXRsZWQgS3Vu\\nc3QgdW5kIEF2ZW50dXIgKGFydCBhbmQgZW50ZXJwcmlzZSkuIEl0IGlzIG5v\\ndCBjbGVhciB3aGF0IHdvcmsgaGUgd2FzIGVuZ2FnZWQgaW4sIG9yIHdoZXRo\\nZXIgc29tZSBlYXJseSB0cmlhbHMgd2l0aCBwcmludGluZyBmcm9tIG1vdmFi\\nbGUgdHlwZSBtYXkgaGF2ZSBiZWVuIGNvbmR1Y3RlZCB0aGVyZS4gQWZ0ZXIg\\ndGhpcywgdGhlcmUgaXMgYSBnYXAgb2YgZm91ciB5ZWFycyBpbiB0aGUgcmVj\\nb3JkLiBJbiAxNDQ4LCBoZSB3YXMgYmFjayBpbiBNYWlueiwgd2hlcmUgaGUg\\ndG9vayBvdXQgYSBsb2FuIGZyb20gaGlzIGJyb3RoZXItaW4tbGF3IEFybm9s\\nZCBHZWx0aHVzLCBxdWl0ZSBwb3NzaWJseSBmb3IgYSBwcmludGluZyBwcmVz\\ncyBvciByZWxhdGVkIHBhcmFwaGVybmFsaWEuIEJ5IHRoaXMgZGF0ZSwgR3V0\\nZW5iZXJnIG1heSBoYXZlIGJlZW4gZmFtaWxpYXIgd2l0aCBpbnRhZ2xpbyBw\\ncmludGluZzsgaXQgaXMgY2xhaW1lZCB0aGF0IGhlIGhhZCB3b3JrZWQgb24g\\nY29wcGVyIGVuZ3JhdmluZ3Mgd2l0aCBhbiBhcnRpc3Qga25vd24gYXMgdGhl\\nIE1hc3RlciBvZiBQbGF5aW5nIENhcmRzLgoKQnkgMTQ1MCwgdGhlIHByZXNz\\nIHdhcyBpbiBvcGVyYXRpb24sIGFuZCBhIEdlcm1hbiBwb2VtIGhhZCBiZWVu\\nIHByaW50ZWQsIHBvc3NpYmx5IHRoZSBmaXJzdCBpdGVtIHRvIGJlIHByaW50\\nZWQgdGhlcmUuIEd1dGVuYmVyZyB3YXMgYWJsZSB0byBjb252aW5jZSB0aGUg\\nd2VhbHRoeSBtb25leWxlbmRlciBKb2hhbm4gRnVzdCBmb3IgYSBsb2FuIG9m\\nIDgwMCBndWlsZGVycy4gUGV0ZXIgU2Now7ZmZmVyLCB3aG8gYmVjYW1lIEZ1\\nc3TigJlzIHNvbi1pbi1sYXcsIGFsc28gam9pbmVkIHRoZSBlbnRlcnByaXNl\\nLiBTY2jDtmZmZXIgaGFkIHdvcmtlZCBhcyBhIHNjcmliZSBpbiBQYXJpcyBh\\nbmQgaXMgYmVsaWV2ZWQgdG8gaGF2ZSBkZXNpZ25lZCBzb21lIG9mIHRoZSBm\\naXJzdCB0eXBlZmFjZXMuCgo8ZmlndXJlPgoJPGJsb2NrcXVvdGU+CgkJPHA+\\nQWxsIHRoYXQgaGFzIGJlZW4gd3JpdHRlbiB0byBtZSBhYm91dCB0aGF0IG1h\\ncnZlbG91cyBtYW4gc2VlbiBhdCBGcmFua2Z1cnQgaXMgdHJ1ZS4gSSBoYXZl\\nIG5vdCBzZWVuIGNvbXBsZXRlIEJpYmxlcyBidXQgb25seSBhIG51bWJlciBv\\nZiBxdWlyZXMgb2YgdmFyaW91cyBib29rcyBvZiB0aGUgQmlibGUuIFRoZSBz\\nY3JpcHQgd2FzIHZlcnkgbmVhdCBhbmQgbGVnaWJsZSwgbm90IGF0IGFsbCBk\\naWZmaWN1bHQgdG8gZm9sbG934oCUeW91ciBncmFjZSB3b3VsZCBiZSBhYmxl\\nIHRvIHJlYWQgaXQgd2l0aG91dCBlZmZvcnQsIGFuZCBpbmRlZWQgd2l0aG91\\ndCBnbGFzc2VzLjwvcD4KCQk8Zm9vdGVyPgoJCQk8Y2l0ZT7igJRGdXR1cmUg\\ncG9wZSBQaXVzIElJIGluIGEgbGV0dGVyIHRvIENhcmRpbmFsIENhcnZhamFs\\nLCBNYXJjaCAxNDU1PC9jaXRlPgoJCTwvZm9vdGVyPgoJPC9ibG9ja3F1b3Rl\\nPgo8L2ZpZ3VyZT4KCkd1dGVuYmVyZydzIHdvcmtzaG9wIHdhcyBzZXQgdXAg\\nYXQgSG9mIEh1bWJyZWNodCwgYSBwcm9wZXJ0eSBiZWxvbmdpbmcgdG8gYSBk\\naXN0YW50IHJlbGF0aXZlLiBJdCBpcyBub3QgY2xlYXIgd2hlbiBHdXRlbmJl\\ncmcgY29uY2VpdmVkIHRoZSBCaWJsZSBwcm9qZWN0LCBidXQgZm9yIHRoaXMg\\naGUgYm9ycm93ZWQgYW5vdGhlciA4MDAgZ3VpbGRlcnMgZnJvbSBGdXN0LCBh\\nbmQgd29yayBjb21tZW5jZWQgaW4gMTQ1Mi4gQXQgdGhlIHNhbWUgdGltZSwg\\ndGhlIHByZXNzIHdhcyBhbHNvIHByaW50aW5nIG90aGVyLCBtb3JlIGx1Y3Jh\\ndGl2ZSB0ZXh0cyAocG9zc2libHkgTGF0aW4gZ3JhbW1hcnMpLiBUaGVyZSBp\\ncyBhbHNvIHNvbWUgc3BlY3VsYXRpb24gdGhhdCB0aGVyZSBtYXkgaGF2ZSBi\\nZWVuIHR3byBwcmVzc2VzLCBvbmUgZm9yIHRoZSBwZWRlc3RyaWFuIHRleHRz\\nLCBhbmQgb25lIGZvciB0aGUgQmlibGUuIE9uZSBvZiB0aGUgcHJvZml0LW1h\\na2luZyBlbnRlcnByaXNlcyBvZiB0aGUgbmV3IHByZXNzIHdhcyB0aGUgcHJp\\nbnRpbmcgb2YgdGhvdXNhbmRzIG9mIGluZHVsZ2VuY2VzIGZvciB0aGUgY2h1\\ncmNoLCBkb2N1bWVudGVkIGZyb20gMTQ1NOKAkzU1LgoKSW4gMTQ1NSBHdXRl\\nbmJlcmcgY29tcGxldGVkIGhpcyA0Mi1saW5lIEJpYmxlLCBrbm93biBhcyB0\\naGUgR3V0ZW5iZXJnIEJpYmxlLiBBYm91dCAxODAgY29waWVzIHdlcmUgcHJp\\nbnRlZCwgbW9zdCBvbiBwYXBlciBhbmQgc29tZSBvbiB2ZWxsdW0uCgojIyBD\\nb3VydCBDYXNlCgpTb21lIHRpbWUgaW4gMTQ1NiwgdGhlcmUgd2FzIGEgZGlz\\ncHV0ZSBiZXR3ZWVuIEd1dGVuYmVyZyBhbmQgRnVzdCwgYW5kIEZ1c3QgZGVt\\nYW5kZWQgaGlzIG1vbmV5IGJhY2ssIGFjY3VzaW5nIEd1dGVuYmVyZyBvZiBt\\naXN1c2luZyB0aGUgZnVuZHMuIE1lYW53aGlsZSB0aGUgZXhwZW5zZXMgb2Yg\\ndGhlIEJpYmxlIHByb2plY3QgaGFkIHByb2xpZmVyYXRlZCwgYW5kIEd1dGVu\\nYmVyZydzIGRlYnQgbm93IGV4Y2VlZGVkIDIwLDAwMCBndWlsZGVycy4gRnVz\\ndCBzdWVkIGF0IHRoZSBhcmNoYmlzaG9wJ3MgY291cnQuIEEgTm92ZW1iZXIg\\nMTQ1NSBsZWdhbCBkb2N1bWVudCByZWNvcmRzIHRoYXQgdGhlcmUgd2FzIGEg\\ncGFydG5lcnNoaXAgZm9yIGEgInByb2plY3Qgb2YgdGhlIGJvb2tzLCIgdGhl\\nIGZ1bmRzIGZvciB3aGljaCBHdXRlbmJlcmcgaGFkIHVzZWQgZm9yIG90aGVy\\nIHB1cnBvc2VzLCBhY2NvcmRpbmcgdG8gRnVzdC4gVGhlIGNvdXJ0IGRlY2lk\\nZWQgaW4gZmF2b3Igb2YgRnVzdCwgZ2l2aW5nIGhpbSBjb250cm9sIG92ZXIg\\ndGhlIEJpYmxlIHByaW50aW5nIHdvcmtzaG9wIGFuZCBoYWxmIG9mIGFsbCBw\\ncmludGVkIEJpYmxlcy4KClRodXMgR3V0ZW5iZXJnIHdhcyBlZmZlY3RpdmVs\\neSBiYW5rcnVwdCwgYnV0IGl0IGFwcGVhcnMgaGUgcmV0YWluZWQgKG9yIHJl\\nLXN0YXJ0ZWQpIGEgc21hbGwgcHJpbnRpbmcgc2hvcCwgYW5kIHBhcnRpY2lw\\nYXRlZCBpbiB0aGUgcHJpbnRpbmcgb2YgYSBCaWJsZSBpbiB0aGUgdG93biBv\\nZiBCYW1iZXJnIGFyb3VuZCAxNDU5LCBmb3Igd2hpY2ggaGUgc2VlbXMgYXQg\\nbGVhc3QgdG8gaGF2ZSBzdXBwbGllZCB0aGUgdHlwZS4gQnV0IHNpbmNlIGhp\\ncyBwcmludGVkIGJvb2tzIG5ldmVyIGNhcnJ5IGhpcyBuYW1lIG9yIGEgZGF0\\nZSwgaXQgaXMgZGlmZmljdWx0IHRvIGJlIGNlcnRhaW4sIGFuZCB0aGVyZSBp\\ncyBjb25zZXF1ZW50bHkgYSBjb25zaWRlcmFibGUgc2Nob2xhcmx5IGRlYmF0\\nZSBvbiB0aGlzIHN1YmplY3QuIEl0IGlzIGFsc28gcG9zc2libGUgdGhhdCB0\\naGUgbGFyZ2UgQ2F0aG9saWNvbiBkaWN0aW9uYXJ5LCAzMDAgY29waWVzIG9m\\nIDc1NCBwYWdlcywgcHJpbnRlZCBpbiBNYWlueiBpbiAxNDYwLCBtYXkgaGF2\\nZSBiZWVuIGV4ZWN1dGVkIGluIGhpcyB3b3Jrc2hvcC4KCk1lYW53aGlsZSwg\\ndGhlIEZ1c3TigJNTY2jDtmZmZXIgc2hvcCB3YXMgdGhlIGZpcnN0IGluIEV1\\ncm9wZSB0byBicmluZyBvdXQgYSBib29rIHdpdGggdGhlIHByaW50ZXIncyBu\\nYW1lIGFuZCBkYXRlLCB0aGUgTWFpbnogUHNhbHRlciBvZiBBdWd1c3QgMTQ1\\nNywgYW5kIHdoaWxlIHByb3VkbHkgcHJvY2xhaW1pbmcgdGhlIG1lY2hhbmlj\\nYWwgcHJvY2VzcyBieSB3aGljaCBpdCBoYWQgYmVlbiBwcm9kdWNlZCwgaXQg\\nbWFkZSBubyBtZW50aW9uIG9mIEd1dGVuYmVyZy4KCiMjIExhdGVyIExpZmUK\\nCkluIDE0NjIsIGR1cmluZyBhIGNvbmZsaWN0IGJldHdlZW4gdHdvIGFyY2hi\\naXNob3BzLCBNYWlueiB3YXMgc2Fja2VkIGJ5IGFyY2hiaXNob3AgQWRvbHBo\\nIHZvbiBOYXNzYXUsIGFuZCBHdXRlbmJlcmcgd2FzIGV4aWxlZC4gQW4gb2xk\\nIG1hbiBieSBub3csIGhlIG1vdmVkIHRvIEVsdHZpbGxlIHdoZXJlIGhlIG1h\\neSBoYXZlIGluaXRpYXRlZCBhbmQgc3VwZXJ2aXNlZCBhIG5ldyBwcmludGlu\\nZyBwcmVzcyBiZWxvbmdpbmcgdG8gdGhlIGJyb3RoZXJzIEJlY2h0ZXJtw7xu\\nemUuCgpJbiBKYW51YXJ5IDE0NjUsIEd1dGVuYmVyZydzIGFjaGlldmVtZW50\\ncyB3ZXJlIHJlY29nbml6ZWQgYW5kIGhlIHdhcyBnaXZlbiB0aGUgdGl0bGUg\\nSG9mbWFubiAoZ2VudGxlbWFuIG9mIHRoZSBjb3VydCkgYnkgdm9uIE5hc3Nh\\ndS4gVGhpcyBob25vciBpbmNsdWRlZCBhIHN0aXBlbmQsIGFuIGFubnVhbCBj\\nb3VydCBvdXRmaXQsIGFzIHdlbGwgYXMgMiwxODAgbGl0cmVzIG9mIGdyYWlu\\nIGFuZCAyLDAwMCBsaXRyZXMgb2Ygd2luZSB0YXgtZnJlZS4gSXQgaXMgYmVs\\naWV2ZWQgaGUgbWF5IGhhdmUgbW92ZWQgYmFjayB0byBNYWlueiBhcm91bmQg\\ndGhpcyB0aW1lLCBidXQgdGhpcyBpcyBub3QgY2VydGFpbi4KCioqKgoKR3V0\\nZW5iZXJnIGRpZWQgaW4gMTQ2OCBhbmQgd2FzIGJ1cmllZCBpbiB0aGUgRnJh\\nbmNpc2NhbiBjaHVyY2ggYXQgTWFpbnosIGhpcyBjb250cmlidXRpb25zIGxh\\ncmdlbHkgdW5rbm93bi4gVGhpcyBjaHVyY2ggYW5kIHRoZSBjZW1ldGVyeSB3\\nZXJlIGxhdGVyIGRlc3Ryb3llZCwgYW5kIEd1dGVuYmVyZydzIGdyYXZlIGlz\\nIG5vdyBsb3N0LgoKSW4gMTUwNCwgaGUgd2FzIG1lbnRpb25lZCBhcyB0aGUg\\naW52ZW50b3Igb2YgdHlwb2dyYXBoeSBpbiBhIGJvb2sgYnkgUHJvZmVzc29y\\nIEl2byBXaXR0aWcuIEl0IHdhcyBub3QgdW50aWwgMTU2NyB0aGF0IHRoZSBm\\naXJzdCBwb3J0cmFpdCBvZiBHdXRlbmJlcmcsIGFsbW9zdCBjZXJ0YWlubHkg\\nYW4gaW1hZ2luYXJ5IHJlY29uc3RydWN0aW9uLCBhcHBlYXJlZCBpbiBIZWlu\\ncmljaCBQYW50YWxlb24ncyBiaW9ncmFwaHkgb2YgZmFtb3VzIEdlcm1hbnMu\\nCgojIyBQcmludGluZyBNZXRob2QgV2l0aCBNb3ZhYmxlIFR5cGUKCkd1dGVu\\nYmVyZydzIGVhcmx5IHByaW50aW5nIHByb2Nlc3MsIGFuZCB3aGF0IHRlc3Rz\\nIGhlIG1heSBoYXZlIG1hZGUgd2l0aCBtb3ZhYmxlIHR5cGUsIGFyZSBub3Qg\\na25vd24gaW4gZ3JlYXQgZGV0YWlsLiBIaXMgbGF0ZXIgQmlibGVzIHdlcmUg\\ncHJpbnRlZCBpbiBzdWNoIGEgd2F5IGFzIHRvIGhhdmUgcmVxdWlyZWQgbGFy\\nZ2UgcXVhbnRpdGllcyBvZiB0eXBlLCBzb21lIGVzdGltYXRlcyBzdWdnZXN0\\naW5nIGFzIG1hbnkgYXMgMTAwLDAwMCBpbmRpdmlkdWFsIHNvcnRzLiBTZXR0\\naW5nIGVhY2ggcGFnZSB3b3VsZCB0YWtlLCBwZXJoYXBzLCBoYWxmIGEgZGF5\\nLCBhbmQgY29uc2lkZXJpbmcgYWxsIHRoZSB3b3JrIGluIGxvYWRpbmcgdGhl\\nIHByZXNzLCBpbmtpbmcgdGhlIHR5cGUsIHB1bGxpbmcgdGhlIGltcHJlc3Np\\nb25zLCBoYW5naW5nIHVwIHRoZSBzaGVldHMsIGRpc3RyaWJ1dGluZyB0aGUg\\ndHlwZSwgZXRjLiwgaXQgaXMgdGhvdWdodCB0aGF0IHRoZSBHdXRlbmJlcmfi\\ngJNGdXN0IHNob3AgbWlnaHQgaGF2ZSBlbXBsb3llZCBhcyBtYW55IGFzIDI1\\nIGNyYWZ0c21lbi4KCiFbTW92YWJsZSBtZXRhbCB0eXBlLCBhbmQgY29tcG9z\\naW5nIHN0aWNrLCBkZXNjZW5kZWQgZnJvbSBHdXRlbmJlcmcncyBwcmVzcy4g\\nUGhvdG8gYnkgV2lsbGkgSGVpZGVsYmFjaC4gTGljZW5zZWQgdW5kZXIgQ0Mg\\nQlkgMi41XSgvbWVkaWEvbW92YWJsZS10eXBlLmpwZykKCipNb3ZhYmxlIG1l\\ndGFsIHR5cGUsIGFuZCBjb21wb3Npbmcgc3RpY2ssIGRlc2NlbmRlZCBmcm9t\\nIEd1dGVuYmVyZydzIHByZXNzLiBQaG90byBieSBXaWxsaSBIZWlkZWxiYWNo\\nLiBMaWNlbnNlZCB1bmRlciBDQyBCWSAyLjUqCgpHdXRlbmJlcmcncyB0ZWNo\\nbmlxdWUgb2YgbWFraW5nIG1vdmFibGUgdHlwZSByZW1haW5zIHVuY2xlYXIu\\nIEluIHRoZSBmb2xsb3dpbmcgZGVjYWRlcywgcHVuY2hlcyBhbmQgY29wcGVy\\nIG1hdHJpY2VzIGJlY2FtZSBzdGFuZGFyZGl6ZWQgaW4gdGhlIHJhcGlkbHkg\\nZGlzc2VtaW5hdGluZyBwcmludGluZyBwcmVzc2VzIGFjcm9zcyBFdXJvcGUu\\nIFdoZXRoZXIgR3V0ZW5iZXJnIHVzZWQgdGhpcyBzb3BoaXN0aWNhdGVkIHRl\\nY2huaXF1ZSBvciBhIHNvbWV3aGF0IHByaW1pdGl2ZSB2ZXJzaW9uIGhhcyBi\\nZWVuIHRoZSBzdWJqZWN0IG9mIGNvbnNpZGVyYWJsZSBkZWJhdGUuCgpJbiB0\\naGUgc3RhbmRhcmQgcHJvY2VzcyBvZiBtYWtpbmcgdHlwZSwgYSBoYXJkIG1l\\ndGFsIHB1bmNoIChtYWRlIGJ5IHB1bmNoY3V0dGluZywgd2l0aCB0aGUgbGV0\\ndGVyIGNhcnZlZCBiYWNrIHRvIGZyb250KSBpcyBoYW1tZXJlZCBpbnRvIGEg\\nc29mdGVyIGNvcHBlciBiYXIsIGNyZWF0aW5nIGEgbWF0cml4LiBUaGlzIGlz\\nIHRoZW4gcGxhY2VkIGludG8gYSBoYW5kLWhlbGQgbW91bGQgYW5kIGEgcGll\\nY2Ugb2YgdHlwZSwgb3IgInNvcnQiLCBpcyBjYXN0IGJ5IGZpbGxpbmcgdGhl\\nIG1vdWxkIHdpdGggbW9sdGVuIHR5cGUtbWV0YWw7IHRoaXMgY29vbHMgYWxt\\nb3N0IGF0IG9uY2UsIGFuZCB0aGUgcmVzdWx0aW5nIHBpZWNlIG9mIHR5cGUg\\nY2FuIGJlIHJlbW92ZWQgZnJvbSB0aGUgbW91bGQuIFRoZSBtYXRyaXggY2Fu\\nIGJlIHJldXNlZCB0byBjcmVhdGUgaHVuZHJlZHMsIG9yIHRob3VzYW5kcywg\\nb2YgaWRlbnRpY2FsIHNvcnRzIHNvIHRoYXQgdGhlIHNhbWUgY2hhcmFjdGVy\\nIGFwcGVhcmluZyBhbnl3aGVyZSB3aXRoaW4gdGhlIGJvb2sgd2lsbCBhcHBl\\nYXIgdmVyeSB1bmlmb3JtLCBnaXZpbmcgcmlzZSwgb3ZlciB0aW1lLCB0byB0\\naGUgZGV2ZWxvcG1lbnQgb2YgZGlzdGluY3Qgc3R5bGVzIG9mIHR5cGVmYWNl\\ncyBvciBmb250cy4gQWZ0ZXIgY2FzdGluZywgdGhlIHNvcnRzIGFyZSBhcnJh\\nbmdlZCBpbnRvIHR5cGUtY2FzZXMsIGFuZCB1c2VkIHRvIG1ha2UgdXAgcGFn\\nZXMgd2hpY2ggYXJlIGlua2VkIGFuZCBwcmludGVkLCBhIHByb2NlZHVyZSB3\\naGljaCBjYW4gYmUgcmVwZWF0ZWQgaHVuZHJlZHMsIG9yIHRob3VzYW5kcywg\\nb2YgdGltZXMuIFRoZSBzb3J0cyBjYW4gYmUgcmV1c2VkIGluIGFueSBjb21i\\naW5hdGlvbiwgZWFybmluZyB0aGUgcHJvY2VzcyB0aGUgbmFtZSBvZiDigJxt\\nb3ZhYmxlIHR5cGXigJ0uCgpUaGUgaW52ZW50aW9uIG9mIHRoZSBtYWtpbmcg\\nb2YgdHlwZXMgd2l0aCBwdW5jaCwgbWF0cml4IGFuZCBtb2xkIGhhcyBiZWVu\\nIHdpZGVseSBhdHRyaWJ1dGVkIHRvIEd1dGVuYmVyZy4gSG93ZXZlciwgcmVj\\nZW50IGV2aWRlbmNlIHN1Z2dlc3RzIHRoYXQgR3V0ZW5iZXJnJ3MgcHJvY2Vz\\ncyB3YXMgc29tZXdoYXQgZGlmZmVyZW50LiBJZiBoZSB1c2VkIHRoZSBwdW5j\\naCBhbmQgbWF0cml4IGFwcHJvYWNoLCBhbGwgaGlzIGxldHRlcnMgc2hvdWxk\\nIGhhdmUgYmVlbiBuZWFybHkgaWRlbnRpY2FsLCB3aXRoIHNvbWUgdmFyaWF0\\naW9ucyBkdWUgdG8gbWlzY2FzdGluZyBhbmQgaW5raW5nLiBIb3dldmVyLCB0\\naGUgdHlwZSB1c2VkIGluIEd1dGVuYmVyZydzIGVhcmxpZXN0IHdvcmsgc2hv\\nd3Mgb3RoZXIgdmFyaWF0aW9ucy4KCjxmaWd1cmU+Cgk8YmxvY2txdW90ZT4K\\nCQk8cD5JdCBpcyBhIHByZXNzLCBjZXJ0YWlubHksIGJ1dCBhIHByZXNzIGZy\\nb20gd2hpY2ggc2hhbGwgZmxvdyBpbiBpbmV4aGF1c3RpYmxlIHN0cmVhbXPi\\ngKYgVGhyb3VnaCBpdCwgZ29kIHdpbGwgc3ByZWFkIGhpcyB3b3JkLjwvcD4K\\nCQk8Zm9vdGVyPgoJCQk8Y2l0ZT7igJRKb2hhbm5lcyBHdXRlbmJlcmc8L2Np\\ndGU+CgkJPC9mb290ZXI+Cgk8L2Jsb2NrcXVvdGU+CjwvZmlndXJlPgoKSW4g\\nMjAwMSwgdGhlIHBoeXNpY2lzdCBCbGFpc2UgQWfDvGVyYSB5IEFyY2FzIGFu\\nZCBQcmluY2V0b24gbGlicmFyaWFuIFBhdWwgTmVlZGhhbSwgdXNlZCBkaWdp\\ndGFsIHNjYW5zIG9mIGEgUGFwYWwgYnVsbCBpbiB0aGUgU2NoZWlkZSBMaWJy\\nYXJ5LCBQcmluY2V0b24sIHRvIGNhcmVmdWxseSBjb21wYXJlIHRoZSBzYW1l\\nIGxldHRlcnMgKHR5cGVzKSBhcHBlYXJpbmcgaW4gZGlmZmVyZW50IHBhcnRz\\nIG9mIHRoZSBwcmludGVkIHRleHQuIFRoZSBpcnJlZ3VsYXJpdGllcyBpbiBH\\ndXRlbmJlcmcncyB0eXBlLCBwYXJ0aWN1bGFybHkgaW4gc2ltcGxlIGNoYXJh\\nY3RlcnMgc3VjaCBhcyB0aGUgaHlwaGVuLCBzdWdnZXN0ZWQgdGhhdCB0aGUg\\ndmFyaWF0aW9ucyBjb3VsZCBub3QgaGF2ZSBjb21lIGZyb20gZWl0aGVyIGlu\\nayBzbWVhciBvciBmcm9tIHdlYXIgYW5kIGRhbWFnZSBvbiB0aGUgcGllY2Vz\\nIG9mIG1ldGFsIG9uIHRoZSB0eXBlcyB0aGVtc2VsdmVzLiBXaGlsZSBzb21l\\nIGlkZW50aWNhbCB0eXBlcyBhcmUgY2xlYXJseSB1c2VkIG9uIG90aGVyIHBh\\nZ2VzLCBvdGhlciB2YXJpYXRpb25zLCBzdWJqZWN0ZWQgdG8gZGV0YWlsZWQg\\naW1hZ2UgYW5hbHlzaXMsIHN1Z2dlc3RlZCB0aGF0IHRoZXkgY291bGQgbm90\\nIGhhdmUgYmVlbiBwcm9kdWNlZCBmcm9tIHRoZSBzYW1lIG1hdHJpeC4gVHJh\\nbnNtaXR0ZWQgbGlnaHQgcGljdHVyZXMgb2YgdGhlIHBhZ2UgYWxzbyBhcHBl\\nYXJlZCB0byByZXZlYWwgc3Vic3RydWN0dXJlcyBpbiB0aGUgdHlwZSB0aGF0\\nIGNvdWxkIG5vdCBhcmlzZSBmcm9tIHRyYWRpdGlvbmFsIHB1bmNoY3V0dGlu\\nZyB0ZWNobmlxdWVzLiBUaGV5IGh5cG90aGVzaXplZCB0aGF0IHRoZSBtZXRo\\nb2QgbWF5IGhhdmUgaW52b2x2ZWQgaW1wcmVzc2luZyBzaW1wbGUgc2hhcGVz\\nIHRvIGNyZWF0ZSBhbHBoYWJldHMgaW4g4oCcY3VuZWlmb3Jt4oCdIHN0eWxl\\nIGluIGEgbWF0cml4IG1hZGUgb2Ygc29tZSBzb2Z0IG1hdGVyaWFsLCBwZXJo\\nYXBzIHNhbmQuIENhc3RpbmcgdGhlIHR5cGUgd291bGQgZGVzdHJveSB0aGUg\\nbW91bGQsIGFuZCB0aGUgbWF0cml4IHdvdWxkIG5lZWQgdG8gYmUgcmVjcmVh\\ndGVkIHRvIG1ha2UgZWFjaCBhZGRpdGlvbmFsIHNvcnQuIFRoaXMgY291bGQg\\nZXhwbGFpbiB0aGUgdmFyaWF0aW9ucyBpbiB0aGUgdHlwZSwgYXMgd2VsbCBh\\ncyB0aGUgc3Vic3RydWN0dXJlcyBvYnNlcnZlZCBpbiB0aGUgcHJpbnRlZCBp\\nbWFnZXMuCgpUaHVzLCB0aGV5IGZlZWwgdGhhdCDigJx0aGUgZGVjaXNpdmUg\\nZmFjdG9yIGZvciB0aGUgYmlydGggb2YgdHlwb2dyYXBoeeKAnSwgdGhlIHVz\\nZSBvZiByZXVzYWJsZSBtb3VsZHMgZm9yIGNhc3RpbmcgdHlwZSwgbWlnaHQg\\naGF2ZSBiZWVuIGEgbW9yZSBwcm9ncmVzc2l2ZSBwcm9jZXNzIHRoYW4gd2Fz\\nIHByZXZpb3VzbHkgdGhvdWdodC4gVGhleSBzdWdnZXN0IHRoYXQgdGhlIGFk\\nZGl0aW9uYWwgc3RlcCBvZiB1c2luZyB0aGUgcHVuY2ggdG8gY3JlYXRlIGEg\\nbW91bGQgdGhhdCBjb3VsZCBiZSByZXVzZWQgbWFueSB0aW1lcyB3YXMgbm90\\nIHRha2VuIHVudGlsIHR3ZW50eSB5ZWFycyBsYXRlciwgaW4gdGhlIDE0NzBz\\nLiBPdGhlcnMgaGF2ZSBub3QgYWNjZXB0ZWQgc29tZSBvciBhbGwgb2YgdGhl\\naXIgc3VnZ2VzdGlvbnMsIGFuZCBoYXZlIGludGVycHJldGVkIHRoZSBldmlk\\nZW5jZSBpbiBvdGhlciB3YXlzLCBhbmQgdGhlIHRydXRoIG9mIHRoZSBtYXR0\\nZXIgcmVtYWlucyB2ZXJ5IHVuY2VydGFpbi4KCkEgMTU2OCBoaXN0b3J5IGJ5\\nIEhhZHJpYW51cyBKdW5pdXMgb2YgSG9sbGFuZCBjbGFpbXMgdGhhdCB0aGUg\\nYmFzaWMgaWRlYSBvZiB0aGUgbW92YWJsZSB0eXBlIGNhbWUgdG8gR3V0ZW5i\\nZXJnIGZyb20gTGF1cmVucyBKYW5zem9vbiBDb3N0ZXIgdmlhIEZ1c3QsIHdo\\nbyB3YXMgYXBwcmVudGljZWQgdG8gQ29zdGVyIGluIHRoZSAxNDMwcyBhbmQg\\nbWF5IGhhdmUgYnJvdWdodCBzb21lIG9mIGhpcyBlcXVpcG1lbnQgZnJvbSBI\\nYWFybGVtIHRvIE1haW56LiBXaGlsZSBDb3N0ZXIgYXBwZWFycyB0byBoYXZl\\nIGV4cGVyaW1lbnRlZCB3aXRoIG1vdWxkcyBhbmQgY2FzdGFibGUgbWV0YWwg\\ndHlwZSwgdGhlcmUgaXMgbm8gZXZpZGVuY2UgdGhhdCBoZSBoYWQgYWN0dWFs\\nbHkgcHJpbnRlZCBhbnl0aGluZyB3aXRoIHRoaXMgdGVjaG5vbG9neS4gSGUg\\nd2FzIGFuIGludmVudG9yIGFuZCBhIGdvbGRzbWl0aC4gSG93ZXZlciwgdGhl\\ncmUgaXMgb25lIGluZGlyZWN0IHN1cHBvcnRlciBvZiB0aGUgY2xhaW0gdGhh\\ndCBDb3N0ZXIgbWlnaHQgYmUgdGhlIGludmVudG9yLiBUaGUgYXV0aG9yIG9m\\nIHRoZSBDb2xvZ25lIENocm9uaWNsZSBvZiAxNDk5IHF1b3RlcyBVbHJpY2gg\\nWmVsbCwgdGhlIGZpcnN0IHByaW50ZXIgb2YgQ29sb2duZSwgdGhhdCBwcmlu\\ndGluZyB3YXMgcGVyZm9ybWVkIGluIE1haW56IGluIDE0NTAsIGJ1dCB0aGF0\\nIHNvbWUgdHlwZSBvZiBwcmludGluZyBvZiBsb3dlciBxdWFsaXR5IGhhZCBw\\ncmV2aW91c2x5IG9jY3VycmVkIGluIHRoZSBOZXRoZXJsYW5kcy4gSG93ZXZl\\nciwgdGhlIGNocm9uaWNsZSBkb2VzIG5vdCBtZW50aW9uIHRoZSBuYW1lIG9m\\nIENvc3Rlciwgd2hpbGUgaXQgYWN0dWFsbHkgY3JlZGl0cyBHdXRlbmJlcmcg\\nYXMgdGhlICJmaXJzdCBpbnZlbnRvciBvZiBwcmludGluZyIgaW4gdGhlIHZl\\ncnkgc2FtZSBwYXNzYWdlIChmb2wuIDMxMikuIFRoZSBmaXJzdCBzZWN1cmVs\\neSBkYXRlZCBib29rIGJ5IER1dGNoIHByaW50ZXJzIGlzIGZyb20gMTQ3MSwg\\nYW5kIHRoZSBDb3N0ZXIgY29ubmVjdGlvbiBpcyB0b2RheSByZWdhcmRlZCBh\\ncyBhIG1lcmUgbGVnZW5kLgoKVGhlIDE5dGggY2VudHVyeSBwcmludGVyIGFu\\nZCB0eXBlZm91bmRlciBGb3VybmllciBMZSBKZXVuZSBzdWdnZXN0ZWQgdGhh\\ndCBHdXRlbmJlcmcgbWlnaHQgbm90IGhhdmUgYmVlbiB1c2luZyB0eXBlIGNh\\nc3Qgd2l0aCBhIHJldXNhYmxlIG1hdHJpeCwgYnV0IHBvc3NpYmx5IHdvb2Rl\\nbiB0eXBlcyB0aGF0IHdlcmUgY2FydmVkIGluZGl2aWR1YWxseS4gQSBzaW1p\\nbGFyIHN1Z2dlc3Rpb24gd2FzIG1hZGUgYnkgTmFzaCBpbiAyMDA0LiBUaGlz\\nIHJlbWFpbnMgcG9zc2libGUsIGFsYmVpdCBlbnRpcmVseSB1bnByb3Zlbi4K\\nCkl0IGhhcyBhbHNvIGJlZW4gcXVlc3Rpb25lZCB3aGV0aGVyIEd1dGVuYmVy\\nZyB1c2VkIG1vdmFibGUgdHlwZXMgYXQgYWxsLiBJbiAyMDA0LCBJdGFsaWFu\\nIHByb2Zlc3NvciBCcnVubyBGYWJiaWFuaSBjbGFpbWVkIHRoYXQgZXhhbWlu\\nYXRpb24gb2YgdGhlIDQyLWxpbmUgQmlibGUgcmV2ZWFsZWQgYW4gb3Zlcmxh\\ncHBpbmcgb2YgbGV0dGVycywgc3VnZ2VzdGluZyB0aGF0IEd1dGVuYmVyZyBk\\naWQgbm90IGluIGZhY3QgdXNlIG1vdmFibGUgdHlwZSAoaW5kaXZpZHVhbCBj\\nYXN0IGNoYXJhY3RlcnMpIGJ1dCByYXRoZXIgdXNlZCB3aG9sZSBwbGF0ZXMg\\nbWFkZSBmcm9tIGEgc3lzdGVtIHNvbWV3aGF0IGxpa2UgYSBtb2Rlcm4gdHlw\\nZXdyaXRlciwgd2hlcmVieSB0aGUgbGV0dGVycyB3ZXJlIHN0YW1wZWQgc3Vj\\nY2Vzc2l2ZWx5IGludG8gdGhlIHBsYXRlIGFuZCB0aGVuIHByaW50ZWQuIEhv\\nd2V2ZXIsIG1vc3Qgc3BlY2lhbGlzdHMgcmVnYXJkIHRoZSBvY2Nhc2lvbmFs\\nIG92ZXJsYXBwaW5nIG9mIHR5cGUgYXMgY2F1c2VkIGJ5IHBhcGVyIG1vdmVt\\nZW50IG92ZXIgcGllY2VzIG9mIHR5cGUgb2Ygc2xpZ2h0bHkgdW5lcXVhbCBo\\nZWlnaHQu\\n\",\n \"encoding\": \"base64\"\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/blobs/d0582dd245a3f408fb3fe2333bf01400007476e9?ts=0",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"5383e3804ce97e7262013735d6927ed9\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A1FE:595D:3EDF3E:A31AA0:5E1AE27B",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4977",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "3895"
},
"response": "{\n \"sha\": \"d0582dd245a3f408fb3fe2333bf01400007476e9\",\n \"node_id\": \"MDQ6QmxvYjIzMzM2NTAyNzpkMDU4MmRkMjQ1YTNmNDA4ZmIzZmUyMzMzYmYwMTQwMDAwNzQ3NmU5\",\n \"size\": 2565,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/d0582dd245a3f408fb3fe2333bf01400007476e9\",\n \"content\": \"LS0tCnRpdGxlOiBUaGUgT3JpZ2lucyBvZiBTb2NpYWwgU3RhdGlvbmVyeSBM\\nZXR0ZXJpbmcKZGF0ZTogIjIwMTYtMTItMDFUMjI6NDA6MzIuMTY5WiIKdGVt\\ncGxhdGU6ICJwb3N0IgpkcmFmdDogZmFsc2UKY2F0ZWdvcnk6ICJEZXNpZ24g\\nQ3VsdHVyZSIKZGVzY3JpcHRpb246ICJQZWxsZW50ZXNxdWUgaGFiaXRhbnQg\\nbW9yYmkgdHJpc3RpcXVlIHNlbmVjdHVzIGV0IG5ldHVzIGV0IG1hbGVzdWFk\\nYSBmYW1lcyBhYyB0dXJwaXMgZWdlc3Rhcy4gVmVzdGlidWx1bSB0b3J0b3Ig\\ncXVhbSwgZmV1Z2lhdCB2aXRhZSwgdWx0cmljaWVzIGVnZXQsIHRlbXBvciBz\\naXQgYW1ldCwgYW50ZS4iCmNhbm9uaWNhbDogJycKLS0tCgoqKlBlbGxlbnRl\\nc3F1ZSBoYWJpdGFudCBtb3JiaSB0cmlzdGlxdWUqKiBzZW5lY3R1cyBldCBu\\nZXR1cyBldCBtYWxlc3VhZGEgZmFtZXMgYWMgdHVycGlzIGVnZXN0YXMuIFZl\\nc3RpYnVsdW0gdG9ydG9yIHF1YW0sIGZldWdpYXQgdml0YWUsIHVsdHJpY2ll\\ncyBlZ2V0LCB0ZW1wb3Igc2l0IGFtZXQsIGFudGUuIERvbmVjIGV1IGxpYmVy\\nbyBzaXQgYW1ldCBxdWFtIGVnZXN0YXMgc2VtcGVyLiAqQWVuZWFuIHVsdHJp\\nY2llcyBtaSB2aXRhZSBlc3QuKiBNYXVyaXMgcGxhY2VyYXQgZWxlaWZlbmQg\\nbGVvLiBRdWlzcXVlIHNpdCBhbWV0IGVzdCBldCBzYXBpZW4gdWxsYW1jb3Jw\\nZXIgcGhhcmV0cmEuIAoKVmVzdGlidWx1bSBlcmF0IHdpc2ksIGNvbmRpbWVu\\ndHVtIHNlZCwgY29tbW9kbyB2aXRhZSwgb3JuYXJlIHNpdCBhbWV0LCB3aXNp\\nLiBBZW5lYW4gZmVybWVudHVtLCBlbGl0IGVnZXQgdGluY2lkdW50IGNvbmRp\\nbWVudHVtLCBlcm9zIGlwc3VtIHJ1dHJ1bSBvcmNpLCBzYWdpdHRpcyB0ZW1w\\ndXMgbGFjdXMgZW5pbSBhYyBkdWkuICBbRG9uZWMgbm9uIGVuaW1dKCMpIGlu\\nIHR1cnBpcyBwdWx2aW5hciBmYWNpbGlzaXMuCgohW051bGxhIGZhdWNpYnVz\\nIHZlc3RpYnVsdW0gZXJvcyBpbiB0ZW1wdXMuIFZlc3RpYnVsdW0gdGVtcG9y\\nIGltcGVyZGlldCB2ZWxpdCBuZWMgZGFwaWJ1c10oL21lZGlhL2ltYWdlLTMu\\nanBnKQoKIyMgSGVhZGVyIExldmVsIDIKCisgTG9yZW0gaXBzdW0gZG9sb3Ig\\nc2l0IGFtZXQsIGNvbnNlY3RldHVlciBhZGlwaXNjaW5nIGVsaXQuCisgQWxp\\ncXVhbSB0aW5jaWR1bnQgbWF1cmlzIGV1IHJpc3VzLgoKRG9uZWMgbm9uIGVu\\naW0gaW4gdHVycGlzIHB1bHZpbmFyIGZhY2lsaXNpcy4gVXQgZmVsaXMuIFBy\\nYWVzZW50IGRhcGlidXMsIG5lcXVlIGlkIGN1cnN1cyBmYXVjaWJ1cywgdG9y\\ndG9yIG5lcXVlIGVnZXN0YXMgYXVndWUsIGV1IHZ1bHB1dGF0ZSBtYWduYSBl\\ncm9zIGV1IGVyYXQuIEFsaXF1YW0gZXJhdCB2b2x1dHBhdC4gCgo8ZmlndXJl\\nPgoJPGJsb2NrcXVvdGU+CgkJPHA+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFt\\nZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gVml2YW11cyBtYWdu\\nYS4gQ3JhcyBpbiBtaSBhdCBmZWxpcyBhbGlxdWV0IGNvbmd1ZS4gVXQgYSBl\\nc3QgZWdldCBsaWd1bGEgbW9sZXN0aWUgZ3JhdmlkYS4gQ3VyYWJpdHVyIG1h\\nc3NhLiBEb25lYyBlbGVpZmVuZCwgbGliZXJvIGF0IHNhZ2l0dGlzIG1vbGxp\\ncywgdGVsbHVzIGVzdCBtYWxlc3VhZGEgdGVsbHVzLCBhdCBsdWN0dXMgdHVy\\ncGlzIGVsaXQgc2l0IGFtZXQgcXVhbS4gVml2YW11cyBwcmV0aXVtIG9ybmFy\\nZSBlc3QuPC9wPgoJCTxmb290ZXI+CgkJCTxjaXRlPuKAlCBBbGlxdWFtIHRp\\nbmNpZHVudCBtYXVyaXMgZXUgcmlzdXMuPC9jaXRlPgoJCTwvZm9vdGVyPgoJ\\nPC9ibG9ja3F1b3RlPgo8L2ZpZ3VyZT4KCiMjIyBIZWFkZXIgTGV2ZWwgMwoK\\nKyBMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dWVyIGFk\\naXBpc2NpbmcgZWxpdC4KKyBBbGlxdWFtIHRpbmNpZHVudCBtYXVyaXMgZXUg\\ncmlzdXMuCgpQZWxsZW50ZXNxdWUgaGFiaXRhbnQgbW9yYmkgdHJpc3RpcXVl\\nIHNlbmVjdHVzIGV0IG5ldHVzIGV0IG1hbGVzdWFkYSBmYW1lcyBhYyB0dXJw\\naXMgZWdlc3Rhcy4gVmVzdGlidWx1bSB0b3J0b3IgcXVhbSwgZmV1Z2lhdCB2\\naXRhZSwgdWx0cmljaWVzIGVnZXQsIHRlbXBvciBzaXQgYW1ldCwgYW50ZS4g\\nRG9uZWMgZXUgbGliZXJvIHNpdCBhbWV0IHF1YW0gZWdlc3RhcyBzZW1wZXIu\\nIEFlbmVhbiB1bHRyaWNpZXMgbWkgdml0YWUgZXN0LiBNYXVyaXMgcGxhY2Vy\\nYXQgZWxlaWZlbmQgbGVvLiBRdWlzcXVlIHNpdCBhbWV0IGVzdCBldCBzYXBp\\nZW4gdWxsYW1jb3JwZXIgcGhhcmV0cmEuCgpgYGBjc3MKI2hlYWRlciBoMSBh\\nIHsKICBkaXNwbGF5OiBibG9jazsKICB3aWR0aDogMzAwcHg7CiAgaGVpZ2h0\\nOiA4MHB4Owp9CmBgYAoKRG9uZWMgbm9uIGVuaW0gaW4gdHVycGlzIHB1bHZp\\nbmFyIGZhY2lsaXNpcy4gVXQgZmVsaXMuIFByYWVzZW50IGRhcGlidXMsIG5l\\ncXVlIGlkIGN1cnN1cyBmYXVjaWJ1cywgdG9ydG9yIG5lcXVlIGVnZXN0YXMg\\nYXVndWUsIGV1IHZ1bHB1dGF0ZSBtYWduYSBlcm9zIGV1IGVyYXQuIEFsaXF1\\nYW0gZXJhdCB2b2x1dHBhdC4gTmFtIGR1aSBtaSwgdGluY2lkdW50IHF1aXMs\\nIGFjY3Vtc2FuIHBvcnR0aXRvciwgZmFjaWxpc2lzIGx1Y3R1cywgbWV0dXMu\\n\",\n \"encoding\": \"base64\"\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/blobs/0eea554365f002d0f1572af9a58522d335a794d5?ts=0",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"932da745a8e5628aa20c2ce823b2f638\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A1FE:595D:3EDF3F:A31AA4:5E1AE27B",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4976",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "4201"
},
"response": "{\n \"sha\": \"0eea554365f002d0f1572af9a58522d335a794d5\",\n \"node_id\": \"MDQ6QmxvYjIzMzM2NTAyNzowZWVhNTU0MzY1ZjAwMmQwZjE1NzJhZjlhNTg1MjJkMzM1YTc5NGQ1\",\n \"size\": 2786,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/0eea554365f002d0f1572af9a58522d335a794d5\",\n \"content\": \"LS0tCnRpdGxlOiAiQSBCcmllZiBIaXN0b3J5IG9mIFR5cG9ncmFwaHkiCmRh\\ndGU6ICIyMDE2LTAyLTAyVDIyOjQwOjMyLjE2OVoiCnRlbXBsYXRlOiAicG9z\\ndCIKZHJhZnQ6IGZhbHNlCmNhdGVnb3J5OiAiRGVzaWduIEluc3BpcmF0aW9u\\nIgp0YWdzOgogIC0gIkxpbm90eXBlIgogIC0gIk1vbm90eXBlIgogIC0gIkhp\\nc3Rvcnkgb2YgdHlwb2dyYXBoeSIKICAtICJIZWx2ZXRpY2EiCmRlc2NyaXB0\\naW9uOiAiTW9yYmkgaW4gc2VtIHF1aXMgZHVpIHBsYWNlcmF0IG9ybmFyZS4g\\nUGVsbGVudGVzcXVlIG9kaW8gbmlzaSwgZXVpc21vZCBpbiwgcGhhcmV0cmEg\\nYSwgdWx0cmljaWVzIGluLCBkaWFtLiBTZWQgYXJjdS4gQ3JhcyBjb25zZXF1\\nYXQuIgpjYW5vbmljYWw6ICcnCi0tLQoKKipQZWxsZW50ZXNxdWUgaGFiaXRh\\nbnQgbW9yYmkgdHJpc3RpcXVlKiogc2VuZWN0dXMgZXQgbmV0dXMgZXQgbWFs\\nZXN1YWRhIGZhbWVzIGFjIHR1cnBpcyBlZ2VzdGFzLiBWZXN0aWJ1bHVtIHRv\\ncnRvciBxdWFtLCBmZXVnaWF0IHZpdGFlLCB1bHRyaWNpZXMgZWdldCwgdGVt\\ncG9yIHNpdCBhbWV0LCBhbnRlLiBEb25lYyBldSBsaWJlcm8gc2l0IGFtZXQg\\ncXVhbSBlZ2VzdGFzIHNlbXBlci4gKkFlbmVhbiB1bHRyaWNpZXMgbWkgdml0\\nYWUgZXN0LiogTWF1cmlzIHBsYWNlcmF0IGVsZWlmZW5kIGxlby4gUXVpc3F1\\nZSBzaXQgYW1ldCBlc3QgZXQgc2FwaWVuIHVsbGFtY29ycGVyIHBoYXJldHJh\\nLiAKClZlc3RpYnVsdW0gZXJhdCB3aXNpLCBjb25kaW1lbnR1bSBzZWQsIGNv\\nbW1vZG8gdml0YWUsIG9ybmFyZSBzaXQgYW1ldCwgd2lzaS4gQWVuZWFuIGZl\\ncm1lbnR1bSwgZWxpdCBlZ2V0IHRpbmNpZHVudCBjb25kaW1lbnR1bSwgZXJv\\ncyBpcHN1bSBydXRydW0gb3JjaSwgc2FnaXR0aXMgdGVtcHVzIGxhY3VzIGVu\\naW0gYWMgZHVpLiAgW0RvbmVjIG5vbiBlbmltXSgjKSBpbiB0dXJwaXMgcHVs\\ndmluYXIgZmFjaWxpc2lzLgoKIVtOdWxsYSBmYXVjaWJ1cyB2ZXN0aWJ1bHVt\\nIGVyb3MgaW4gdGVtcHVzLiBWZXN0aWJ1bHVtIHRlbXBvciBpbXBlcmRpZXQg\\ndmVsaXQgbmVjIGRhcGlidXNdKC9tZWRpYS9pbWFnZS0wLmpwZykKCiMjIEhl\\nYWRlciBMZXZlbCAyCgorIExvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBj\\nb25zZWN0ZXR1ZXIgYWRpcGlzY2luZyBlbGl0LgorIEFsaXF1YW0gdGluY2lk\\ndW50IG1hdXJpcyBldSByaXN1cy4KCkRvbmVjIG5vbiBlbmltIGluIHR1cnBp\\ncyBwdWx2aW5hciBmYWNpbGlzaXMuIFV0IGZlbGlzLiBQcmFlc2VudCBkYXBp\\nYnVzLCBuZXF1ZSBpZCBjdXJzdXMgZmF1Y2lidXMsIHRvcnRvciBuZXF1ZSBl\\nZ2VzdGFzIGF1Z3VlLCBldSB2dWxwdXRhdGUgbWFnbmEgZXJvcyBldSBlcmF0\\nLiBBbGlxdWFtIGVyYXQgdm9sdXRwYXQuIAoKPGZpZ3VyZT4KCTxibG9ja3F1\\nb3RlPgoJCTxwPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0\\nZXR1ciBhZGlwaXNjaW5nIGVsaXQuIFZpdmFtdXMgbWFnbmEuIENyYXMgaW4g\\nbWkgYXQgZmVsaXMgYWxpcXVldCBjb25ndWUuIFV0IGEgZXN0IGVnZXQgbGln\\ndWxhIG1vbGVzdGllIGdyYXZpZGEuIEN1cmFiaXR1ciBtYXNzYS4gRG9uZWMg\\nZWxlaWZlbmQsIGxpYmVybyBhdCBzYWdpdHRpcyBtb2xsaXMsIHRlbGx1cyBl\\nc3QgbWFsZXN1YWRhIHRlbGx1cywgYXQgbHVjdHVzIHR1cnBpcyBlbGl0IHNp\\ndCBhbWV0IHF1YW0uIFZpdmFtdXMgcHJldGl1bSBvcm5hcmUgZXN0LjwvcD4K\\nCQk8Zm9vdGVyPgoJCQk8Y2l0ZT7igJQgQWxpcXVhbSB0aW5jaWR1bnQgbWF1\\ncmlzIGV1IHJpc3VzLjwvY2l0ZT4KCQk8L2Zvb3Rlcj4KCTwvYmxvY2txdW90\\nZT4KPC9maWd1cmU+CgojIyMgSGVhZGVyIExldmVsIDMKCisgTG9yZW0gaXBz\\ndW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVlciBhZGlwaXNjaW5nIGVs\\naXQuCisgQWxpcXVhbSB0aW5jaWR1bnQgbWF1cmlzIGV1IHJpc3VzLgoKUGVs\\nbGVudGVzcXVlIGhhYml0YW50IG1vcmJpIHRyaXN0aXF1ZSBzZW5lY3R1cyBl\\ndCBuZXR1cyBldCBtYWxlc3VhZGEgZmFtZXMgYWMgdHVycGlzIGVnZXN0YXMu\\nIFZlc3RpYnVsdW0gdG9ydG9yIHF1YW0sIGZldWdpYXQgdml0YWUsIHVsdHJp\\nY2llcyBlZ2V0LCB0ZW1wb3Igc2l0IGFtZXQsIGFudGUuIERvbmVjIGV1IGxp\\nYmVybyBzaXQgYW1ldCBxdWFtIGVnZXN0YXMgc2VtcGVyLiBBZW5lYW4gdWx0\\ncmljaWVzIG1pIHZpdGFlIGVzdC4gTWF1cmlzIHBsYWNlcmF0IGVsZWlmZW5k\\nIGxlby4gUXVpc3F1ZSBzaXQgYW1ldCBlc3QgZXQgc2FwaWVuIHVsbGFtY29y\\ncGVyIHBoYXJldHJhLgoKYGBgY3NzCiNoZWFkZXIgaDEgYSB7CiAgZGlzcGxh\\neTogYmxvY2s7CiAgd2lkdGg6IDMwMHB4OwogIGhlaWdodDogODBweDsKfQpg\\nYGAKClZlc3RpYnVsdW0gZXJhdCB3aXNpLCBjb25kaW1lbnR1bSBzZWQsIGNv\\nbW1vZG8gdml0YWUsIG9ybmFyZSBzaXQgYW1ldCwgd2lzaS4gQWVuZWFuIGZl\\ncm1lbnR1bSwgZWxpdCBlZ2V0IHRpbmNpZHVudCBjb25kaW1lbnR1bSwgZXJv\\ncyBpcHN1bSBydXRydW0gb3JjaSwgc2FnaXR0aXMgdGVtcHVzIGxhY3VzIGVu\\naW0gYWMgZHVpLiBEb25lYyBub24gZW5pbSBpbiB0dXJwaXMgcHVsdmluYXIg\\nZmFjaWxpc2lzLiBVdCBmZWxpcy4gUHJhZXNlbnQgZGFwaWJ1cywgbmVxdWUg\\naWQgY3Vyc3VzIGZhdWNpYnVzLCB0b3J0b3IgbmVxdWUgZWdlc3RhcyBhdWd1\\nZSwgZXUgdnVscHV0YXRlIG1hZ25hIGVyb3MgZXUgZXJhdC4gQWxpcXVhbSBl\\ncmF0IHZvbHV0cGF0LiBOYW0gZHVpIG1pLCB0aW5jaWR1bnQgcXVpcywgYWNj\\ndW1zYW4gcG9ydHRpdG9yLCBmYWNpbGlzaXMgbHVjdHVzLCBtZXR1cy4=\\n\",\n \"encoding\": \"base64\"\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/blobs/a532f0a9445cdf90a19c6812cff89d1674991774?ts=0",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"f8dc39a9d38bb4b3eb7e45ea02b26557\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C1AA:3E08:2533502:48FCD16:5E1AE27B",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4975",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "2",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "10649"
},
"response": "{\n \"sha\": \"a532f0a9445cdf90a19c6812cff89d1674991774\",\n \"node_id\": \"MDQ6QmxvYjIzMzM2NTAyNzphNTMyZjBhOTQ0NWNkZjkwYTE5YzY4MTJjZmY4OWQxNjc0OTkxNzc0\",\n \"size\": 7465,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/a532f0a9445cdf90a19c6812cff89d1674991774\",\n \"content\": \"LS0tCnRpdGxlOiBIdW1hbmUgVHlwb2dyYXBoeSBpbiB0aGUgRGlnaXRhbCBB\\nZ2UKZGF0ZTogIjIwMTctMDgtMTlUMjI6NDA6MzIuMTY5WiIKdGVtcGxhdGU6\\nICJwb3N0IgpkcmFmdDogZmFsc2UKY2F0ZWdvcnk6ICJUeXBvZ3JhcGh5Igp0\\nYWdzOgogIC0gIkRlc2lnbiIKICAtICJUeXBvZ3JhcGh5IgogIC0gIldlYiBE\\nZXZlbG9wbWVudCIKZGVzY3JpcHRpb246ICJBbiBFc3NheSBvbiBUeXBvZ3Jh\\ncGh5IGJ5IEVyaWMgR2lsbCB0YWtlcyB0aGUgcmVhZGVyIGJhY2sgdG8gdGhl\\nIHllYXIgMTkzMC4gVGhlIHllYXIgd2hlbiBhIGNvbmZsaWN0IGJldHdlZW4g\\ndHdvIHdvcmxkcyBjYW1lIHRvIGl0cyB0ZXJtLiBUaGUgbWFjaGluZXMgb2Yg\\ndGhlIGluZHVzdHJpYWwgd29ybGQgZmluYWxseSB0b29rIG92ZXIgdGhlIGhh\\nbmRpY3JhZnRzLiIKY2Fub25pY2FsOiAnJwotLS0KCi0gW1RoZSBmaXJzdCB0\\ncmFuc2l0aW9uXSgjdGhlLWZpcnN0LXRyYW5zaXRpb24pCi0gW1RoZSBkaWdp\\ndGFsIGFnZV0oI3RoZS1kaWdpdGFsLWFnZSkKLSBbTG9zcyBvZiBodW1hbml0\\neSB0aHJvdWdoIHRyYW5zaXRpb25zXSgjbG9zcy1vZi1odW1hbml0eS10aHJv\\ndWdoLXRyYW5zaXRpb25zKQotIFtDaGFzaW5nIHBlcmZlY3Rpb25dKCNjaGFz\\naW5nLXBlcmZlY3Rpb24pCgpBbiBFc3NheSBvbiBUeXBvZ3JhcGh5IGJ5IEVy\\naWMgR2lsbCB0YWtlcyB0aGUgcmVhZGVyIGJhY2sgdG8gdGhlIHllYXIgMTkz\\nMC4gVGhlIHllYXIgd2hlbiBhIGNvbmZsaWN0IGJldHdlZW4gdHdvIHdvcmxk\\ncyBjYW1lIHRvIGl0cyB0ZXJtLiBUaGUgbWFjaGluZXMgb2YgdGhlIGluZHVz\\ndHJpYWwgd29ybGQgZmluYWxseSB0b29rIG92ZXIgdGhlIGhhbmRpY3JhZnRz\\nLgoKVGhlIHR5cG9ncmFwaHkgb2YgdGhpcyBpbmR1c3RyaWFsIGFnZSB3YXMg\\nbm8gbG9uZ2VyIGhhbmRjcmFmdGVkLiBNYXNzIHByb2R1Y3Rpb24gYW5kIHBy\\nb2ZpdCBiZWNhbWUgbW9yZSBpbXBvcnRhbnQuIFF1YW50aXR5IG1hdHRlcmVk\\nIG1vcmUgdGhhbiB0aGUgcXVhbGl0eS4gVGhlIGJvb2tzIGFuZCBwcmludGVk\\nIHdvcmtzIGluIGdlbmVyYWwgbG9zdCBhIHBhcnQgb2YgaXRzIGh1bWFuaXR5\\nLiBUaGUgdHlwZWZhY2VzIHdlcmUgbm90IHByb2R1Y2VkIGJ5IGNyYWZ0c21l\\nbiBhbnltb3JlLiBJdCB3YXMgdGhlIG1hY2hpbmVzIHByaW50aW5nIGFuZCB0\\neWluZyB0aGUgYm9va3MgdG9nZXRoZXIgbm93LiBUaGUgY3JhZnRzbWVuIGhh\\nZCB0byBsZXQgZ28gb2YgdGhlaXIgY3JhZnQgYW5kIGJlY2FtZSBhIGNvZyBp\\nbiB0aGUgcHJvY2Vzcy4gQW4gZXh0ZW5zaW9uIG9mIHRoZSBpbmR1c3RyaWFs\\nIG1hY2hpbmUuCgpCdXQgdGhlIHZpY3Rvcnkgb2YgdGhlIGluZHVzdHJpYWxp\\nc20gZGlkbuKAmXQgbWVhbiB0aGF0IHRoZSBjcmFmdHNtZW4gd2VyZSBjb21w\\nbGV0ZWx5IGV4dGluY3QuIFRoZSB0d28gd29ybGRzIGNvbnRpbnVlZCB0byBj\\nb2V4aXN0IGluZGVwZW5kZW50bHkuIEVhY2ggcmVjb2duaXNpbmcgdGhlIGdv\\nb2QgaW4gdGhlIG90aGVyIOKAlCB0aGUgcG93ZXIgb2YgaW5kdXN0cmlhbGlz\\nbSBhbmQgdGhlIGh1bWFuaXR5IG9mIGNyYWZ0c21hbnNoaXAuIFRoaXMgd2Fz\\nIHRoZSBzZWNvbmQgdHJhbnNpdGlvbiB0aGF0IHdvdWxkIHN0cmlwIHR5cG9n\\ncmFwaHkgb2YgYSBwYXJ0IG9mIGl0cyBodW1hbml0eS4gV2UgaGF2ZSB0byBn\\nbyA1MDAgeWVhcnMgYmFjayBpbiB0aW1lIHRvIG1lZXQgdGhlIGZpcnN0IG9u\\nZS4KCiMjIFRoZSBmaXJzdCB0cmFuc2l0aW9uCgpBIHNpbWlsYXIgY29uZmxp\\nY3QgZW1lcmdlZCBhZnRlciB0aGUgaW52ZW50aW9uIG9mIHRoZSBmaXJzdCBw\\ncmludGluZyBwcmVzcyBpbiBFdXJvcGUuIEpvaGFubmVzIEd1dGVuYmVyZyBp\\nbnZlbnRlZCBtb3ZhYmxlIHR5cGUgYW5kIHVzZWQgaXQgdG8gcHJvZHVjZSBk\\naWZmZXJlbnQgY29tcG9zaXRpb25zLiBIaXMgd29ya3Nob3AgY291bGQgcHJp\\nbnQgdXAgdG8gMjQwIGltcHJlc3Npb25zIHBlciBob3VyLiBVbnRpbCB0aGVu\\nLCB0aGUgYm9va3Mgd2VyZSBiZWluZyBjb3BpZWQgYnkgaGFuZC4gQWxsIHRo\\nZSBib29rcyB3ZXJlIGhhbmR3cml0dGVuIGFuZCBkZWNvcmF0ZWQgd2l0aCBo\\nYW5kIGRyYXduIG9ybmFtZW50cyBhbmQgZmlndXJlcy4gQSBwcm9jZXNzIG9m\\nIGNvcHlpbmcgYSBib29rIHdhcyBsb25nIGJ1dCBlYWNoIGJvb2ssIGV2ZW4g\\nYSBjb3B5LCB3YXMgYSB3b3JrIG9mIGFydC4KClRoZSBmaXJzdCBwcmludGVk\\nIGJvb2tzIHdlcmUsIGF0IGZpcnN0LCBwZXJjZWl2ZWQgYXMgaW5mZXJpb3Ig\\ndG8gdGhlIGhhbmR3cml0dGVuIG9uZXMuIFRoZXkgd2VyZSBzbWFsbGVyIGFu\\nZCBjaGVhcGVyIHRvIHByb2R1Y2UuIE1vdmFibGUgdHlwZSBwcm92aWRlZCB0\\naGUgcHJpbnRlcnMgd2l0aCBmbGV4aWJpbGl0eSB0aGF0IGFsbG93ZWQgdGhl\\nbSB0byBwcmludCBib29rcyBpbiBsYW5ndWFnZXMgb3RoZXIgdGhhbiBMYXRp\\nbi4gR2lsbCBkZXNjcmliZXMgdGhlIHRyYW5zaXRpb24gdG8gaW5kdXN0cmlh\\nbGlzbSBhcyBzb21ldGhpbmcgdGhhdCBwZW9wbGUgbmVlZGVkIGFuZCB3YW50\\nZWQuIFNvbWV0aGluZyBzaW1pbGFyIGhhcHBlbmVkIGFmdGVyIHRoZSBmaXJz\\ndCBwcmludGVkIGJvb2tzIGVtZXJnZWQuIFBlb3BsZSB3YW50ZWQgYm9va3Mg\\naW4gYSBsYW5ndWFnZSB0aGV5IHVuZGVyc3Rvb2QgYW5kIHRoZXkgd2FudGVk\\nIGJvb2tzIHRoZXkgY291bGQgdGFrZSB3aXRoIHRoZW0uIFRoZXkgd2VyZSBo\\ndW5ncnkgZm9yIGtub3dsZWRnZSBhbmQgcHJpbnRlZCBib29rcyBzYXRpc2Zp\\nZWQgdGhpcyBodW5nZXIuCgohWzQyLWxpbmUtYmlibGUuanBnXSgvbWVkaWEv\\nNDItbGluZS1iaWJsZS5qcGcpCgoqVGhlIDQy4oCTTGluZSBCaWJsZSwgcHJp\\nbnRlZCBieSBHdXRlbmJlcmcuKgoKQnV0LCB0aHJvdWdoIHRoaXMgdHJhbnNp\\ndGlvbiwgdGhlIGJvb2sgbG9zdCBhIGxhcmdlIHBhcnQgb2YgaXRzIGh1bWFu\\naXR5LiBUaGUgbWFjaGluZSB0b29rIG92ZXIgbW9zdCBvZiB0aGUgcHJvY2Vz\\ncyBidXQgY3JhZnRzbWFuc2hpcCB3YXMgc3RpbGwgYSBwYXJ0IG9mIGl0LiBU\\naGUgdHlwZWZhY2VzIHdlcmUgY3V0IG1hbnVhbGx5IGJ5IHRoZSBmaXJzdCBw\\ndW5jaCBjdXR0ZXJzLiBUaGUgcGFwZXIgd2FzIG1hZGUgYnkgaGFuZC4gVGhl\\nIGlsbHVzdHJhdGlvbnMgYW5kIG9ybmFtZW50cyB3ZXJlIHN0aWxsIGJlaW5n\\nIGhhbmQgZHJhd24uIFRoZXNlIHdlcmUgdGhlIHJlbWFpbnMgb2YgdGhlIGNy\\nYWZ0c21hbnNoaXAgdGhhdCB3ZW50IGFsbW9zdCBleHRpbmN0IGluIHRoZSB0\\naW1lcyBvZiBFcmljIEdpbGwuCgojIyBUaGUgZGlnaXRhbCBhZ2UKClRoZSBm\\naXJzdCB0cmFuc2l0aW9uIHRvb2sgYXdheSBhIGxhcmdlIHBhcnQgb2YgaHVt\\nYW5pdHkgZnJvbSB3cml0dGVuIGNvbW11bmljYXRpb24uIEluZHVzdHJpYWxp\\nc2F0aW9uLCB0aGUgc2Vjb25kIHRyYW5zaXRpb24gZGVzY3JpYmVkIGJ5IEVy\\naWMgR2lsbCwgdG9vayBhd2F5IG1vc3Qgb2Ygd2hhdCB3YXMgbGVmdC4gQnV0\\nIGl04oCZcyB0aGUgdGhpcmQgdHJhbnNpdGlvbiB0aGF0IHN0cmlwcGVkIGl0\\nIG5ha2VkLiBUeXBlZmFjZXMgYXJlIGZhY2VsZXNzIHRoZXNlIGRheXMuIFRo\\nZXnigJlyZSBqdXN0IGZvbnRzIG9uIG91ciBjb21wdXRlcnMuIEhhcmRseSBh\\nbnlvbmUga25vd3MgdGhlaXIgc3Rvcmllcy4gSGFyZGx5IGFueW9uZSBjYXJl\\ncy4gRmxpY2tpbmcgdGhyb3VnaCB0aG91c2FuZHMgb2YgdHlwZWZhY2VzIGFu\\nZCBmaW5kaW5nIHRoZSDigJxyaWdodCBvbmXigJ0gaXMgYSBtYXR0ZXIgb2Yg\\nbWludXRlcy4KCj4gSW4gdGhlIG5ldyBjb21wdXRlciBhZ2UgdGhlIHByb2xp\\nZmVyYXRpb24gb2YgdHlwZWZhY2VzIGFuZCB0eXBlIG1hbmlwdWxhdGlvbnMg\\ncmVwcmVzZW50cyBhIG5ldyBsZXZlbCBvZiB2aXN1YWwgcG9sbHV0aW9uIHRo\\ncmVhdGVuaW5nIG91ciBjdWx0dXJlLiBPdXQgb2YgdGhvdXNhbmRzIG9mIHR5\\ncGVmYWNlcywgYWxsIHdlIG5lZWQgYXJlIGEgZmV3IGJhc2ljIG9uZXMsIGFu\\nZCB0cmFzaCB0aGUgcmVzdC4KPgrigJQgTWFzc2ltbyBWaWduZWxsaQoKVHlw\\nb2dyYXBoeSBpcyBub3QgYWJvdXQgdHlwZWZhY2VzLiBJdOKAmXMgbm90IGFi\\nb3V0IHdoYXQgbG9va3MgYmVzdCwgaXTigJlzIGFib3V0IHdoYXQgZmVlbHMg\\ncmlnaHQuIFdoYXQgY29tbXVuaWNhdGVzIHRoZSBtZXNzYWdlIGJlc3QuIFR5\\ncG9ncmFwaHksIGluIGl0cyBlc3NlbmNlLCBpcyBhYm91dCB0aGUgbWVzc2Fn\\nZS4g4oCcVHlwb2dyYXBoaWNhbCBkZXNpZ24gc2hvdWxkIHBlcmZvcm0gb3B0\\naWNhbGx5IHdoYXQgdGhlIHNwZWFrZXIgY3JlYXRlcyB0aHJvdWdoIHZvaWNl\\nIGFuZCBnZXN0dXJlIG9mIGhpcyB0aG91Z2h0cy7igJ0sIGFzIEVsIExpc3Np\\ndHpreSwgYSBmYW1vdXMgUnVzc2lhbiB0eXBvZ3JhcGhlciwgcHV0IGl0LgoK\\nIyMgTG9zcyBvZiBodW1hbml0eSB0aHJvdWdoIHRyYW5zaXRpb25zCgpFYWNo\\nIHRyYW5zaXRpb24gdG9vayBhd2F5IGEgcGFydCBvZiBodW1hbml0eSBmcm9t\\nIHdyaXR0ZW4gbGFuZ3VhZ2UuIEhhbmR3cml0dGVuIGJvb2tzIGJlaW5nIHRo\\nZSBtb3N0IGh1bWFuZSBmb3JtIGFuZCB0aGUgZGlnaXRhbCB0eXBlZmFjZXMg\\nYmVpbmcgdGhlIGxlYXN0LiBPdmVydXNlIG9mIEhlbHZldGljYSBpcyBhIGdv\\nb2QgZXhhbXBsZS4gTWVzc2FnZXMgYXJlIGJlaW5nIHRvbGQgaW4gYSB0eXBl\\nZmFjZSBqdXN0IGJlY2F1c2UgaXTigJlzIGEgc2FmZSBvcHRpb24uIEl04oCZ\\ncyBhbHdheXMgdGhlcmUuIEV2ZXJ5b25lIGtub3dzIGl0IGJ1dCB5ZXQsIG5v\\nYm9keSBrbm93cyBpdC4gU3RvcCBzb21lb25lIG9uIHRoZSBzdHJlZXQgYW5k\\nIGFzayBoaW0gd2hhdCBIZWx2ZXRpY2EgaXM/IEFzayBhIGRlc2lnbmVyIHRo\\nZSBzYW1lIHF1ZXN0aW9uLiBBc2sgaGltIHdoZXJlIGl0IGNhbWUgZnJvbSwg\\nd2hlbiwgd2h5IGFuZCB3aG8gZGVzaWduZWQgaXQuIE1vc3Qgb2YgdGhlbSB3\\naWxsIGZhaWwgdG8gYW5zd2VyIHRoZXNlIHF1ZXN0aW9ucy4gTW9zdCBvZiB0\\naGVtIHVzZWQgaXQgaW4gdGhlaXIgcHJlY2lvdXMgcHJvamVjdHMgYnV0IHRo\\nZXkgc3RpbGwgZG9u4oCZdCBzcG90IGl0IGluIHRoZSBzdHJlZXQuCgo8Zmln\\ndXJlPgoJPGJsb2NrcXVvdGU+CgkJPHA+S25vd2xlZGdlIG9mIHRoZSBxdWFs\\naXR5IG9mIGEgdHlwZWZhY2UgaXMgb2YgdGhlIGdyZWF0ZXN0IGltcG9ydGFu\\nY2UgZm9yIHRoZSBmdW5jdGlvbmFsLCBhZXN0aGV0aWMgYW5kIHBzeWNob2xv\\nZ2ljYWwgZWZmZWN0LjwvcD4KCQk8Zm9vdGVyPgoJCQk8Y2l0ZT7igJQgSm9z\\nZWYgTXVlbGxlci1Ccm9ja21hbm48L2NpdGU+CgkJPC9mb290ZXI+Cgk8L2Js\\nb2NrcXVvdGU+CjwvZmlndXJlPgoKVHlwZWZhY2VzIGRvbuKAmXQgbG9vayBo\\nYW5kbWFkZSB0aGVzZSBkYXlzLiBBbmQgdGhhdOKAmXMgYWxsIHJpZ2h0LiBU\\naGV5IGRvbuKAmXQgaGF2ZSB0by4gSW5kdXN0cmlhbGlzbSB0b29rIHRoYXQg\\nYXdheSBmcm9tIHRoZW0gYW5kIHdl4oCZcmUgZmluZSB3aXRoIGl0LiBXZeKA\\nmXZlIHRyYWRlZCB0aGF0IHBhcnQgb2YgaHVtYW5pdHkgZm9yIGEgcHJvY2Vz\\ncyB0aGF0IHByb2R1Y2VzIG1vcmUgYm9va3MgdGhhdCBhcmUgZWFzaWVyIHRv\\nIHJlYWQuIFRoYXQgY2Fu4oCZdCBiZSBiYWQuIEFuZCBpdCBpc27igJl0LgoK\\nPiBIdW1hbmUgdHlwb2dyYXBoeSB3aWxsIG9mdGVuIGJlIGNvbXBhcmF0aXZl\\nbHkgcm91Z2ggYW5kIGV2ZW4gdW5jb3V0aDsgYnV0IHdoaWxlIGEgY2VydGFp\\nbiB1bmNvdXRobmVzcyBkb2VzIG5vdCBzZXJpb3VzbHkgbWF0dGVyIGluIGh1\\nbWFuZSB3b3JrcywgdW5jb3V0aG5lc3MgaGFzIG5vIGV4Y3VzZSB3aGF0ZXZl\\nciBpbiB0aGUgcHJvZHVjdGlvbnMgb2YgdGhlIG1hY2hpbmUuCj4KPiDigJQg\\nRXJpYyBHaWxsCgpXZeKAmXZlIGNvbWUgY2xvc2UgdG8g4oCccGVyZmVjdGlv\\nbuKAnSBpbiB0aGUgbGFzdCBmaXZlIGNlbnR1cmllcy4gVGhlIGxldHRlcnMg\\nYXJlIGNyaXNwIGFuZCB3aXRob3V0IHJvdWdoIGVkZ2VzLiBXZSBwcmludCBv\\ndXIgY29tcG9zaXRpb25zIHdpdGggaGlnaOKAk3ByZWNpc2lvbiBwcmludGVy\\ncyBvbiBhIGhpZ2ggcXVhbGl0eSwgbWFjaGluZSBtYWRlIHBhcGVyLgoKIVt0\\neXBlLXRocm91Z2gtdGltZS5qcGddKC9tZWRpYS90eXBlLXRocm91Z2gtdGlt\\nZS5qcGcpCgoqVHlwZSB0aHJvdWdoIDUgY2VudHVyaWVzLioKCldlIGxvc3Qg\\nYSBwYXJ0IG9mIG91cnNlbHZlcyBiZWNhdXNlIG9mIHRoaXMgY2hhc2UgYWZ0\\nZXIgcGVyZmVjdGlvbi4gV2UgZm9yZ290IGFib3V0IHRoZSBjcmFmdHNtYW5z\\naGlwIGFsb25nIHRoZSB3YXkuIEFuZCB0aGUgd29yc3QgcGFydCBpcyB0aGF0\\nIHdlIGRvbuKAmXQgY2FyZS4gVGhlIHRyYW5zaXRpb24gdG8gdGhlIGRpZ2l0\\nYWwgYWdlIG1hZGUgdGhhdCBjbGVhci4gV2UgY2hvb3NlIHR5cGVmYWNlcyBs\\naWtlIGNsdWVsZXNzIHpvbWJpZXMuIFRoZXJl4oCZcyBubyBtZWFuaW5nIGlu\\nIG91ciB3b3JrLiBUeXBlIHNpemVzLCBsZWFkaW5nLCBtYXJnaW5z4oCmIEl0\\n4oCZcyBhbGwganVzdCBhIGZldyBjbGlja3Mgb3IgbGluZXMgb2YgY29kZS4g\\nVGhlIG1lc3NhZ2UgaXNu4oCZdCBpbXBvcnRhbnQgYW55bW9yZS4gVGhlcmXi\\ngJlzIG5vIG1vcmUg4oCcd2h54oCdIGJlaGluZCB0aGUg4oCcd2hhdOKAnS4K\\nCiMjIENoYXNpbmcgcGVyZmVjdGlvbgoKSHVtYW4gYmVpbmdzIGFyZW7igJl0\\nIHBlcmZlY3QuIFBlcmZlY3Rpb24gaXMgc29tZXRoaW5nIHRoYXQgd2lsbCBh\\nbHdheXMgZWx1ZGUgdXMuIFRoZXJlIHdpbGwgYWx3YXlzIGJlIGEgc21hbGwg\\ncGFydCBvZiBodW1hbml0eSBpbiBldmVyeXRoaW5nIHdlIGRvLiBObyBtYXR0\\nZXIgaG93IHNtYWxsIHRoYXQgcGFydCwgd2Ugc2hvdWxkIG1ha2Ugc3VyZSB0\\naGF0IGl0IHRyYW5zY2VuZHMgdGhlIGxpbWl0cyBvZiB0aGUgbWVkaXVtLiBX\\nZSBoYXZlIHRvIHRoaW5rIGFib3V0IHRoZSBtZXNzYWdlIGZpcnN0LiBXaGF0\\nIHR5cGVmYWNlIHNob3VsZCB3ZSB1c2UgYW5kIHdoeT8gRG9lcyB0aGUgdHlw\\nZWZhY2UgbWF0Y2ggdGhlIG1lc3NhZ2UgYW5kIHdoYXQgd2Ugd2FudCB0byBj\\nb21tdW5pY2F0ZSB3aXRoIGl0PyBXaGF0IHdpbGwgYmUgdGhlIGxlYWRpbmcg\\nYW5kIHdoeT8gV2lsbCB0aGVyZSBiZSBtb3JlIHR5cGVmYWNlcyBpbiBvdXIg\\nZGVzaWduPyBPbiB3aGF0IGdyb3VuZCB3aWxsIHRoZXkgYmUgY29tYmluZWQ/\\nIFdoYXQgbWFrZXMgb3VyIGRlc2lnbiB1bmlxdWUgYW5kIHdoeT8gVGhpcyBp\\ncyB0aGUgcGFydCBvZiBodW1hbml0eSB0aGF0IGlzIGxlZnQgaW4gdHlwb2dy\\nYXBoeS4gSXQgbWlnaHQgYmUgdGhlIGxhc3QgcGFydC4gQXJlIHdlIHJlYWxs\\neSBnb2luZyB0byBnaXZlIGl0IHVwPwoKKk9yaWdpbmFsbHkgcHVibGlzaGVk\\nIGJ5IFtNYXRlaiBMYXRpbl0oaHR0cDovL21hdGVqbGF0aW4uY28udWsvKSBv\\nbiBbTWVkaXVtXShodHRwczovL21lZGl1bS5jb20vZGVzaWduLW5vdGVzL2h1\\nbWFuZS10eXBvZ3JhcGh5LWluLXRoZS1kaWdpdGFsLWFnZS05YmQ1YzE2MTk5\\nYmQ/cmVmPXdlYmRlc2lnbmVybmV3cy5jb20jLmx5Z284MnoweCkuKg==\\n\",\n \"encoding\": \"base64\"\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/blobs/685767504b63f2c2d11ae44cb73678802e8f76e5?ts=0",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"5b58268f108271af410ad3667a43fe3e\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A1FE:595D:3EDF40:A31AA5:5E1AE27B",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4974",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "2",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "489"
},
"response": "{\n \"sha\": \"685767504b63f2c2d11ae44cb73678802e8f76e5\",\n \"node_id\": \"MDQ6QmxvYjIzMzM2NTAyNzo2ODU3Njc1MDRiNjNmMmMyZDExYWU0NGNiNzM2Nzg4MDJlOGY3NmU1\",\n \"size\": 91,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/685767504b63f2c2d11ae44cb73678802e8f76e5\",\n \"content\": \"W2xmc10KCXVybCA9IGh0dHBzOi8vZmUxN2U0OWQtZDVmMi00YTZkLWJhZmIt\\nMzg1NTdhYzI0YTM3Lm5ldGxpZnkuY29tLy5uZXRsaWZ5L2xhcmdlLW1lZGlh\\nCg==\\n\",\n \"encoding\": \"base64\"\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/contents/posts/1970-01-01-first-title.json?ts=300&ref=refs/meta/_netlify_cms",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; param=raw",
"X-Github-Request-Id": "A916:1680:B803E7:17E1FB4:5E1AE27F",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4973",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin",
"content-length": "116"
},
"response": "{\n \"message\": \"Not Found\",\n \"documentation_url\": \"https://developer.github.com/v3/repos/contents/#get-contents\"\n}\n",
"status": 404
},
{
"method": "GET",
"url": "/.netlify/git/github/git/refs/heads/cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C0F4:5F0B:FECF2:231201:5E1AE27B",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Poll-Interval": "300",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4972",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin",
"content-length": "113"
},
"response": "{\n \"message\": \"Not Found\",\n \"documentation_url\": \"https://developer.github.com/v3/git/refs/#get-a-reference\"\n}\n",
"status": 404
},
{
"method": "GET",
"url": "/.netlify/git/github/pulls?ts=300&head=cms&state=open&base=master",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"58c8487edfc53d38b46237c583ccc822-df\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "81A6:74EC:29EC97:65C30E:5E1AE280",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4971",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept-Encoding,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "5"
},
"response": "[\n\n]\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/trees/master:content%2Fposts?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"f4c09d4d5dfb501d40d88eb56b8c160f\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "CDDC:5BA7:41A568:A4F346:5E1AE27E",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4970",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "1694"
},
"response": "{\n \"sha\": \"3255f9d53bcf996ee152228c33d4ce337d92fd96\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/3255f9d53bcf996ee152228c33d4ce337d92fd96\",\n \"tree\": [\n {\n \"path\": \"2016-01-12---The-Origins-of-Social-Stationery-Lettering.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"d0582dd245a3f408fb3fe2333bf01400007476e9\",\n \"size\": 2565,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/d0582dd245a3f408fb3fe2333bf01400007476e9\"\n },\n {\n \"path\": \"2016-02-02---A-Brief-History-of-Typography.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"0eea554365f002d0f1572af9a58522d335a794d5\",\n \"size\": 2786,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/0eea554365f002d0f1572af9a58522d335a794d5\"\n },\n {\n \"path\": \"2017-18-08---The-Birth-of-Movable-Type.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"44f78c474d04273185a95821426f75affc9b0044\",\n \"size\": 16071,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/44f78c474d04273185a95821426f75affc9b0044\"\n },\n {\n \"path\": \"2017-19-08---Humane-Typography-in-the-Digital-Age.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"a532f0a9445cdf90a19c6812cff89d1674991774\",\n \"size\": 7465,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/a532f0a9445cdf90a19c6812cff89d1674991774\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 200
},
{
"body": "{\"content\":\"LS0tCnRlbXBsYXRlOiBwb3N0CnRpdGxlOiBmaXJzdCB0aXRsZQpkYXRlOiAxOTcwLTAxLTAxVDAwOjAwOjAwLjAwMFoKZGVzY3JpcHRpb246IGZpcnN0IGRlc2NyaXB0aW9uCmNhdGVnb3J5OiBmaXJzdCBjYXRlZ29yeQp0YWdzOgogIC0gdGFnMQotLS0KZmlyc3QgYm9keQo=\",\"encoding\":\"base64\"}",
"method": "POST",
"url": "/.netlify/git/github/git/blobs?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "211",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"04d0184a46c62ab4c1d370e7123acc4d\"",
"Location": "https://api.github.com/repos/owner/repo/git/blobs/762722b79294e825e5f22194f9273b53a2a3e6d5",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B803F9:17E1FCD:5E1AE280",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4969",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"762722b79294e825e5f22194f9273b53a2a3e6d5\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/762722b79294e825e5f22194f9273b53a2a3e6d5\"\n}\n",
"status": 201
},
{
"method": "GET",
"url": "/.netlify/git/github/branches/master?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"7c7fd49df84d6c9042f8ea88fcd447c2\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B80409:17E2003:5E1AE281",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4968",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "4747"
},
"response": "{\n \"name\": \"master\",\n \"commit\": {\n \"sha\": \"9ea2e97431a308c880596ce816adc309e52ee556\",\n \"node_id\": \"MDY6Q29tbWl0MjMzMzY1MDI3OjllYTJlOTc0MzFhMzA4Yzg4MDU5NmNlODE2YWRjMzA5ZTUyZWU1NTY=\",\n \"commit\": {\n \"author\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2020-01-12T09:04:13Z\"\n },\n \"committer\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2020-01-12T09:04:13Z\"\n },\n \"message\": \"add .lfsconfig\",\n \"tree\": {\n \"sha\": \"e56250425cda6e7f8d5e4084aba07e523dddf205\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/e56250425cda6e7f8d5e4084aba07e523dddf205\"\n },\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/9ea2e97431a308c880596ce816adc309e52ee556\",\n \"comment_count\": 0,\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n },\n \"url\": \"https://api.github.com/repos/owner/repo/commits/9ea2e97431a308c880596ce816adc309e52ee556\",\n \"html_url\": \"https://github.com/owner/repo/commit/9ea2e97431a308c880596ce816adc309e52ee556\",\n \"comments_url\": \"https://api.github.com/repos/owner/repo/commits/9ea2e97431a308c880596ce816adc309e52ee556/comments\",\n \"author\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \"MDQ6VXNlcjI2NzYwNTcx\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/owner\",\n \"html_url\": \"https://github.com/owner\",\n \"followers_url\": \"https://api.github.com/users/owner/followers\",\n \"following_url\": \"https://api.github.com/users/owner/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/owner/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/owner/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/owner/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/owner/orgs\",\n \"repos_url\": \"https://api.github.com/users/owner/repos\",\n \"events_url\": \"https://api.github.com/users/owner/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/owner/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"committer\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \"MDQ6VXNlcjI2NzYwNTcx\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/owner\",\n \"html_url\": \"https://github.com/owner\",\n \"followers_url\": \"https://api.github.com/users/owner/followers\",\n \"following_url\": \"https://api.github.com/users/owner/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/owner/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/owner/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/owner/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/owner/orgs\",\n \"repos_url\": \"https://api.github.com/users/owner/repos\",\n \"events_url\": \"https://api.github.com/users/owner/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/owner/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"parents\": [\n {\n \"sha\": \"cefdf930407f0994fa7711c68a3d3ec96d4357d0\",\n \"url\": \"https://api.github.com/repos/owner/repo/commits/cefdf930407f0994fa7711c68a3d3ec96d4357d0\",\n \"html_url\": \"https://github.com/owner/repo/commit/cefdf930407f0994fa7711c68a3d3ec96d4357d0\"\n }\n ]\n },\n \"_links\": {\n \"self\": \"https://api.github.com/repos/owner/repo/branches/master\",\n \"html\": \"https://github.com/owner/repo/tree/master\"\n },\n \"protected\": false,\n \"protection\": {\n \"enabled\": false,\n \"required_status_checks\": {\n \"enforcement_level\": \"off\",\n \"contexts\": [\n\n ]\n }\n },\n \"protection_url\": \"https://api.github.com/repos/owner/repo/branches/master/protection\"\n}\n",
"status": 200
},
{
"body": "{\"base_tree\":\"9ea2e97431a308c880596ce816adc309e52ee556\",\"tree\":[{\"path\":\"content/posts/1970-01-01-first-title.md\",\"mode\":\"100644\",\"type\":\"blob\",\"sha\":\"762722b79294e825e5f22194f9273b53a2a3e6d5\"}]}",
"method": "POST",
"url": "/.netlify/git/github/git/trees?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "12550",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"8d253f62274bfb2ab11c65b9081ae427\"",
"Location": "https://api.github.com/repos/owner/repo/git/trees/d3686b94780aea6752c3273e638202c4fba3d007",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "CDDC:5BA7:41A571:A4F39C:5E1AE282",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4967",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"d3686b94780aea6752c3273e638202c4fba3d007\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/d3686b94780aea6752c3273e638202c4fba3d007\",\n \"tree\": [\n {\n \"path\": \".circleci\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"86e9df43e4b9cb97f956525a9b558f26c86f7b53\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/86e9df43e4b9cb97f956525a9b558f26c86f7b53\"\n },\n {\n \"path\": \".eslintignore\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"80b4531b026d19f8fa589efd122e76199d23f967\",\n \"size\": 39,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/80b4531b026d19f8fa589efd122e76199d23f967\"\n },\n {\n \"path\": \".eslintrc.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"370684994aaed5b858da3a006f48cfa57e88fd27\",\n \"size\": 414,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/370684994aaed5b858da3a006f48cfa57e88fd27\"\n },\n {\n \"path\": \".flowconfig\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"14aa2ac4cc0e15223ad98630a6f1325fc81f8043\",\n \"size\": 283,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/14aa2ac4cc0e15223ad98630a6f1325fc81f8043\"\n },\n {\n \"path\": \".gitattributes\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"406a244d1522a3c809efab0c9ce46bbd86aa9c1d\",\n \"size\": 188,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/406a244d1522a3c809efab0c9ce46bbd86aa9c1d\"\n },\n {\n \"path\": \".github\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"4ebeece548b52b20af59622354530a6d33b50b43\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/4ebeece548b52b20af59622354530a6d33b50b43\"\n },\n {\n \"path\": \".gitignore\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"c071ba35b0e49899bab6d610a68eef667dbbf157\",\n \"size\": 169,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/c071ba35b0e49899bab6d610a68eef667dbbf157\"\n },\n {\n \"path\": \".lfsconfig\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"685767504b63f2c2d11ae44cb73678802e8f76e5\",\n \"size\": 91,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/685767504b63f2c2d11ae44cb73678802e8f76e5\"\n },\n {\n \"path\": \".prettierignore\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"393f050e123d998cf8c8b362ff95cc8ac4d250e5\",\n \"size\": 45,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/393f050e123d998cf8c8b362ff95cc8ac4d250e5\"\n },\n {\n \"path\": \".prettierrc\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"e52ad05bb13b084d7949dd76e1b2517455162150\",\n \"size\": 223,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/e52ad05bb13b084d7949dd76e1b2517455162150\"\n },\n {\n \"path\": \".stylelintrc.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"4b4c9698d10d756f5faa025659b86375428ed0a7\",\n \"size\": 718,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/4b4c9698d10d756f5faa025659b86375428ed0a7\"\n },\n {\n \"path\": \".vscode\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"286e97ec0113ea8242b41ac222e2c3e8077e6f1e\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/286e97ec0113ea8242b41ac222e2c3e8077e6f1e\"\n },\n {\n \"path\": \"CHANGELOG.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"070a5d4f0eacd2dc0be81ae8996f8982de43046e\",\n \"size\": 2113,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/070a5d4f0eacd2dc0be81ae8996f8982de43046e\"\n },\n {\n \"path\": \"CODE_OF_CONDUCT.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"92bc7565ff0ee145a0041b5179a820f14f39ab22\",\n \"size\": 3355,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/92bc7565ff0ee145a0041b5179a820f14f39ab22\"\n },\n {\n \"path\": \"CONTRIBUTING.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"8552aa241254a61258e1ff9666ab36f32fb1e3b9\",\n \"size\": 3548,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/8552aa241254a61258e1ff9666ab36f32fb1e3b9\"\n },\n {\n \"path\": \"LICENSE\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"42d85938357b49977c126ca03b199129082d4fb8\",\n \"size\": 1091,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/42d85938357b49977c126ca03b199129082d4fb8\"\n },\n {\n \"path\": \"README.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"19df50a78654c8d757ca7f38447aa3d09c7abcce\",\n \"size\": 3698,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/19df50a78654c8d757ca7f38447aa3d09c7abcce\"\n },\n {\n \"path\": \"backend\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"b9f1cfbf4d901fe13c3af4e0d8f46bbe5a6addd6\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/b9f1cfbf4d901fe13c3af4e0d8f46bbe5a6addd6\"\n },\n {\n \"path\": \"config.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"58afd573bbb69fcca000efd0f5d90b93c93a98dd\",\n \"size\": 853,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/58afd573bbb69fcca000efd0f5d90b93c93a98dd\"\n },\n {\n \"path\": \"content\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"d4f0b81882edf37eaf7f587b234222761ee6693d\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/d4f0b81882edf37eaf7f587b234222761ee6693d\"\n },\n {\n \"path\": \"flow-typed\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"86c32fd6c3118be5e0dbbb231a834447357236c6\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/86c32fd6c3118be5e0dbbb231a834447357236c6\"\n },\n {\n \"path\": \"flow\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"0af45ad00d155c8d8c7407d913ff85278244c9ce\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/0af45ad00d155c8d8c7407d913ff85278244c9ce\"\n },\n {\n \"path\": \"gatsby-browser.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"9bd2c9dce175f04980e91cd9dc295a299e3cdb80\",\n \"size\": 90,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/9bd2c9dce175f04980e91cd9dc295a299e3cdb80\"\n },\n {\n \"path\": \"gatsby-config.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"3929038f9ab6451b2b256dfba5830676e6eecbee\",\n \"size\": 7256,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/3929038f9ab6451b2b256dfba5830676e6eecbee\"\n },\n {\n \"path\": \"gatsby-node.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"14a207883c2093d2cc071bc5a464e165bcc1fead\",\n \"size\": 409,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/14a207883c2093d2cc071bc5a464e165bcc1fead\"\n },\n {\n \"path\": \"gatsby\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"4f23c06cd1740bf78304d2c0b29bf6bfdf427981\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/4f23c06cd1740bf78304d2c0b29bf6bfdf427981\"\n },\n {\n \"path\": \"jest\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"5a6bc7be680ba053df0f8ffdc2aaa80e62c3e819\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/5a6bc7be680ba053df0f8ffdc2aaa80e62c3e819\"\n },\n {\n \"path\": \"netlify-functions\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"a96c1f09300fa4f9e4c786d69bcbe51eaff7f14a\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/a96c1f09300fa4f9e4c786d69bcbe51eaff7f14a\"\n },\n {\n \"path\": \"netlify.toml\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"fbe31f474894267b9b69121368d87b9a8cb45b0e\",\n \"size\": 174,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/fbe31f474894267b9b69121368d87b9a8cb45b0e\"\n },\n {\n \"path\": \"package.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"f5315fc4f2684c84052f0951920358610c7ed45e\",\n \"size\": 6946,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/f5315fc4f2684c84052f0951920358610c7ed45e\"\n },\n {\n \"path\": \"postcss-config.js\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"d216501e9b351a72e00ba0b7459a6500e27e7da2\",\n \"size\": 703,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/d216501e9b351a72e00ba0b7459a6500e27e7da2\"\n },\n {\n \"path\": \"renovate.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"9d78c55fe6566ea98907ef63d56a94d7b3cbe527\",\n \"size\": 536,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/9d78c55fe6566ea98907ef63d56a94d7b3cbe527\"\n },\n {\n \"path\": \"serverless-scripts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"ee3701f2fbfc7196ba340f6481d1387d20527898\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/ee3701f2fbfc7196ba340f6481d1387d20527898\"\n },\n {\n \"path\": \"serverless-single-page-app-plugin\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"08763fcfba643a06a452398517019bea4a5850ba\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/08763fcfba643a06a452398517019bea4a5850ba\"\n },\n {\n \"path\": \"serverless.yml\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"20b22c5fad229f35d029bf6614d333d82fe8a987\",\n \"size\": 7803,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/20b22c5fad229f35d029bf6614d333d82fe8a987\"\n },\n {\n \"path\": \"src\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"8cdb35a88232c0f32f12f130c92c7cc55f97f471\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/8cdb35a88232c0f32f12f130c92c7cc55f97f471\"\n },\n {\n \"path\": \"static\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"139040296ae3796be0e107be98572f0e6bb28901\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/139040296ae3796be0e107be98572f0e6bb28901\"\n },\n {\n \"path\": \"utils\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"a592549c9f74db40b51efefcda2fd76810405f27\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/a592549c9f74db40b51efefcda2fd76810405f27\"\n },\n {\n \"path\": \"yarn.lock\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"d46666fc8103dbe4f69dd88608f6cc2f513496f8\",\n \"size\": 833973,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/d46666fc8103dbe4f69dd88608f6cc2f513496f8\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 201
},
{
"body": "{\"message\":\"Create Post “1970-01-01-first-title”\",\"tree\":\"d3686b94780aea6752c3273e638202c4fba3d007\",\"parents\":[\"9ea2e97431a308c880596ce816adc309e52ee556\"],\"author\":{\"name\":\"netlifyCMS\",\"email\":\"netlifyCMS@netlify.com\",\"date\":\"1970-01-01T00:00:00.300Z\"}}",
"method": "POST",
"url": "/.netlify/git/github/git/commits?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "1500",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"fd9250fc895df3e3323481771f6dfde9\"",
"Location": "https://api.github.com/repos/owner/repo/git/commits/07e889aadc8707b2d85aae9095b048bc79aed615",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B8041C:17E201D:5E1AE282",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4966",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"07e889aadc8707b2d85aae9095b048bc79aed615\",\n \"node_id\": \"MDY6Q29tbWl0MjMzMzY1MDI3OjA3ZTg4OWFhZGM4NzA3YjJkODVhYWU5MDk1YjA0OGJjNzlhZWQ2MTU=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/07e889aadc8707b2d85aae9095b048bc79aed615\",\n \"html_url\": \"https://github.com/owner/repo/commit/07e889aadc8707b2d85aae9095b048bc79aed615\",\n \"author\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"committer\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"tree\": {\n \"sha\": \"d3686b94780aea6752c3273e638202c4fba3d007\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/d3686b94780aea6752c3273e638202c4fba3d007\"\n },\n \"message\": \"Create Post “1970-01-01-first-title”\",\n \"parents\": [\n {\n \"sha\": \"9ea2e97431a308c880596ce816adc309e52ee556\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/9ea2e97431a308c880596ce816adc309e52ee556\",\n \"html_url\": \"https://github.com/owner/repo/commit/9ea2e97431a308c880596ce816adc309e52ee556\"\n }\n ],\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n}\n",
"status": 201
},
{
"body": "{\"ref\":\"refs/heads/cms/posts/1970-01-01-first-title\",\"sha\":\"07e889aadc8707b2d85aae9095b048bc79aed615\"}",
"method": "POST",
"url": "/.netlify/git/github/git/refs?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "546",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"a239bc3a29991a43c96e2c73e8bcc59b\"",
"Location": "https://api.github.com/repos/owner/repo/git/refs/heads/cms/posts/1970-01-01-first-title",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B80426:17E2068:5E1AE283",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4965",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"ref\": \"refs/heads/cms/posts/1970-01-01-first-title\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OmNtcy9wb3N0cy8xOTcwLTAxLTAxLWZpcnN0LXRpdGxl\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/heads/cms/posts/1970-01-01-first-title\",\n \"object\": {\n \"sha\": \"07e889aadc8707b2d85aae9095b048bc79aed615\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/07e889aadc8707b2d85aae9095b048bc79aed615\"\n }\n}\n",
"status": 201
},
{
"body": "{\"title\":\"Create Post “1970-01-01-first-title”\",\"body\":\"Automatically generated by Netlify CMS\",\"head\":\"cms/posts/1970-01-01-first-title\",\"base\":\"master\"}",
"method": "POST",
"url": "/.netlify/git/github/pulls?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "22151",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"f6ef6f59d2054b5566c3963b9f9b42df\"",
"Location": "https://api.github.com/repos/owner/repo/pulls/4",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B80434:17E208B:5E1AE285",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4964",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"url\": \"https://api.github.com/repos/owner/repo/pulls/4\",\n \"id\": 361809730,\n \"node_id\": \"MDExOlB1bGxSZXF1ZXN0MzYxODA5NzMw\",\n \"html_url\": \"https://github.com/owner/repo/pull/4\",\n \"diff_url\": \"https://github.com/owner/repo/pull/4.diff\",\n \"patch_url\": \"https://github.com/owner/repo/pull/4.patch\",\n \"issue_url\": \"https://api.github.com/repos/owner/repo/issues/4\",\n \"number\": 4,\n \"state\": \"open\",\n \"locked\": false,\n \"title\": \"Create Post “1970-01-01-first-title”\",\n \"user\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \"MDQ6VXNlcjI2NzYwNTcx\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/owner\",\n \"html_url\": \"https://github.com/owner\",\n \"followers_url\": \"https://api.github.com/users/owner/followers\",\n \"following_url\": \"https://api.github.com/users/owner/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/owner/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/owner/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/owner/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/owner/orgs\",\n \"repos_url\": \"https://api.github.com/users/owner/repos\",\n \"events_url\": \"https://api.github.com/users/owner/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/owner/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"body\": \"Automatically generated by Netlify CMS\",\n \"created_at\": \"2020-01-12T09:10:29Z\",\n \"updated_at\": \"2020-01-12T09:10:29Z\",\n \"closed_at\": null,\n \"merged_at\": null,\n \"merge_commit_sha\": null,\n \"assignee\": null,\n \"assignees\": [\n\n ],\n \"requested_reviewers\": [\n\n ],\n \"requested_teams\": [\n\n ],\n \"labels\": [\n\n ],\n \"milestone\": null,\n \"commits_url\": \"https://api.github.com/repos/owner/repo/pulls/4/commits\",\n \"review_comments_url\": \"https://api.github.com/repos/owner/repo/pulls/4/comments\",\n \"review_comment_url\": \"https://api.github.com/repos/owner/repo/pulls/comments{/number}\",\n \"comments_url\": \"https://api.github.com/repos/owner/repo/issues/4/comments\",\n \"statuses_url\": \"https://api.github.com/repos/owner/repo/statuses/07e889aadc8707b2d85aae9095b048bc79aed615\",\n \"head\": {\n \"label\": \"owner:cms/posts/1970-01-01-first-title\",\n \"ref\": \"cms/posts/1970-01-01-first-title\",\n \"sha\": \"07e889aadc8707b2d85aae9095b048bc79aed615\",\n \"user\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \"MDQ6VXNlcjI2NzYwNTcx\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/owner\",\n \"html_url\": \"https://github.com/owner\",\n \"followers_url\": \"https://api.github.com/users/owner/followers\",\n \"following_url\": \"https://api.github.com/users/owner/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/owner/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/owner/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/owner/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/owner/orgs\",\n \"repos_url\": \"https://api.github.com/users/owner/repos\",\n \"events_url\": \"https://api.github.com/users/owner/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/owner/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"repo\": {\n \"id\": 233365027,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMzMzNjUwMjc=\",\n \"name\": \"repo\",\n \"full_name\": \"owner/repo\",\n \"private\": false,\n \"owner\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \"MDQ6VXNlcjI2NzYwNTcx\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/owner\",\n \"html_url\": \"https://github.com/owner\",\n \"followers_url\": \"https://api.github.com/users/owner/followers\",\n \"following_url\": \"https://api.github.com/users/owner/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/owner/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/owner/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/owner/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/owner/orgs\",\n \"repos_url\": \"https://api.github.com/users/owner/repos\",\n \"events_url\": \"https://api.github.com/users/owner/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/owner/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/owner/repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/owner/repo\",\n \"forks_url\": \"https://api.github.com/repos/owner/repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/owner/repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/owner/repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/owner/repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/owner/repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/owner/repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/owner/repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/owner/repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/owner/repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/owner/repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/owner/repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/owner/repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/owner/repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/owner/repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/owner/repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/owner/repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/owner/repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/owner/repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/owner/repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/owner/repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/owner/repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/owner/repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/owner/repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/owner/repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/owner/repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/owner/repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/owner/repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/owner/repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/owner/repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/owner/repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/owner/repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/owner/repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/owner/repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/owner/repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/owner/repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/owner/repo/deployments\",\n \"created_at\": \"2020-01-12T09:03:50Z\",\n \"updated_at\": \"2020-01-12T09:10:12Z\",\n \"pushed_at\": \"2020-01-12T09:10:28Z\",\n \"git_url\": \"git://github.com/owner/repo.git\",\n \"ssh_url\": \"git@github.com:owner/repo.git\",\n \"clone_url\": \"https://github.com/owner/repo.git\",\n \"svn_url\": \"https://github.com/owner/repo\",\n \"homepage\": null,\n \"size\": 0,\n \"stargazers_count\": 0,\n \"watchers_count\": 0,\n \"language\": \"JavaScript\",\n \"has_issues\": true,\n \"has_projects\": true,\n \"has_downloads\": true,\n \"has_wiki\": true,\n \"has_pages\": false,\n \"forks_count\": 0,\n \"mirror_url\": null,\n \"archived\": false,\n \"disabled\": false,\n \"open_issues_count\": 1,\n \"license\": {\n \"key\": \"mit\",\n \"name\": \"MIT License\",\n \"spdx_id\": \"MIT\",\n \"url\": \"https://api.github.com/licenses/mit\",\n \"node_id\": \"MDc6TGljZW5zZTEz\"\n },\n \"forks\": 0,\n \"open_issues\": 1,\n \"watchers\": 0,\n \"default_branch\": \"master\"\n }\n },\n \"base\": {\n \"label\": \"owner:master\",\n \"ref\": \"master\",\n \"sha\": \"9ea2e97431a308c880596ce816adc309e52ee556\",\n \"user\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \"MDQ6VXNlcjI2NzYwNTcx\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/owner\",\n \"html_url\": \"https://github.com/owner\",\n \"followers_url\": \"https://api.github.com/users/owner/followers\",\n \"following_url\": \"https://api.github.com/users/owner/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/owner/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/owner/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/owner/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/owner/orgs\",\n \"repos_url\": \"https://api.github.com/users/owner/repos\",\n \"events_url\": \"https://api.github.com/users/owner/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/owner/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"repo\": {\n \"id\": 233365027,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMzMzNjUwMjc=\",\n \"name\": \"repo\",\n \"full_name\": \"owner/repo\",\n \"private\": false,\n \"owner\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \"MDQ6VXNlcjI2NzYwNTcx\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/owner\",\n \"html_url\": \"https://github.com/owner\",\n \"followers_url\": \"https://api.github.com/users/owner/followers\",\n \"following_url\": \"https://api.github.com/users/owner/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/owner/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/owner/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/owner/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/owner/orgs\",\n \"repos_url\": \"https://api.github.com/users/owner/repos\",\n \"events_url\": \"https://api.github.com/users/owner/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/owner/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/owner/repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/owner/repo\",\n \"forks_url\": \"https://api.github.com/repos/owner/repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/owner/repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/owner/repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/owner/repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/owner/repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/owner/repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/owner/repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/owner/repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/owner/repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/owner/repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/owner/repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/owner/repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/owner/repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/owner/repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/owner/repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/owner/repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/owner/repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/owner/repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/owner/repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/owner/repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/owner/repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/owner/repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/owner/repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/owner/repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/owner/repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/owner/repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/owner/repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/owner/repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/owner/repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/owner/repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/owner/repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/owner/repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/owner/repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/owner/repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/owner/repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/owner/repo/deployments\",\n \"created_at\": \"2020-01-12T09:03:50Z\",\n \"updated_at\": \"2020-01-12T09:10:12Z\",\n \"pushed_at\": \"2020-01-12T09:10:28Z\",\n \"git_url\": \"git://github.com/owner/repo.git\",\n \"ssh_url\": \"git@github.com:owner/repo.git\",\n \"clone_url\": \"https://github.com/owner/repo.git\",\n \"svn_url\": \"https://github.com/owner/repo\",\n \"homepage\": null,\n \"size\": 0,\n \"stargazers_count\": 0,\n \"watchers_count\": 0,\n \"language\": \"JavaScript\",\n \"has_issues\": true,\n \"has_projects\": true,\n \"has_downloads\": true,\n \"has_wiki\": true,\n \"has_pages\": false,\n \"forks_count\": 0,\n \"mirror_url\": null,\n \"archived\": false,\n \"disabled\": false,\n \"open_issues_count\": 1,\n \"license\": {\n \"key\": \"mit\",\n \"name\": \"MIT License\",\n \"spdx_id\": \"MIT\",\n \"url\": \"https://api.github.com/licenses/mit\",\n \"node_id\": \"MDc6TGljZW5zZTEz\"\n },\n \"forks\": 0,\n \"open_issues\": 1,\n \"watchers\": 0,\n \"default_branch\": \"master\"\n }\n },\n \"_links\": {\n \"self\": {\n \"href\": \"https://api.github.com/repos/owner/repo/pulls/4\"\n },\n \"html\": {\n \"href\": \"https://github.com/owner/repo/pull/4\"\n },\n \"issue\": {\n \"href\": \"https://api.github.com/repos/owner/repo/issues/4\"\n },\n \"comments\": {\n \"href\": \"https://api.github.com/repos/owner/repo/issues/4/comments\"\n },\n \"review_comments\": {\n \"href\": \"https://api.github.com/repos/owner/repo/pulls/4/comments\"\n },\n \"review_comment\": {\n \"href\": \"https://api.github.com/repos/owner/repo/pulls/comments{/number}\"\n },\n \"commits\": {\n \"href\": \"https://api.github.com/repos/owner/repo/pulls/4/commits\"\n },\n \"statuses\": {\n \"href\": \"https://api.github.com/repos/owner/repo/statuses/07e889aadc8707b2d85aae9095b048bc79aed615\"\n }\n },\n \"author_association\": \"OWNER\",\n \"merged\": false,\n \"mergeable\": null,\n \"rebaseable\": null,\n \"mergeable_state\": \"unknown\",\n \"merged_by\": null,\n \"comments\": 0,\n \"review_comments\": 0,\n \"maintainer_can_modify\": false,\n \"commits\": 1,\n \"additions\": 10,\n \"deletions\": 0,\n \"changed_files\": 1\n}\n",
"status": 201
},
{
"method": "GET",
"url": "/.netlify/git/github/git/refs/meta/_netlify_cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"a6c4a78134ee73277608432edc57613f\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C0F4:5F0B:FECFB:23121D:5E1AE281",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Poll-Interval": "300",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4963",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "492"
},
"response": "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"03d7aa5fac45fd15b579f17e75bb85ba2f9477bb\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/03d7aa5fac45fd15b579f17e75bb85ba2f9477bb\"\n }\n}\n",
"status": 200
},
{
"body": "{\"content\":\"eyJ0eXBlIjoiUFIiLCJwciI6eyJudW1iZXIiOjQsImhlYWQiOiIwN2U4ODlhYWRjODcwN2IyZDg1YWFlOTA5NWIwNDhiYzc5YWVkNjE1In0sInVzZXIiOiJuZXRsaWZ5Q01TIiwic3RhdHVzIjoiZHJhZnQiLCJicmFuY2giOiJjbXMvcG9zdHMvMTk3MC0wMS0wMS1maXJzdC10aXRsZSIsImNvbGxlY3Rpb24iOiJwb3N0cyIsImNvbW1pdE1lc3NhZ2UiOiJDcmVhdGUgUG9zdCDigJwxOTcwLTAxLTAxLWZpcnN0LXRpdGxl4oCdIiwidGl0bGUiOiJmaXJzdCB0aXRsZSIsImRlc2NyaXB0aW9uIjoiZmlyc3QgZGVzY3JpcHRpb24iLCJvYmplY3RzIjp7ImVudHJ5Ijp7InBhdGgiOiJjb250ZW50L3Bvc3RzLzE5NzAtMDEtMDEtZmlyc3QtdGl0bGUubWQiLCJzaGEiOiI3NjI3MjJiNzkyOTRlODI1ZTVmMjIxOTRmOTI3M2I1M2EyYTNlNmQ1In0sImZpbGVzIjpbXX0sInRpbWVTdGFtcCI6IjE5NzAtMDEtMDFUMDA6MDA6MDAuMzAwWiIsInZlcnNpb24iOiIxIn0=\",\"encoding\":\"base64\"}",
"method": "POST",
"url": "/.netlify/git/github/git/blobs?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "211",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"18d669dfd40a11735a9a0a2de6c31ef4\"",
"Location": "https://api.github.com/repos/owner/repo/git/blobs/72b128b3e78bbe3768c3420c7d67b4186bcdcbd5",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B8045B:17E20C2:5E1AE286",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4962",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"72b128b3e78bbe3768c3420c7d67b4186bcdcbd5\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/72b128b3e78bbe3768c3420c7d67b4186bcdcbd5\"\n}\n",
"status": 201
},
{
"body": "{\"base_tree\":\"03d7aa5fac45fd15b579f17e75bb85ba2f9477bb\",\"tree\":[{\"path\":\"posts/1970-01-01-first-title.json\",\"mode\":\"100644\",\"type\":\"blob\",\"sha\":\"72b128b3e78bbe3768c3420c7d67b4186bcdcbd5\"}]}",
"method": "POST",
"url": "/.netlify/git/github/git/trees?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "866",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"e528d30838a9bf736c50e68518ea9bc5\"",
"Location": "https://api.github.com/repos/owner/repo/git/trees/82eafa1f49c611e1dc1604216978a056de74d5ed",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "DD34:7CCD:962FC1:1596AFC:5E1AE286",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4961",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"82eafa1f49c611e1dc1604216978a056de74d5ed\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/82eafa1f49c611e1dc1604216978a056de74d5ed\",\n \"tree\": [\n {\n \"path\": \"README.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"98787d1bd948850444433e91a43091a76c4eb455\",\n \"size\": 114,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/98787d1bd948850444433e91a43091a76c4eb455\"\n },\n {\n \"path\": \"posts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"2622f38f1f771c6113d9dae6559d58deb4df6163\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/2622f38f1f771c6113d9dae6559d58deb4df6163\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 201
},
{
"body": "{\"message\":\"Updating “posts/1970-01-01-first-title” metadata\",\"tree\":\"82eafa1f49c611e1dc1604216978a056de74d5ed\",\"parents\":[\"03d7aa5fac45fd15b579f17e75bb85ba2f9477bb\"],\"author\":{\"name\":\"netlifyCMS\",\"email\":\"netlifyCMS@netlify.com\",\"date\":\"1970-01-01T00:00:00.300Z\"}}",
"method": "POST",
"url": "/.netlify/git/github/git/commits?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "1512",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"b505e1cc3a2473b888907f4779df84aa\"",
"Location": "https://api.github.com/repos/owner/repo/git/commits/5e39ce22d61de9de5f685c8d8db71938858b81e4",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "DD34:7CCD:962FD4:1596B7A:5E1AE288",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4960",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"5e39ce22d61de9de5f685c8d8db71938858b81e4\",\n \"node_id\": \"MDY6Q29tbWl0MjMzMzY1MDI3OjVlMzljZTIyZDYxZGU5ZGU1ZjY4NWM4ZDhkYjcxOTM4ODU4YjgxZTQ=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/5e39ce22d61de9de5f685c8d8db71938858b81e4\",\n \"html_url\": \"https://github.com/owner/repo/commit/5e39ce22d61de9de5f685c8d8db71938858b81e4\",\n \"author\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"committer\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"tree\": {\n \"sha\": \"82eafa1f49c611e1dc1604216978a056de74d5ed\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/82eafa1f49c611e1dc1604216978a056de74d5ed\"\n },\n \"message\": \"Updating “posts/1970-01-01-first-title” metadata\",\n \"parents\": [\n {\n \"sha\": \"03d7aa5fac45fd15b579f17e75bb85ba2f9477bb\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/03d7aa5fac45fd15b579f17e75bb85ba2f9477bb\",\n \"html_url\": \"https://github.com/owner/repo/commit/03d7aa5fac45fd15b579f17e75bb85ba2f9477bb\"\n }\n ],\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n}\n",
"status": 201
},
{
"body": "{\"sha\":\"5e39ce22d61de9de5f685c8d8db71938858b81e4\",\"force\":false}",
"method": "PATCH",
"url": "/.netlify/git/github/git/refs/meta/_netlify_cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"0280180552d94fb522a0602801ae77e3\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "DD34:7CCD:962FEB:1596BA4:5E1AE289",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4959",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "492"
},
"response": "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"5e39ce22d61de9de5f685c8d8db71938858b81e4\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/5e39ce22d61de9de5f685c8d8db71938858b81e4\"\n }\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/trees/master:content%2Fposts?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"f4c09d4d5dfb501d40d88eb56b8c160f\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B80492:17E2102:5E1AE287",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4958",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "1694"
},
"response": "{\n \"sha\": \"3255f9d53bcf996ee152228c33d4ce337d92fd96\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/3255f9d53bcf996ee152228c33d4ce337d92fd96\",\n \"tree\": [\n {\n \"path\": \"2016-01-12---The-Origins-of-Social-Stationery-Lettering.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"d0582dd245a3f408fb3fe2333bf01400007476e9\",\n \"size\": 2565,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/d0582dd245a3f408fb3fe2333bf01400007476e9\"\n },\n {\n \"path\": \"2016-02-02---A-Brief-History-of-Typography.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"0eea554365f002d0f1572af9a58522d335a794d5\",\n \"size\": 2786,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/0eea554365f002d0f1572af9a58522d335a794d5\"\n },\n {\n \"path\": \"2017-18-08---The-Birth-of-Movable-Type.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"44f78c474d04273185a95821426f75affc9b0044\",\n \"size\": 16071,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/44f78c474d04273185a95821426f75affc9b0044\"\n },\n {\n \"path\": \"2017-19-08---Humane-Typography-in-the-Digital-Age.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"a532f0a9445cdf90a19c6812cff89d1674991774\",\n \"size\": 7465,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/a532f0a9445cdf90a19c6812cff89d1674991774\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/trees/cms/posts/1970-01-01-first-title:content%2Fposts?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"d8af67c277e4415e4c754f86f800869a\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "DD34:7CCD:963003:1596BE6:5E1AE28A",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4957",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "2030"
},
"response": "{\n \"sha\": \"ccda8996ee779b1dc0967d69fe011b9a3f43d554\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/ccda8996ee779b1dc0967d69fe011b9a3f43d554\",\n \"tree\": [\n {\n \"path\": \"1970-01-01-first-title.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"762722b79294e825e5f22194f9273b53a2a3e6d5\",\n \"size\": 155,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/762722b79294e825e5f22194f9273b53a2a3e6d5\"\n },\n {\n \"path\": \"2016-01-12---The-Origins-of-Social-Stationery-Lettering.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"d0582dd245a3f408fb3fe2333bf01400007476e9\",\n \"size\": 2565,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/d0582dd245a3f408fb3fe2333bf01400007476e9\"\n },\n {\n \"path\": \"2016-02-02---A-Brief-History-of-Typography.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"0eea554365f002d0f1572af9a58522d335a794d5\",\n \"size\": 2786,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/0eea554365f002d0f1572af9a58522d335a794d5\"\n },\n {\n \"path\": \"2017-18-08---The-Birth-of-Movable-Type.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"44f78c474d04273185a95821426f75affc9b0044\",\n \"size\": 16071,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/44f78c474d04273185a95821426f75affc9b0044\"\n },\n {\n \"path\": \"2017-19-08---Humane-Typography-in-the-Digital-Age.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"a532f0a9445cdf90a19c6812cff89d1674991774\",\n \"size\": 7465,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/a532f0a9445cdf90a19c6812cff89d1674991774\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/blobs/762722b79294e825e5f22194f9273b53a2a3e6d5?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"0aeb2e06240cdf2be1361ec1a10eb96e\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C0F4:5F0B:FECFF:231237:5E1AE287",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4956",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "576"
},
"response": "{\n \"sha\": \"762722b79294e825e5f22194f9273b53a2a3e6d5\",\n \"node_id\": \"MDQ6QmxvYjIzMzM2NTAyNzo3NjI3MjJiNzkyOTRlODI1ZTVmMjIxOTRmOTI3M2I1M2EyYTNlNmQ1\",\n \"size\": 155,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/762722b79294e825e5f22194f9273b53a2a3e6d5\",\n \"content\": \"LS0tCnRlbXBsYXRlOiBwb3N0CnRpdGxlOiBmaXJzdCB0aXRsZQpkYXRlOiAx\\nOTcwLTAxLTAxVDAwOjAwOjAwLjAwMFoKZGVzY3JpcHRpb246IGZpcnN0IGRl\\nc2NyaXB0aW9uCmNhdGVnb3J5OiBmaXJzdCBjYXRlZ29yeQp0YWdzOgogIC0g\\ndGFnMQotLS0KZmlyc3QgYm9keQo=\\n\",\n \"encoding\": \"base64\"\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/commits/07e889aadc8707b2d85aae9095b048bc79aed615/status?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"8eb823e37aa24521653a0b5240eea7fa\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo, repo:status",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B804B1:17E2170:5E1AE28B",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4955",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "6742"
},
"response": "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"07e889aadc8707b2d85aae9095b048bc79aed615\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 233365027,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMzMzNjUwMjc=\",\n \"name\": \"repo\",\n \"full_name\": \"owner/repo\",\n \"private\": false,\n \"owner\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \"MDQ6VXNlcjI2NzYwNTcx\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/owner\",\n \"html_url\": \"https://github.com/owner\",\n \"followers_url\": \"https://api.github.com/users/owner/followers\",\n \"following_url\": \"https://api.github.com/users/owner/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/owner/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/owner/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/owner/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/owner/orgs\",\n \"repos_url\": \"https://api.github.com/users/owner/repos\",\n \"events_url\": \"https://api.github.com/users/owner/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/owner/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/owner/repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/owner/repo\",\n \"forks_url\": \"https://api.github.com/repos/owner/repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/owner/repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/owner/repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/owner/repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/owner/repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/owner/repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/owner/repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/owner/repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/owner/repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/owner/repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/owner/repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/owner/repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/owner/repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/owner/repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/owner/repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/owner/repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/owner/repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/owner/repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/owner/repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/owner/repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/owner/repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/owner/repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/owner/repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/owner/repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/owner/repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/owner/repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/owner/repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/owner/repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/owner/repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/owner/repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/owner/repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/owner/repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/owner/repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/owner/repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/owner/repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/owner/repo/deployments\"\n },\n \"commit_url\": \"https://api.github.com/repos/owner/repo/commits/07e889aadc8707b2d85aae9095b048bc79aed615\",\n \"url\": \"https://api.github.com/repos/owner/repo/commits/07e889aadc8707b2d85aae9095b048bc79aed615/status\"\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/refs/meta/_netlify_cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"0280180552d94fb522a0602801ae77e3\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B8052B:17E21C5:5E1AE28C",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Poll-Interval": "300",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4954",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "492"
},
"response": "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"5e39ce22d61de9de5f685c8d8db71938858b81e4\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/5e39ce22d61de9de5f685c8d8db71938858b81e4\"\n }\n}\n",
"status": 200
},
{
"body": "{\"content\":\"eyJ0eXBlIjoiUFIiLCJwciI6eyJudW1iZXIiOjQsImhlYWQiOiIwN2U4ODlhYWRjODcwN2IyZDg1YWFlOTA5NWIwNDhiYzc5YWVkNjE1In0sInVzZXIiOiJuZXRsaWZ5Q01TIiwic3RhdHVzIjoicGVuZGluZ19yZXZpZXciLCJicmFuY2giOiJjbXMvcG9zdHMvMTk3MC0wMS0wMS1maXJzdC10aXRsZSIsImNvbGxlY3Rpb24iOiJwb3N0cyIsImNvbW1pdE1lc3NhZ2UiOiJDcmVhdGUgUG9zdCDigJwxOTcwLTAxLTAxLWZpcnN0LXRpdGxl4oCdIiwidGl0bGUiOiJmaXJzdCB0aXRsZSIsImRlc2NyaXB0aW9uIjoiZmlyc3QgZGVzY3JpcHRpb24iLCJvYmplY3RzIjp7ImVudHJ5Ijp7InBhdGgiOiJjb250ZW50L3Bvc3RzLzE5NzAtMDEtMDEtZmlyc3QtdGl0bGUubWQiLCJzaGEiOiI3NjI3MjJiNzkyOTRlODI1ZTVmMjIxOTRmOTI3M2I1M2EyYTNlNmQ1In0sImZpbGVzIjpbXX0sInRpbWVTdGFtcCI6IjE5NzAtMDEtMDFUMDA6MDA6MDAuMzAwWiIsInZlcnNpb24iOiIxIn0=\",\"encoding\":\"base64\"}",
"method": "POST",
"url": "/.netlify/git/github/git/blobs?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "211",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"d2c259a2434852401a689cd1d43da79e\"",
"Location": "https://api.github.com/repos/owner/repo/git/blobs/8c220190dc6503ee83f8bd30e5b054a932fda775",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B8053B:17E22B2:5E1AE290",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4953",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "2",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"8c220190dc6503ee83f8bd30e5b054a932fda775\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/8c220190dc6503ee83f8bd30e5b054a932fda775\"\n}\n",
"status": 201
},
{
"body": "{\"base_tree\":\"5e39ce22d61de9de5f685c8d8db71938858b81e4\",\"tree\":[{\"path\":\"posts/1970-01-01-first-title.json\",\"mode\":\"100644\",\"type\":\"blob\",\"sha\":\"8c220190dc6503ee83f8bd30e5b054a932fda775\"}]}",
"method": "POST",
"url": "/.netlify/git/github/git/trees?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "866",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"fb09ba950ef5ca6a0418485b27be9a07\"",
"Location": "https://api.github.com/repos/owner/repo/git/trees/bc38eb95ef22acaae760f43368c8fa5cbe4a2084",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C0F4:5F0B:FED03:231241:5E1AE28B",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4952",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"bc38eb95ef22acaae760f43368c8fa5cbe4a2084\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/bc38eb95ef22acaae760f43368c8fa5cbe4a2084\",\n \"tree\": [\n {\n \"path\": \"README.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"98787d1bd948850444433e91a43091a76c4eb455\",\n \"size\": 114,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/98787d1bd948850444433e91a43091a76c4eb455\"\n },\n {\n \"path\": \"posts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"b8538533af483d7a60ffb666f121dcbe019f13f8\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/b8538533af483d7a60ffb666f121dcbe019f13f8\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 201
},
{
"method": "GET",
"url": "/.netlify/git/github/commits/07e889aadc8707b2d85aae9095b048bc79aed615/status?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"8eb823e37aa24521653a0b5240eea7fa\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo, repo:status",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "81A6:74EC:29ECDF:65C319:5E1AE280",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4951",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "6742"
},
"response": "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"07e889aadc8707b2d85aae9095b048bc79aed615\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 233365027,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMzMzNjUwMjc=\",\n \"name\": \"repo\",\n \"full_name\": \"owner/repo\",\n \"private\": false,\n \"owner\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \"MDQ6VXNlcjI2NzYwNTcx\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/owner\",\n \"html_url\": \"https://github.com/owner\",\n \"followers_url\": \"https://api.github.com/users/owner/followers\",\n \"following_url\": \"https://api.github.com/users/owner/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/owner/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/owner/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/owner/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/owner/orgs\",\n \"repos_url\": \"https://api.github.com/users/owner/repos\",\n \"events_url\": \"https://api.github.com/users/owner/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/owner/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/owner/repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/owner/repo\",\n \"forks_url\": \"https://api.github.com/repos/owner/repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/owner/repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/owner/repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/owner/repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/owner/repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/owner/repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/owner/repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/owner/repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/owner/repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/owner/repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/owner/repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/owner/repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/owner/repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/owner/repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/owner/repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/owner/repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/owner/repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/owner/repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/owner/repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/owner/repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/owner/repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/owner/repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/owner/repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/owner/repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/owner/repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/owner/repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/owner/repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/owner/repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/owner/repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/owner/repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/owner/repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/owner/repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/owner/repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/owner/repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/owner/repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/owner/repo/deployments\"\n },\n \"commit_url\": \"https://api.github.com/repos/owner/repo/commits/07e889aadc8707b2d85aae9095b048bc79aed615\",\n \"url\": \"https://api.github.com/repos/owner/repo/commits/07e889aadc8707b2d85aae9095b048bc79aed615/status\"\n}\n",
"status": 200
},
{
"body": "{\"message\":\"Updating “posts/1970-01-01-first-title” metadata\",\"tree\":\"bc38eb95ef22acaae760f43368c8fa5cbe4a2084\",\"parents\":[\"5e39ce22d61de9de5f685c8d8db71938858b81e4\"],\"author\":{\"name\":\"netlifyCMS\",\"email\":\"netlifyCMS@netlify.com\",\"date\":\"1970-01-01T00:00:00.300Z\"}}",
"method": "POST",
"url": "/.netlify/git/github/git/commits?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "1512",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"9f2da1eae0ce1afc5bfacb849a269065\"",
"Location": "https://api.github.com/repos/owner/repo/git/commits/4fef8ed03e6b5294b80f630f4619110addf8d3a6",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C0F4:5F0B:FED07:23124E:5E1AE291",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4950",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"4fef8ed03e6b5294b80f630f4619110addf8d3a6\",\n \"node_id\": \"MDY6Q29tbWl0MjMzMzY1MDI3OjRmZWY4ZWQwM2U2YjUyOTRiODBmNjMwZjQ2MTkxMTBhZGRmOGQzYTY=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/4fef8ed03e6b5294b80f630f4619110addf8d3a6\",\n \"html_url\": \"https://github.com/owner/repo/commit/4fef8ed03e6b5294b80f630f4619110addf8d3a6\",\n \"author\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"committer\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"tree\": {\n \"sha\": \"bc38eb95ef22acaae760f43368c8fa5cbe4a2084\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/bc38eb95ef22acaae760f43368c8fa5cbe4a2084\"\n },\n \"message\": \"Updating “posts/1970-01-01-first-title” metadata\",\n \"parents\": [\n {\n \"sha\": \"5e39ce22d61de9de5f685c8d8db71938858b81e4\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/5e39ce22d61de9de5f685c8d8db71938858b81e4\",\n \"html_url\": \"https://github.com/owner/repo/commit/5e39ce22d61de9de5f685c8d8db71938858b81e4\"\n }\n ],\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n}\n",
"status": 201
},
{
"body": "{\"sha\":\"4fef8ed03e6b5294b80f630f4619110addf8d3a6\",\"force\":false}",
"method": "PATCH",
"url": "/.netlify/git/github/git/refs/meta/_netlify_cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"7334bf2305485af2b470fea36fbe2d7e\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "DD34:7CCD:96307D:1596C03:5E1AE28B",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4949",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "492"
},
"response": "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"4fef8ed03e6b5294b80f630f4619110addf8d3a6\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/4fef8ed03e6b5294b80f630f4619110addf8d3a6\"\n }\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/commits/07e889aadc8707b2d85aae9095b048bc79aed615/status?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"8eb823e37aa24521653a0b5240eea7fa\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo, repo:status",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "DD34:7CCD:9630CB:1596D67:5E1AE293",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4948",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "6742"
},
"response": "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"07e889aadc8707b2d85aae9095b048bc79aed615\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 233365027,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMzMzNjUwMjc=\",\n \"name\": \"repo\",\n \"full_name\": \"owner/repo\",\n \"private\": false,\n \"owner\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \"MDQ6VXNlcjI2NzYwNTcx\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/owner\",\n \"html_url\": \"https://github.com/owner\",\n \"followers_url\": \"https://api.github.com/users/owner/followers\",\n \"following_url\": \"https://api.github.com/users/owner/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/owner/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/owner/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/owner/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/owner/orgs\",\n \"repos_url\": \"https://api.github.com/users/owner/repos\",\n \"events_url\": \"https://api.github.com/users/owner/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/owner/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/owner/repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/owner/repo\",\n \"forks_url\": \"https://api.github.com/repos/owner/repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/owner/repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/owner/repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/owner/repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/owner/repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/owner/repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/owner/repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/owner/repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/owner/repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/owner/repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/owner/repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/owner/repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/owner/repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/owner/repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/owner/repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/owner/repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/owner/repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/owner/repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/owner/repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/owner/repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/owner/repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/owner/repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/owner/repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/owner/repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/owner/repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/owner/repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/owner/repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/owner/repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/owner/repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/owner/repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/owner/repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/owner/repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/owner/repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/owner/repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/owner/repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/owner/repo/deployments\"\n },\n \"commit_url\": \"https://api.github.com/repos/owner/repo/commits/07e889aadc8707b2d85aae9095b048bc79aed615\",\n \"url\": \"https://api.github.com/repos/owner/repo/commits/07e889aadc8707b2d85aae9095b048bc79aed615/status\"\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/refs/meta/_netlify_cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"7334bf2305485af2b470fea36fbe2d7e\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C0F4:5F0B:FED0F:231256:5E1AE292",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Poll-Interval": "300",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4947",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "492"
},
"response": "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"4fef8ed03e6b5294b80f630f4619110addf8d3a6\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/4fef8ed03e6b5294b80f630f4619110addf8d3a6\"\n }\n}\n",
"status": 200
},
{
"body": "{\"content\":\"eyJ0eXBlIjoiUFIiLCJwciI6eyJudW1iZXIiOjQsImhlYWQiOiIwN2U4ODlhYWRjODcwN2IyZDg1YWFlOTA5NWIwNDhiYzc5YWVkNjE1In0sInVzZXIiOiJuZXRsaWZ5Q01TIiwic3RhdHVzIjoicGVuZGluZ19wdWJsaXNoIiwiYnJhbmNoIjoiY21zL3Bvc3RzLzE5NzAtMDEtMDEtZmlyc3QtdGl0bGUiLCJjb2xsZWN0aW9uIjoicG9zdHMiLCJjb21taXRNZXNzYWdlIjoiQ3JlYXRlIFBvc3Qg4oCcMTk3MC0wMS0wMS1maXJzdC10aXRsZeKAnSIsInRpdGxlIjoiZmlyc3QgdGl0bGUiLCJkZXNjcmlwdGlvbiI6ImZpcnN0IGRlc2NyaXB0aW9uIiwib2JqZWN0cyI6eyJlbnRyeSI6eyJwYXRoIjoiY29udGVudC9wb3N0cy8xOTcwLTAxLTAxLWZpcnN0LXRpdGxlLm1kIiwic2hhIjoiNzYyNzIyYjc5Mjk0ZTgyNWU1ZjIyMTk0ZjkyNzNiNTNhMmEzZTZkNSJ9LCJmaWxlcyI6W119LCJ0aW1lU3RhbXAiOiIxOTcwLTAxLTAxVDAwOjAwOjAwLjMwMFoiLCJ2ZXJzaW9uIjoiMSJ9\",\"encoding\":\"base64\"}",
"method": "POST",
"url": "/.netlify/git/github/git/blobs?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "211",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"e316c9b5b9f8eb664cab1f3b53ee337a\"",
"Location": "https://api.github.com/repos/owner/repo/git/blobs/cdba941961de8dd26c0cb5ad58c35395f23b4f4f",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C0F4:5F0B:FED10:23126D:5E1AE298",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4946",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"cdba941961de8dd26c0cb5ad58c35395f23b4f4f\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/cdba941961de8dd26c0cb5ad58c35395f23b4f4f\"\n}\n",
"status": 201
},
{
"body": "{\"base_tree\":\"4fef8ed03e6b5294b80f630f4619110addf8d3a6\",\"tree\":[{\"path\":\"posts/1970-01-01-first-title.json\",\"mode\":\"100644\",\"type\":\"blob\",\"sha\":\"cdba941961de8dd26c0cb5ad58c35395f23b4f4f\"}]}",
"method": "POST",
"url": "/.netlify/git/github/git/trees?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "866",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"d348d811a6956574e685aad296e87cdc\"",
"Location": "https://api.github.com/repos/owner/repo/git/trees/09997839e9e6180ca90ddfa763c35a16c41c4281",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B80629:17E22C4:5E1AE290",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4945",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"09997839e9e6180ca90ddfa763c35a16c41c4281\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/09997839e9e6180ca90ddfa763c35a16c41c4281\",\n \"tree\": [\n {\n \"path\": \"README.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"98787d1bd948850444433e91a43091a76c4eb455\",\n \"size\": 114,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/98787d1bd948850444433e91a43091a76c4eb455\"\n },\n {\n \"path\": \"posts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"d8528ac11d7c56e104ea6ea422c88c540c60462a\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/d8528ac11d7c56e104ea6ea422c88c540c60462a\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 201
},
{
"body": "{\"message\":\"Updating “posts/1970-01-01-first-title” metadata\",\"tree\":\"09997839e9e6180ca90ddfa763c35a16c41c4281\",\"parents\":[\"4fef8ed03e6b5294b80f630f4619110addf8d3a6\"],\"author\":{\"name\":\"netlifyCMS\",\"email\":\"netlifyCMS@netlify.com\",\"date\":\"1970-01-01T00:00:00.300Z\"}}",
"method": "POST",
"url": "/.netlify/git/github/git/commits?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "1512",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"bca0cef5356556b7e35a5ca28a184e36\"",
"Location": "https://api.github.com/repos/owner/repo/git/commits/6d90260d66ddb703da0ab4d4702765813e20fb72",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B8063D:17E24B5:5E1AE29A",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4944",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"6d90260d66ddb703da0ab4d4702765813e20fb72\",\n \"node_id\": \"MDY6Q29tbWl0MjMzMzY1MDI3OjZkOTAyNjBkNjZkZGI3MDNkYTBhYjRkNDcwMjc2NTgxM2UyMGZiNzI=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/6d90260d66ddb703da0ab4d4702765813e20fb72\",\n \"html_url\": \"https://github.com/owner/repo/commit/6d90260d66ddb703da0ab4d4702765813e20fb72\",\n \"author\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"committer\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"tree\": {\n \"sha\": \"09997839e9e6180ca90ddfa763c35a16c41c4281\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/09997839e9e6180ca90ddfa763c35a16c41c4281\"\n },\n \"message\": \"Updating “posts/1970-01-01-first-title” metadata\",\n \"parents\": [\n {\n \"sha\": \"4fef8ed03e6b5294b80f630f4619110addf8d3a6\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/4fef8ed03e6b5294b80f630f4619110addf8d3a6\",\n \"html_url\": \"https://github.com/owner/repo/commit/4fef8ed03e6b5294b80f630f4619110addf8d3a6\"\n }\n ],\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n}\n",
"status": 201
},
{
"body": "{\"sha\":\"6d90260d66ddb703da0ab4d4702765813e20fb72\",\"force\":false}",
"method": "PATCH",
"url": "/.netlify/git/github/git/refs/meta/_netlify_cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"b1d8b9e5edcf56c22a29829d56cf5ec8\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C0F4:5F0B:FED18:23126F:5E1AE299",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4943",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "492"
},
"response": "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"6d90260d66ddb703da0ab4d4702765813e20fb72\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/6d90260d66ddb703da0ab4d4702765813e20fb72\"\n }\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/refs/meta/_netlify_cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"b1d8b9e5edcf56c22a29829d56cf5ec8\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "DD34:7CCD:963173:1596F56:5E1AE29D",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Poll-Interval": "300",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4942",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "492"
},
"response": "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"6d90260d66ddb703da0ab4d4702765813e20fb72\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/6d90260d66ddb703da0ab4d4702765813e20fb72\"\n }\n}\n",
"status": 200
},
{
"body": "{\"content\":\"eyJ0eXBlIjoiUFIiLCJwciI6eyJudW1iZXIiOjQsImhlYWQiOiIwN2U4ODlhYWRjODcwN2IyZDg1YWFlOTA5NWIwNDhiYzc5YWVkNjE1In0sInVzZXIiOiJuZXRsaWZ5Q01TIiwic3RhdHVzIjoicGVuZGluZ19yZXZpZXciLCJicmFuY2giOiJjbXMvcG9zdHMvMTk3MC0wMS0wMS1maXJzdC10aXRsZSIsImNvbGxlY3Rpb24iOiJwb3N0cyIsImNvbW1pdE1lc3NhZ2UiOiJDcmVhdGUgUG9zdCDigJwxOTcwLTAxLTAxLWZpcnN0LXRpdGxl4oCdIiwidGl0bGUiOiJmaXJzdCB0aXRsZSIsImRlc2NyaXB0aW9uIjoiZmlyc3QgZGVzY3JpcHRpb24iLCJvYmplY3RzIjp7ImVudHJ5Ijp7InBhdGgiOiJjb250ZW50L3Bvc3RzLzE5NzAtMDEtMDEtZmlyc3QtdGl0bGUubWQiLCJzaGEiOiI3NjI3MjJiNzkyOTRlODI1ZTVmMjIxOTRmOTI3M2I1M2EyYTNlNmQ1In0sImZpbGVzIjpbXX0sInRpbWVTdGFtcCI6IjE5NzAtMDEtMDFUMDA6MDA6MDAuMzAwWiIsInZlcnNpb24iOiIxIn0=\",\"encoding\":\"base64\"}",
"method": "POST",
"url": "/.netlify/git/github/git/blobs?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "211",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"d2c259a2434852401a689cd1d43da79e\"",
"Location": "https://api.github.com/repos/owner/repo/git/blobs/8c220190dc6503ee83f8bd30e5b054a932fda775",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "81A6:74EC:29ED4C:65C4B5:5E1AE29D",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4941",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"8c220190dc6503ee83f8bd30e5b054a932fda775\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/8c220190dc6503ee83f8bd30e5b054a932fda775\"\n}\n",
"status": 201
},
{
"body": "{\"base_tree\":\"6d90260d66ddb703da0ab4d4702765813e20fb72\",\"tree\":[{\"path\":\"posts/1970-01-01-first-title.json\",\"mode\":\"100644\",\"type\":\"blob\",\"sha\":\"8c220190dc6503ee83f8bd30e5b054a932fda775\"}]}",
"method": "POST",
"url": "/.netlify/git/github/git/trees?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "866",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"fb09ba950ef5ca6a0418485b27be9a07\"",
"Location": "https://api.github.com/repos/owner/repo/git/trees/bc38eb95ef22acaae760f43368c8fa5cbe4a2084",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "DD34:7CCD:963184:1596FFD:5E1AE2A1",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4940",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"bc38eb95ef22acaae760f43368c8fa5cbe4a2084\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/bc38eb95ef22acaae760f43368c8fa5cbe4a2084\",\n \"tree\": [\n {\n \"path\": \"README.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"98787d1bd948850444433e91a43091a76c4eb455\",\n \"size\": 114,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/98787d1bd948850444433e91a43091a76c4eb455\"\n },\n {\n \"path\": \"posts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"b8538533af483d7a60ffb666f121dcbe019f13f8\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/b8538533af483d7a60ffb666f121dcbe019f13f8\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 201
},
{
"body": "{\"message\":\"Updating “posts/1970-01-01-first-title” metadata\",\"tree\":\"bc38eb95ef22acaae760f43368c8fa5cbe4a2084\",\"parents\":[\"6d90260d66ddb703da0ab4d4702765813e20fb72\"],\"author\":{\"name\":\"netlifyCMS\",\"email\":\"netlifyCMS@netlify.com\",\"date\":\"1970-01-01T00:00:00.300Z\"}}",
"method": "POST",
"url": "/.netlify/git/github/git/commits?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "1512",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"1f7c3d709870b6a2e00240ddb8f5b14b\"",
"Location": "https://api.github.com/repos/owner/repo/git/commits/a87f10d69d2079ae75f367cd9ce8e35da7818f87",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "81A6:74EC:29ED60:65C4FE:5E1AE2A2",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4939",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"a87f10d69d2079ae75f367cd9ce8e35da7818f87\",\n \"node_id\": \"MDY6Q29tbWl0MjMzMzY1MDI3OmE4N2YxMGQ2OWQyMDc5YWU3NWYzNjdjZDljZThlMzVkYTc4MThmODc=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/a87f10d69d2079ae75f367cd9ce8e35da7818f87\",\n \"html_url\": \"https://github.com/owner/repo/commit/a87f10d69d2079ae75f367cd9ce8e35da7818f87\",\n \"author\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"committer\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"tree\": {\n \"sha\": \"bc38eb95ef22acaae760f43368c8fa5cbe4a2084\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/bc38eb95ef22acaae760f43368c8fa5cbe4a2084\"\n },\n \"message\": \"Updating “posts/1970-01-01-first-title” metadata\",\n \"parents\": [\n {\n \"sha\": \"6d90260d66ddb703da0ab4d4702765813e20fb72\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/6d90260d66ddb703da0ab4d4702765813e20fb72\",\n \"html_url\": \"https://github.com/owner/repo/commit/6d90260d66ddb703da0ab4d4702765813e20fb72\"\n }\n ],\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n}\n",
"status": 201
},
{
"body": "{\"sha\":\"a87f10d69d2079ae75f367cd9ce8e35da7818f87\",\"force\":false}",
"method": "PATCH",
"url": "/.netlify/git/github/git/refs/meta/_netlify_cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"720728770d19be94d0eb9a8a829fd98a\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "81A6:74EC:29ED6E:65C52C:5E1AE2A4",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4938",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "492"
},
"response": "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"a87f10d69d2079ae75f367cd9ce8e35da7818f87\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/a87f10d69d2079ae75f367cd9ce8e35da7818f87\"\n }\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/refs/meta/_netlify_cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"720728770d19be94d0eb9a8a829fd98a\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C0F4:5F0B:FED2F:2312CF:5E1AE2AA",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Poll-Interval": "300",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4937",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "492"
},
"response": "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"a87f10d69d2079ae75f367cd9ce8e35da7818f87\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/a87f10d69d2079ae75f367cd9ce8e35da7818f87\"\n }\n}\n",
"status": 200
},
{
"body": "{\"content\":\"eyJ0eXBlIjoiUFIiLCJwciI6eyJudW1iZXIiOjQsImhlYWQiOiIwN2U4ODlhYWRjODcwN2IyZDg1YWFlOTA5NWIwNDhiYzc5YWVkNjE1In0sInVzZXIiOiJuZXRsaWZ5Q01TIiwic3RhdHVzIjoiZHJhZnQiLCJicmFuY2giOiJjbXMvcG9zdHMvMTk3MC0wMS0wMS1maXJzdC10aXRsZSIsImNvbGxlY3Rpb24iOiJwb3N0cyIsImNvbW1pdE1lc3NhZ2UiOiJDcmVhdGUgUG9zdCDigJwxOTcwLTAxLTAxLWZpcnN0LXRpdGxl4oCdIiwidGl0bGUiOiJmaXJzdCB0aXRsZSIsImRlc2NyaXB0aW9uIjoiZmlyc3QgZGVzY3JpcHRpb24iLCJvYmplY3RzIjp7ImVudHJ5Ijp7InBhdGgiOiJjb250ZW50L3Bvc3RzLzE5NzAtMDEtMDEtZmlyc3QtdGl0bGUubWQiLCJzaGEiOiI3NjI3MjJiNzkyOTRlODI1ZTVmMjIxOTRmOTI3M2I1M2EyYTNlNmQ1In0sImZpbGVzIjpbXX0sInRpbWVTdGFtcCI6IjE5NzAtMDEtMDFUMDA6MDA6MDAuMzAwWiIsInZlcnNpb24iOiIxIn0=\",\"encoding\":\"base64\"}",
"method": "POST",
"url": "/.netlify/git/github/git/blobs?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "211",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"18d669dfd40a11735a9a0a2de6c31ef4\"",
"Location": "https://api.github.com/repos/owner/repo/git/blobs/72b128b3e78bbe3768c3420c7d67b4186bcdcbd5",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B8082F:17E2887:5E1AE2AA",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4936",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"72b128b3e78bbe3768c3420c7d67b4186bcdcbd5\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/72b128b3e78bbe3768c3420c7d67b4186bcdcbd5\"\n}\n",
"status": 201
},
{
"body": "{\"base_tree\":\"a87f10d69d2079ae75f367cd9ce8e35da7818f87\",\"tree\":[{\"path\":\"posts/1970-01-01-first-title.json\",\"mode\":\"100644\",\"type\":\"blob\",\"sha\":\"72b128b3e78bbe3768c3420c7d67b4186bcdcbd5\"}]}",
"method": "POST",
"url": "/.netlify/git/github/git/trees?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "866",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"e528d30838a9bf736c50e68518ea9bc5\"",
"Location": "https://api.github.com/repos/owner/repo/git/trees/82eafa1f49c611e1dc1604216978a056de74d5ed",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "DD34:7CCD:96323B:1597252:5E1AE2AB",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4935",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"82eafa1f49c611e1dc1604216978a056de74d5ed\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/82eafa1f49c611e1dc1604216978a056de74d5ed\",\n \"tree\": [\n {\n \"path\": \"README.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"98787d1bd948850444433e91a43091a76c4eb455\",\n \"size\": 114,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/98787d1bd948850444433e91a43091a76c4eb455\"\n },\n {\n \"path\": \"posts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"2622f38f1f771c6113d9dae6559d58deb4df6163\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/2622f38f1f771c6113d9dae6559d58deb4df6163\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 201
},
{
"body": "{\"message\":\"Updating “posts/1970-01-01-first-title” metadata\",\"tree\":\"82eafa1f49c611e1dc1604216978a056de74d5ed\",\"parents\":[\"a87f10d69d2079ae75f367cd9ce8e35da7818f87\"],\"author\":{\"name\":\"netlifyCMS\",\"email\":\"netlifyCMS@netlify.com\",\"date\":\"1970-01-01T00:00:00.300Z\"}}",
"method": "POST",
"url": "/.netlify/git/github/git/commits?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "1512",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"c352b4ac1e613da62e6818717bc6f053\"",
"Location": "https://api.github.com/repos/owner/repo/git/commits/9acdb79e5502ef057bc5f0dda0386a09f51d3054",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "CDDC:5BA7:41A6D4:A4F720:5E1AE2AC",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4934",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"9acdb79e5502ef057bc5f0dda0386a09f51d3054\",\n \"node_id\": \"MDY6Q29tbWl0MjMzMzY1MDI3OjlhY2RiNzllNTUwMmVmMDU3YmM1ZjBkZGEwMzg2YTA5ZjUxZDMwNTQ=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/9acdb79e5502ef057bc5f0dda0386a09f51d3054\",\n \"html_url\": \"https://github.com/owner/repo/commit/9acdb79e5502ef057bc5f0dda0386a09f51d3054\",\n \"author\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"committer\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"tree\": {\n \"sha\": \"82eafa1f49c611e1dc1604216978a056de74d5ed\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/82eafa1f49c611e1dc1604216978a056de74d5ed\"\n },\n \"message\": \"Updating “posts/1970-01-01-first-title” metadata\",\n \"parents\": [\n {\n \"sha\": \"a87f10d69d2079ae75f367cd9ce8e35da7818f87\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/a87f10d69d2079ae75f367cd9ce8e35da7818f87\",\n \"html_url\": \"https://github.com/owner/repo/commit/a87f10d69d2079ae75f367cd9ce8e35da7818f87\"\n }\n ],\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n}\n",
"status": 201
},
{
"body": "{\"sha\":\"9acdb79e5502ef057bc5f0dda0386a09f51d3054\",\"force\":false}",
"method": "PATCH",
"url": "/.netlify/git/github/git/refs/meta/_netlify_cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"a408011be9faa33715135a383f3fecde\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "C0F4:5F0B:FED33:2312D0:5E1AE2AA",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4933",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "492"
},
"response": "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"9acdb79e5502ef057bc5f0dda0386a09f51d3054\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/9acdb79e5502ef057bc5f0dda0386a09f51d3054\"\n }\n}\n",
"status": 200
},
{
"method": "GET",
"url": "/.netlify/git/github/git/refs/meta/_netlify_cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"a408011be9faa33715135a383f3fecde\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "8398:1730:9B28A3:1659C7E:5E1AE2B3",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Poll-Interval": "300",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4932",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "2",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "492"
},
"response": "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"9acdb79e5502ef057bc5f0dda0386a09f51d3054\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/9acdb79e5502ef057bc5f0dda0386a09f51d3054\"\n }\n}\n",
"status": 200
},
{
"body": "{\"content\":\"eyJ0eXBlIjoiUFIiLCJwciI6eyJudW1iZXIiOjQsImhlYWQiOiIwN2U4ODlhYWRjODcwN2IyZDg1YWFlOTA5NWIwNDhiYzc5YWVkNjE1In0sInVzZXIiOiJuZXRsaWZ5Q01TIiwic3RhdHVzIjoicGVuZGluZ19wdWJsaXNoIiwiYnJhbmNoIjoiY21zL3Bvc3RzLzE5NzAtMDEtMDEtZmlyc3QtdGl0bGUiLCJjb2xsZWN0aW9uIjoicG9zdHMiLCJjb21taXRNZXNzYWdlIjoiQ3JlYXRlIFBvc3Qg4oCcMTk3MC0wMS0wMS1maXJzdC10aXRsZeKAnSIsInRpdGxlIjoiZmlyc3QgdGl0bGUiLCJkZXNjcmlwdGlvbiI6ImZpcnN0IGRlc2NyaXB0aW9uIiwib2JqZWN0cyI6eyJlbnRyeSI6eyJwYXRoIjoiY29udGVudC9wb3N0cy8xOTcwLTAxLTAxLWZpcnN0LXRpdGxlLm1kIiwic2hhIjoiNzYyNzIyYjc5Mjk0ZTgyNWU1ZjIyMTk0ZjkyNzNiNTNhMmEzZTZkNSJ9LCJmaWxlcyI6W119LCJ0aW1lU3RhbXAiOiIxOTcwLTAxLTAxVDAwOjAwOjAwLjMwMFoiLCJ2ZXJzaW9uIjoiMSJ9\",\"encoding\":\"base64\"}",
"method": "POST",
"url": "/.netlify/git/github/git/blobs?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "211",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"e316c9b5b9f8eb664cab1f3b53ee337a\"",
"Location": "https://api.github.com/repos/owner/repo/git/blobs/cdba941961de8dd26c0cb5ad58c35395f23b4f4f",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "DD34:7CCD:9632DF:159740A:5E1AE2B3",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4931",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"cdba941961de8dd26c0cb5ad58c35395f23b4f4f\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/cdba941961de8dd26c0cb5ad58c35395f23b4f4f\"\n}\n",
"status": 201
},
{
"body": "{\"base_tree\":\"9acdb79e5502ef057bc5f0dda0386a09f51d3054\",\"tree\":[{\"path\":\"posts/1970-01-01-first-title.json\",\"mode\":\"100644\",\"type\":\"blob\",\"sha\":\"cdba941961de8dd26c0cb5ad58c35395f23b4f4f\"}]}",
"method": "POST",
"url": "/.netlify/git/github/git/trees?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "866",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"d348d811a6956574e685aad296e87cdc\"",
"Location": "https://api.github.com/repos/owner/repo/git/trees/09997839e9e6180ca90ddfa763c35a16c41c4281",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B809BC:17E2B56:5E1AE2B4",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4930",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "0",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"09997839e9e6180ca90ddfa763c35a16c41c4281\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/09997839e9e6180ca90ddfa763c35a16c41c4281\",\n \"tree\": [\n {\n \"path\": \"README.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"98787d1bd948850444433e91a43091a76c4eb455\",\n \"size\": 114,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/98787d1bd948850444433e91a43091a76c4eb455\"\n },\n {\n \"path\": \"posts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"d8528ac11d7c56e104ea6ea422c88c540c60462a\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/d8528ac11d7c56e104ea6ea422c88c540c60462a\"\n }\n ],\n \"truncated\": false\n}\n",
"status": 201
},
{
"body": "{\"message\":\"Updating “posts/1970-01-01-first-title” metadata\",\"tree\":\"09997839e9e6180ca90ddfa763c35a16c41c4281\",\"parents\":[\"9acdb79e5502ef057bc5f0dda0386a09f51d3054\"],\"author\":{\"name\":\"netlifyCMS\",\"email\":\"netlifyCMS@netlify.com\",\"date\":\"1970-01-01T00:00:00.300Z\"}}",
"method": "POST",
"url": "/.netlify/git/github/git/commits?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Length": "1512",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "\"f17f632cbfdecfeb017cc133a254b10a\"",
"Location": "https://api.github.com/repos/owner/repo/git/commits/5dbabb73e9a73328d4fbcf1940a36547e59936ca",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B809DE:17E2BBC:5E1AE2B5",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4929",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP"
},
"response": "{\n \"sha\": \"5dbabb73e9a73328d4fbcf1940a36547e59936ca\",\n \"node_id\": \"MDY6Q29tbWl0MjMzMzY1MDI3OjVkYmFiYjczZTlhNzMzMjhkNGZiY2YxOTQwYTM2NTQ3ZTU5OTM2Y2E=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/5dbabb73e9a73328d4fbcf1940a36547e59936ca\",\n \"html_url\": \"https://github.com/owner/repo/commit/5dbabb73e9a73328d4fbcf1940a36547e59936ca\",\n \"author\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"committer\": {\n \"name\": \"netlifyCMS\",\n \"email\": \"netlifyCMS@netlify.com\",\n \"date\": \"1970-01-01T00:00:00Z\"\n },\n \"tree\": {\n \"sha\": \"09997839e9e6180ca90ddfa763c35a16c41c4281\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/09997839e9e6180ca90ddfa763c35a16c41c4281\"\n },\n \"message\": \"Updating “posts/1970-01-01-first-title” metadata\",\n \"parents\": [\n {\n \"sha\": \"9acdb79e5502ef057bc5f0dda0386a09f51d3054\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/9acdb79e5502ef057bc5f0dda0386a09f51d3054\",\n \"html_url\": \"https://github.com/owner/repo/commit/9acdb79e5502ef057bc5f0dda0386a09f51d3054\"\n }\n ],\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n}\n",
"status": 201
},
{
"body": "{\"sha\":\"5dbabb73e9a73328d4fbcf1940a36547e59936ca\",\"force\":false}",
"method": "PATCH",
"url": "/.netlify/git/github/git/refs/meta/_netlify_cms?ts=300",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "http://localhost:8080",
"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",
"Alt-Svc": "clear",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Content-Security-Policy": "default-src 'none'",
"Content-Type": "application/json; charset=utf-8",
"Etag": "W/\"a39ff504626d23432f3b9f56e2fd91f5\"",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Server": "Netlify",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"Via": "1.1 google",
"X-Accepted-Oauth-Scopes": "repo",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "deny",
"X-Github-Media-Type": "github.v3; format=json",
"X-Github-Request-Id": "A916:1680:B809F8:17E2BE4:5E1AE2B6",
"X-Oauth-Scopes": "delete_repo, repo, user:email",
"X-Ratelimit-Limit": "5000",
"X-Ratelimit-Remaining": "4928",
"X-Ratelimit-Reset": "1578823781",
"X-Xss-Protection": "1; mode=block",
"Age": "1",
"Connection": "keep-alive",
"Vary": "Origin,Accept,Authorization,Cookie,X-GitHub-OTP",
"content-length": "492"
},
"response": "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjMzMzY1MDI3OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"5dbabb73e9a73328d4fbcf1940a36547e59936ca\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/5dbabb73e9a73328d4fbcf1940a36547e59936ca\"\n }\n}\n",
"status": 200
}
]