2019-10-22 19:59:13 +03:00
[
{
"method" : "GET" ,
"url" : "/user" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:43 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4425" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"3044dbddb76593c2226b3192d1604131\"" ,
"Last-Modified" : "Tue, 05 Nov 2019 09:55:11 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FA5:450D6:6A415AF:7E8C0EE:5DCBBABF" ,
2019-10-22 19:59:13 +03:00
"content-length" : "1321" ,
"connection" : "keep-alive"
} ,
"response" : "{\"login\":\"owner\",\"id\":1,\"avatar_url\":\"https://avatars1.githubusercontent.com/u/7892489?v=4\",\"name\":\"owner\"}" ,
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/collaborators/owner/permission" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:44 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4424" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"b0c7ca4902ddcfd186497763d8e52620\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FA8:450E4:898B025:A3D7988:5DCBBABF" ,
2019-10-22 19:59:13 +03:00
"content-length" : "1071" ,
"connection" : "keep-alive"
} ,
"response" : "{\n \"permission\": \"admin\",\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}\n" ,
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/user?ts=0" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:44 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4423" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"3044dbddb76593c2226b3192d1604131\"" ,
"Last-Modified" : "Tue, 05 Nov 2019 09:55:11 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FAD:3A593:8D7BF3:A96CB9:5DCBBAC0" ,
2019-10-22 19:59:13 +03:00
"content-length" : "1321" ,
"connection" : "keep-alive"
} ,
"response" : "{\"login\":\"owner\",\"id\":1,\"avatar_url\":\"https://avatars1.githubusercontent.com/u/7892489?v=4\",\"name\":\"owner\"}" ,
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo?ts=0" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:45 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4422" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"88594626aa71471692c616b9d813a410\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FB2:3A596:65AB701:7970143:5DCBBAC0" ,
2019-10-22 19:59:13 +03:00
"content-length" : "7296" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/notifications{?since,all,p
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/git/trees/master:static/media?ts=0" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:46 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4421" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"0fdf5cd0f3854ddcb55c95a2b0effaaf\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FB9:2CFEA:66B3CFD:7A72C50:5DCBBAC1" ,
"content-length" : "3484" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"9b7699b57e1430910db82831dcf6b8a1d1dbdac9\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/9b7699b57e1430910db82831dcf6b8a1d1dbdac9\",\n \"tree\": [\n {\n \"path\": \"42-line-bible.jpg\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"41c8d12f9ca5864beb827c381fbeff935209d5fb\",\n \"size\": 671242,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/41c8d12f9ca5864beb827c381fbeff935209d5fb\"\n },\n {\n \"path\": \"gutenberg.jpg\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"04315e355873ea5d358d9c371c39a6845c1ae4ae\",\n \"size\": 155002,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/04315e355873ea5d358d9c371c39a6845c1ae4ae\"\n },\n {\n \"path\": \"image-0.jpg\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"b70a1b64fd4fa9635823231a0ba92c6dc9393f16\",\n \"size\": 660287,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/b70a1b64fd4fa9635823231a0ba92c6dc9393f16\"\n },\n {\n \"path\": \"image-1.jpg\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"05eedae372b829c62501ac751b2d42dcc432541b\",\n \"size\": 392411,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/05eedae372b829c62501ac751b2d42dcc432541b\"\n },\n {\n \"path\": \"image-2.jpg\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"53845ed35faf8939bea242bb85eda7c324b1be0b\",\n \"size\": 99147,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/53845ed35faf8939bea242bb85eda7c324b1be0b\"\n },\n {\n \"path\": \"image-3.jpg\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"8b2339d97069e826fae1f156212e40ae458454e3\",\n \"size\": 358022,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/8b2339d97069e826fae1f156212e40ae458454e3\"\n },\n {\n \"path\": \"image-4.jpg\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"a8f6f21253a67a4284b5a953b2fe633d44152ecd\",\n \"size\": 114837,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/a8f6f21253a67a4284b5a953b2fe633d44152ecd\"\n },\n {\n \"path\": \"movable-type.jpg\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"57b4e925ea00bd8e195cf4418eb6eb2995ea5f10\",\n \"size\": 559028,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/57b4e925ea00bd8e195cf4418eb6eb2995ea5f10\"\n },\n {\n \"path\": \"printing-press.jpg\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"d27f56c9437d9becd2f56cc627c9322c2f1f61f6\",\n \"size\": 279283,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/d27f56c9437d9becd2f56cc627c9322c2f1f61f6\"\n },\n {\n \"path\": \"type-through-time.jpg\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"3f08366a805c51a60ec5056010f22de4ba08abaa\",\n \"size\": 117689,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/3f08366a805c51a60ec5056010f22de4ba08abaa\"\n }\n ],\n \"truncated\": false\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/git/trees/master:content/posts?ts=0" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:46 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4420" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"763e1d84f682f0f5ebf505b50b9779c3\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FB8:43EF6:67806E0:7B90222:5DCBBAC1" ,
"content-length" : "2030" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"34892575e216c06e757093f036bd8e057c78a52f\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/34892575e216c06e757093f036bd8e057c78a52f\",\n \"tree\": [\n {\n \"path\": \"2016-01-09---Perfecting-the-Art-of-Perfection.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"6d51a38aed7139d2117724b1e307657b6ff2d043\",\n \"size\": 1707,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/6d51a38aed7139d2117724b1e307657b6ff2d043\"\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" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/git/blobs/6d51a38aed7139d2117724b1e307657b6ff2d043?ts=0" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:46 GMT" ,
"Content-Type" : "text/plain; charset=iso-8859-1" ,
2019-10-22 19:59:13 +03:00
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4418" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"880e3bac59446485deb0c1abb21f88a7\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FC9:450D3:1A7BBF2:1FC3309:5DCBBAC2" ,
"content-length" : "1707" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "---\ntitle: Perfecting the Art of Perfection\ndate: \"2016-09-01T23:46:37.121Z\"\ntemplate: \"post\"\ndraft: false\ncategory: \"Design Inspiration\"\ntags:\n - \"Handwriting\"\n - \"Learning to write\"\ndescription: \"Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui. Praesent blandit dolor. Sed non quam. In vel mi sit amet augue congue elementum.\"\ncanonical: ''\n---\n\nQuisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui. Praesent blandit dolor. Sed non quam. In vel mi sit amet augue congue elementum.\n\n![Nulla faucibus vestibulum eros in tempus. Vestibulum tempor imperdiet velit nec dapibus](/media/image-2.jpg)\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. \n\nPraesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus." ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/git/blobs/d0582dd245a3f408fb3fe2333bf01400007476e9?ts=0" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:46 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "text/plain; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4419" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"4bb0ef1407b91842a124b4e17cae8d76\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FBE:450D5:3AF0B8D:468FB43:5DCBBAC2" ,
2019-10-22 19:59:13 +03:00
"content-length" : "2565" ,
"connection" : "keep-alive"
} ,
"response" : "---\ntitle: The Origins of Social Stationery Lettering\ndate: \"2016-12-01T22:40:32.169Z\"\ntemplate: \"post\"\ndraft: false\ncategory: \"Design Culture\"\ndescription: \"Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante.\"\ncanonical: ''\n---\n\n**Pellentesque habitant morbi tristique** senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. *Aenean ultricies mi vitae est.* Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. \n\nVestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. [Donec non enim](#) in turpis pulvinar facilisis.\n\n![Nulla faucibus vestibulum eros in tempus. Vestibulum tempor imperdiet velit nec dapibus](/media/image-3.jpg)\n\n## Header Level 2\n\n+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\n+ Aliquam tincidunt mauris eu risus.\n\nDonec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. \n\n<figure>\n\t<blockquote>\n\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p>\n\t\t<footer>\n\t\t\t<cite>— Aliquam tincidunt mauris eu risus.</cite>\n\t\t</footer>\n\t</blockquote>\n</figure>\n\n### Header Level 3\n\n+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\n+ Aliquam tincidunt mauris eu risus.\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra.\n\n```css\n#header h1 a {\n display: block;\n width: 300px;\n height: 80px;\n}\n```\n\nDonec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus." ,
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/git/blobs/0eea554365f002d0f1572af9a58522d335a794d5?ts=0" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:46 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "text/plain; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4417" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"344dacc2b3cff4f660ef0b37285bbebc\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FCA:2CFEA:66B3DFF:7A72D8B:5DCBBAC2" ,
"content-length" : "2786" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "---\ntitle: \"A Brief History of Typography\"\ndate: \"2016-02-02T22:40:32.169Z\"\ntemplate: \"post\"\ndraft: false\ncategory: \"Design Inspiration\"\ntags:\n - \"Linotype\"\n - \"Monotype\"\n - \"History of typography\"\n - \"Helvetica\"\ndescription: \"Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.\"\ncanonical: ''\n---\n\n**Pellentesque habitant morbi tristique** senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. *Aenean ultricies mi vitae est.* Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. \n\nVestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. [Donec non enim](#) in turpis pulvinar facilisis.\n\n![Nulla faucibus vestibulum eros in tempus. Vestibulum tempor imperdiet velit nec dapibus](/media/image-0.jpg)\n\n## Header Level 2\n\n+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\n+ Aliquam tincidunt mauris eu risus.\n\nDonec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. \n\n<figure>\n\t<blockquote>\n\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p>\n\t\t<footer>\n\t\t\t<cite>— Aliquam tincidunt mauris eu risus.</cite>\n\t\t</footer>\n\t</blockquote>\n</figure>\n\n### Header Level 3\n\n+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\n+ Aliquam tincidunt mauris eu risus.\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra.\n\n```css\n#header h1 a {\n display: block;\n width: 300px;\n height: 80px;\n}\n```\n\nVestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus." ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/git/blobs/a532f0a9445cdf90a19c6812cff89d1674991774?ts=0" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:46 GMT" ,
"Content-Type" : "text/plain; charset=utf-8" ,
2019-10-22 19:59:13 +03:00
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4416" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"29a58f48940ff3d2dc5509a5f67ff405\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FCB:2CFED:905983B:ABD9400:5DCBBAC2" ,
"content-length" : "7465" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "---\ntitle: Humane Typography in the Digital Age\ndate: \"2017-08-19T22:40:32.169Z\"\ntemplate: \"post\"\ndraft: false\ncategory: \"Typography\"\ntags:\n - \"Design\"\n - \"Typography\"\n - \"Web Development\"\ndescription: \"An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.\" \ n c a n o n i c a l : ' ' \ n - - - \ n \ n - [ T h e f i r s t t r a n s i t i o n ] ( # t h e - f i r s t - t r a n s i t i o n ) \ n - [ T h e d i g i t a l a g e ] ( # t h e - d i g i t a l - a g e ) \ n - [ L o s s o f h u m a n i t y t h r o u g h t r a n s i t i o n s ] ( # l o s s - o f - h u m a n i t y - t h r o u g h - t r a n s i t i o n s ) \ n - [ C h a s i n g p e r f e c t i o n ] ( # c h a s i n g - p e r f e c t i o n ) \ n \ n A n E s s a y o n T y p o g r a p h y b y E r i c G i l l t a k e s t h e r e a d e r b a c k t o t h e y e a r 1930 . T h e y e a r w h e n a c o n f l i c t b e t w e e n t w o w o r l d s c a m e t o i t s t e r m . T h e m a c h i n e s o f t h e i n d u s t r i a l w o r l d f i n a l l y t o o k o v e r t h e h a n d i c r a f t s . \ n \ n T h e t y p o g r a p h y o f t h i s i n d u s t r i a l a g e w a s n o l o n g e r h a n d c r a f t e d . M a s s p r o d u c t i o n a n d p r o f i t b e c a m e m o r e i m p o r t a n t . Q u a n t i t y m a t t e r e d m o r e t h a n t h e q u a l i t y . T h e b o o k s a n d p r i n t e d w o r k s i n g e n e r a l l o s t a p a r t o f i t s h u m a n i t y . T h e t y p e f a c e s w e r e n o t p r o d u c e d b y c r a f t s m e n a n y m o r e . I t w a s t h e m a c h i n e s p r i n t i n g a n d t y i n g t h e b o o k s t o g e t h e r n o w . T h e c r a f t s m e n h a d t o l e t g o o f t h e i r c r a f t a n d b e c a m e a c o g i n t h e p r o c e s s . A n e x t e n s i o n o f t h e i n d u s t r i a l m a c h i n e . \ n \ n B u t t h e v i c t o r y o f t h e i n d u s t r i a l i s m d i d n ’ t m e a n t h a t t h e c r a f t s m e n w e r e c o m p l e t e l y e x t i n c t . T h e t w o w o r l d s c o n t i n u e d t o c o e x i s t i n d e p e n d e n t l y . E a c h r e c o g n i s i n g t h e g o o d i n t h e o t h e r — t h e p o w e r o f i n d u s t r i a l i s m a n d t h e h u m a n i t y o f c r a f t s m a n s h i p . T h i s w a s t h e s e c o n d t r a n s i t i o n t h a t w o u l d s t r i p t y p o g r a p h y o f a p a r t o f i t s h u m a n i t y . W e h a v e t o g o 500 y e a r s b a c k i n t i m e t o m e e t t h e f i r s t o n e . \ n \ n # # T h e f i r s t t r a n s i t i o n \ n \ n A s i m i l a r c o n f l i c t e m e r g e d a f t e r t h e i n v e n t i o n o f t h e f i r s t p r i n t i n g p r e s s i n E u r o p e . J o h a n n e s G u t e n b e r g i n v e n t e d m o v a b l e t y p e a n d u s e d i t t o p r o d u c e d i f f e r e n t c o m p o s i t i o n s . H i s w o r k s h o p c o u l d p r i n t u p t o 240 i m p r e s s i o n s p e r h o u r . U n t i l t h e n , t h e b o o k s w e r e b e i n g c o p i e d b y h a n d . A l l t h e b o o k s w e r e h a n d w r i t t e n a n d d e c o r a t e d w i t h h a n d d r a w n o r n a m e n t s a n d f i g u r e s . A p r o c e s s o f c o p y i n g a b o o k w a s l o n g b u t e a c h b o o k , e v e n a c o p y , w a s a w o r k o f a r t . \ n \ n T h e f i r s t p r i n t e d b o o k s w e r e , a t f i r s t , p e r c e i v e d a s i n f e r i o r t o t h e h a n d w r i t t e n o n e s . T h e y w e r e s m a l l e r a n d c h e a p e r t o p r o d u c e . M o v a b l e t y p e p r o v i d e d t h e p r i n t e r s w i t h f l e x i b i l i t y t h a t a l l o w e d t h e m t o p r i n t b o o k s i n l a n g u a g e s o t h e r t h a n L a t i n . G i l l d e s c r i b e s t h e t r a n s i t i o n t o i n d u s t r i a l i s m a s s o m e t h i n g t h a t p e o p l e n e e d e d a n d w a n t e d . S o m e t h i n g s i m i l a r h a p p e n e d a f t e r t h e f i r s t p r i n t e d b o o k s e m e r g e d . P e o p l e w a n t e d b o o k s i n a l a n g u a g e t h e y u n d e r s t o o d a n d t h e y w a n t e d b o o k s t h e y c o u l d t a k e w i t h t h e m . T h e y w e r e h u n g r y f o r k n o w l e d g e a n d p r i n t e d b o o k s s a t i s f i e d t h i s h u n g e r . \ n \ n ! [ 42 - l i n e - b i b l e . j p g ] ( / m e d i a / 42 - l i n e - b i b l e . j p g ) \ n \ n * T h e 42 – L i n e B i b l e , p r i n t e d b y G u t e n b e r g . * \ n \ n B u t , t h r o u g h t h i s t r a n s i t i o n , t h e b o o k l o s t a l a r g e p a r t o f i t s h u m a n i t y . T h e m a c h i n e t o o k o v e r m o s t o f t h e p r o c e s s b u t c r a f t s m a n s h i p w a s s t i l l a p a r t o f i t . T h e t y p e f a c e s w e r e c u t m a n u a l l y b y t h e f i r s t p u n c h c u t t e r s . T h e p a p e r w a s m a d e b y h a n d . T h e i l l u s t r a t i o n s a n d o r n a m e n t s w e r e s t i l l b e i n g h a n d d r a w n . T h e s e w e r e t h e r e m a i n s o f t h e c r a f t s m a n s h i p t h a t w e n t a l m o s t e x t i n c t i n t h e t i m e s o f E r i c G i l l . \ n \ n # # T h e d i g i t a l a g e \ n \ n T h e f i r s t t r a n s i t i o n t o o k a w a y a l a r g e p a r t o f h u m a n i t y f r o m w r i t t e n c o m m u n i c a t i o n . I n d u s t r i a l i s a t i o n , t h e s e c o n d t r a n s i t i o n d e s c r i b e d b y E r i c G i l l , t o o k a w a y m o s t o f w h a t w a s l e f t . B u t i t ’ s t h e t h i r d t r a n s i t i o n t h a t s t r i p p e d i t n a k e d . T y p e f a c e s a r e f a c e l e s s t h e s e d a y s . T h e y ’ r e j u s t f o n t s o n o u r c o m p u t e r s . H a r d l y a n y o n e k n o w s t h e i r s t o r i e s . H a r d l y a n y o n e c a r e s . F l i c k i n g t h r o u g h t h o u s a n d s o f t y p e f a c e s a n d f i n d i n g t h e “ r i g h t o n e ” i s a m a t t e r o f m i n u t e s . \ n \ n > I n t h e n e w c o m p u t e r a g e t h e p r o l i f e r a t i o n o f t y p e f a c e s a n d t y p e m a n i p u l a t i o n s r e p r e s e n t s a n e w l e v e l o f v i s u a l p o l l u t i o n t h r e a t e n i n g o u r c u l t u r e . O u t o f t h o u s a n d s o f t y p e f a c e s , a l l w e n e e d a r e a f e w b a s i c o n e s , a n d t r a s h t h e r e s t . \ n > \ n — M a s s i m o V i g n e l l i \ n \ n T y p o g r a p h y i s n o t
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/git/blobs/44f78c474d04273185a95821426f75affc9b0044?ts=0" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:46 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "text/plain; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4415" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"64aba4bc04422f7e2591ed3ffdba868b\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FC8:43EF8:8A16A15:A4743D8:5DCBBAC2" ,
"content-length" : "16071" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "---\ntitle: \"Johannes Gutenberg: The Birth of Movable Type\"\ndate: \"2017-08-18T22:12:03.284Z\"\ntemplate: \"post\"\ndraft: false\ncategory: \"Typography\"\ntags:\n - \"Open source\"\n - \"Gatsby\"\n - \"Typography\"\ndescription: \"German inventor Johannes Gutenberg developed a method of movable type and used it to create one of the western world’ s first major printed books, the “Forty– Two– Line” Bible.\"\ncanonical: ''\n---\n\nGerman inventor Johannes Gutenberg developed a method of movable type and used it to create one of the western world’ s first major printed books, the “Forty– Two– Line” Bible.\n\n**Johannes Gensfleisch zur Laden zum Gutenberg** (c. 1398 – 1468) was a German blacksmith, goldsmith, printer, and publisher who introduced printing to Europe. His invention of mechanical movable type printing started the Printing Revolution and is widely regarded as the most important event of the modern period. It played a key role in the development of the Renaissance, Reformation, the Age of Enlightenment, and the Scientific revolution and laid the material basis for the modern knowledge-based economy and the spread of learning to the masses.\n\n<figure class=\"float-right\" style=\"width: 240px\">\n\t<img src=\"/media/gutenberg.jpg\" alt=\"Gutenberg\" > \ n \ t < f i g c a p t i o n > J o h a n n e s G u t e n b e r g < / f i g c a p t i o n > \ n < / f i g u r e > \ n \ n W i t h h i s i n v e n t i o n o f t h e p r i n t i n g p r e s s , G u t e n b e r g w a s t h e f i r s t E u r o p e a n t o u s e m o v a b l e t y p e p r i n t i n g , i n a r o u n d 1439 . A m o n g h i s m a n y c o n t r i b u t i o n s t o p r i n t i n g a r e : t h e i n v e n t i o n o f a p r o c e s s f o r m a s s - p r o d u c i n g m o v a b l e t y p e ; t h e u s e o f o i l - b a s e d i n k ; a n d t h e u s e o f a w o o d e n p r i n t i n g p r e s s s i m i l a r t o t h e a g r i c u l t u r a l s c r e w p r e s s e s o f t h e p e r i o d . H i s t r u l y e p o c h a l i n v e n t i o n w a s t h e c o m b i n a t i o n o f t h e s e e l e m e n t s i n t o a p r a c t i c a l s y s t e m t h a t a l l o w e d t h e m a s s p r o d u c t i o n o f p r i n t e d b o o k s a n d w a s e c o n o m i c a l l y v i a b l e f o r p r i n t e r s a n d r e a d e r s a l i k e . G u t e n b e r g ' s m e t h o d f o r m a k i n g t y p e i s t r a d i t i o n a l l y c o n s i d e r e d t o h a v e i n c l u d e d a t y p e m e t a l a l l o y a n d a h a n d m o u l d f o r c a s t i n g t y p e . T h e a l l o y w a s a m i x t u r e o f l e a d , t i n , a n d a n t i m o n y t h a t m e l t e d a t a r e l a t i v e l y l o w t e m p e r a t u r e f o r f a s t e r a n d m o r e e c o n o m i c a l c a s t i n g , c a s t w e l l , a n d c r e a t e d a d u r a b l e t y p e . \ n \ n I n R e n a i s s a n c e E u r o p e , t h e a r r i v a l o f m e c h a n i c a l m o v a b l e t y p e p r i n t i n g i n t r o d u c e d t h e e r a o f m a s s c o m m u n i c a t i o n w h i c h p e r m a n e n t l y a l t e r e d t h e s t r u c t u r e o f s o c i e t y . T h e r e l a t i v e l y u n r e s t r i c t e d c i r c u l a t i o n o f i n f o r m a t i o n — i n c l u d i n g r e v o l u t i o n a r y i d e a s — t r a n s c e n d e d b o r d e r s , c a p t u r e d t h e m a s s e s i n t h e R e f o r m a t i o n a n d t h r e a t e n e d t h e p o w e r o f p o l i t i c a l a n d r e l i g i o u s a u t h o r i t i e s ; t h e s h a r p i n c r e a s e i n l i t e r a c y b r o k e t h e m o n o p o l y o f t h e l i t e r a t e e l i t e o n e d u c a t i o n a n d l e a r n i n g a n d b o l s t e r e d t h e e m e r g i n g m i d d l e c l a s s . A c r o s s E u r o p e , t h e i n c r e a s i n g c u l t u r a l s e l f - a w a r e n e s s o f i t s p e o p l e l e d t o t h e r i s e o f p r o t o - n a t i o n a l i s m , a c c e l e r a t e d b y t h e f l o w e r i n g o f t h e E u r o p e a n v e r n a c u l a r l a n g u a g e s t o t h e d e t r i m e n t o f L a t i n ' s s t a t u s a s l i n g u a f r a n c a . I n t h e 19 t h c e n t u r y , t h e r e p l a c e m e n t o f t h e h a n d - o p e r a t e d G u t e n b e r g - s t y l e p r e s s b y s t e a m - p o w e r e d r o t a r y p r e s s e s a l l o w e d p r i n t i n g o n a n i n d u s t r i a l s c a l e , w h i l e W e s t e r n - s t y l e p r i n t i n g w a s a d o p t e d a l l o v e r t h e w o r l d , b e c o m i n g p r a c t i c a l l y t h e s o l e m e d i u m f o r m o d e r n b u l k p r i n t i n g . \ n \ n T h e u s e o f m o v a b l e t y p e w a s a m a r k e d i m p r o v e m e n t o n t h e h a n d w r i t t e n m a n u s c r i p t , w h i c h w a s t h e e x i s t i n g m e t h o d o f b o o k p r o d u c t i o n i n E u r o p e , a n d u p o n w o o d b l o c k p r i n t i n g , a n d r e v o l u t i o n i z e d E u r o p e a n b o o k - m a k i n g . G u t e n b e r g ' s p r i n t i n g t e c h n o l o g y s p r e a d r a p i d l y t h r o u g h o u t E u r o p e a n d l a t e r t h e w o r l d . \ n \ n H i s m a j o r w o r k , t h e G u t e n b e r g B i b l e ( a l s o k n o w n a s t h e 42 - l i n e B i b l e ) , h a s b e e n a c c l a i m e d f o r i t s h i g h a e s t h e t i c a n d t e c h n i c a l q u a l i t y . \ n \ n # # P r i n t i n g P r e s s \ n \ n A r o u n d 1439 , G u t e n b e r g w a s i n v o l v e d i n a f i n a n c i a l m i s a d v e n t u r e m a k i n g p o l i s h e d m e t a l m i r r o r s ( w h i c h w e r e b e l i e v e d t o c a p t u r e h o l y l i g h t f r o m r e l i g i o u s r e l i c s ) f o r s a l e t o p i l g r i m s t o A a c h e n : i n 1439 t h e c i t y w a s p l a n n i n g t o e x h i b i t i t s c o l l e c t i o n o f r e l i c s f r o m E m p e r o r C h a r l e m a g n e b u t t h e e v e n t w a s d e l a y e d b y o n e y e a r d u e t o a s e v e r e f l o o d a n d t h e c a p i t a l a l r e a d y s p e
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/contents/1970-01-01-first-title.json?ts=300&ref=refs/meta/_netlify_cms" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:50 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/vnd.github.VERSION.raw; charset=utf-8" ,
"Content-Length" : "472" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4414" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"4e8e2f0360b786aa89a5e6b2cdaa44412e7ff9eb\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:25 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FCF:2CFED:9059D4A:ABD9A21:5DCBBAC5" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\"type\":\"PR\",\"pr\":{\"number\":3,\"head\":\"7449fac988578204d2b8ad477d151e659a7dd116\"},\"user\":\"owner\",\"status\":\"pending_publish\",\"branch\":\"cms/1970-01-01-first-title\",\"collection\":\"posts\",\"commitMessage\":\"Create Post “1970-01-01-first-title”\",\"title\":\"first title\",\"description\":\"first description\",\"objects\":{\"entry\":{\"path\":\"content/posts/1970-01-01-first-title.md\",\"sha\":\"a041245814892e3f73f63ca54333fda649b7fc0b\"},\"files\":[]},\"timeStamp\":\"1970-01-01T00:00:00.300Z\"}" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/contents/content/posts/1970-01-01-first-title.md?ts=300&ref=cms/1970-01-01-first-title" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:50 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "404 Not Found" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4413" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FD6:450D5:3AF0DDC:468FE18:5DCBBAC6" ,
"content-length" : "148" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"message\": \"No commit found for the ref cms/1970-01-01-first-title\",\n \"documentation_url\": \"https://developer.github.com/v3/repos/contents/\"\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 404
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/contents/content/posts/1970-01-01-first-title.md?ts=300&ref=master" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:50 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "404 Not Found" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4412" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FD7:33B09:699BCCC:7E114BC:5DCBBAC6" ,
"content-length" : "116" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"message\": \"Not Found\",\n \"documentation_url\": \"https://developer.github.com/v3/repos/contents/#get-contents\"\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 404
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/contents/content/posts/1970-01-01-first-title.md?ts=300&ref=master" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:51 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "404 Not Found" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4411" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FD8:3A594:1BB7763:2143C43:5DCBBAC6" ,
2019-10-22 19:59:13 +03:00
"content-length" : "116" ,
"connection" : "keep-alive"
} ,
"response" : "{\n \"message\": \"Not Found\",\n \"documentation_url\": \"https://developer.github.com/v3/repos/contents/#get-contents\"\n}\n" ,
"status" : 404
} ,
{
"body" : "{\"content\":\"LS0tCnRlbXBsYXRlOiBwb3N0CnRpdGxlOiBmaXJzdCB0aXRsZQpkcmFmdDogdHJ1ZQpkYXRlOiAxOTcwLTAxLTAxVDAwOjAwOjAwLjAwMFoKZGVzY3JpcHRpb246IGZpcnN0IGRlc2NyaXB0aW9uCmNhdGVnb3J5OiBmaXJzdCBjYXRlZ29yeQp0YWdzOgogIC0gdGFnMQotLS0KZmlyc3QgYm9keQo=\",\"encoding\":\"base64\"}" ,
"method" : "POST" ,
"url" : "/repos/owner/repo/git/blobs?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:52 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "207" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4410" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"2322927891cae93acf08fdda52d363ea\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"Location" : "https://api.github.com/repos/owner/repo/git/blobs/a041245814892e3f73f63ca54333fda649b7fc0b" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FDD:33B08:3EE3F38:4B0AA5D:5DCBBAC7" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
"response" : "{\n \"sha\": \"a041245814892e3f73f63ca54333fda649b7fc0b\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/a041245814892e3f73f63ca54333fda649b7fc0b\"\n}\n" ,
"status" : 201
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/branches/master?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:52 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4409" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"ca6df3e2b807aab3be313d613fe0b5e4\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FE2:2CFEA:66B455C:7A73662:5DCBBAC8" ,
"content-length" : "5379" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"name\": \"master\",\n \"commit\": {\n \"sha\": \"1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"node_id\": \"MDY6Q29tbWl0MjIxNDA0OTA5OjFjY2IwY2JlM2RkZDJkYjE3YWM2MGVlMzdhNDQxOTdkMzk3YjcyNTA=\",\n \"commit\": {\n \"author\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-10-21T15:37:06Z\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\",\n \"date\": \"2019-10-21T15:37:06Z\"\n },\n \"message\": \"Update README.md\",\n \"tree\": {\n \"sha\": \"9b14f53f9ae27ef26ec092a587f91141486cad24\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/9b14f53f9ae27ef26ec092a587f91141486cad24\"\n },\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"comment_count\": 0,\n \"verification\": {\n \"verified\": true,\n \"reason\": \"valid\",\n \"signature\": \"-----BEGIN PGP SIGNATURE-----\\n\\nwsBcBAABCAAQBQJdrdCiCRBK7hj4Ov3rIwAAdHIIAKLj048A/FGA7T0d5vHeCNGc\\nT5mwS+GuOlx2ILZOXDqZnre/+7T84Bv2X7qqaRbpXG7y19gm8Q/kPKkWYksn+QGn\\nDFNgbzQ6b/AA4GO53ulcJuTexk4wvWWM5xErQ9W226B1BVHI6cuF3ohq3vwN9uDC\\ni1fFpTtyU9Yzgx4+/Ktc2/iX+N65PVmhNtu3KZn7NK/ahF+4UaT++mkTPThAA8i3\\nZQ5f93VFV6bx5j/7jW2lVBRS9k3NrhrLQH8CrtLQu5D2oY9iMA2TGFv/nB+Da55l\\ner7T1ACrhEpbhQQTVAU0mBjQFSxVgulzK+ycLWdyhdniBkw1da1qJT2IAuRBF+c=\\n=9nPQ\\n-----END PGP SIGNATURE-----\\n\",\n \"payload\": \"tree 9b14f53f9ae27ef26ec092a587f91141486cad24\\nparent 217bbbf6bf84a8e1b31f7262ed5449108d22bd59\\nauthor owner <owner@users.noreply.github.com> 1571672226 +0300\\ncommitter GitHub <noreply@github.com> 1571672226 +0300\\n\\nUpdate README.md\"\n }\n },\n \"url\": \"https://api.github.com/repos/owner/repo/commits/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"html_url\": \"https://github.com/owner/repo/commit/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"comments_url\": \"https://api.github.com/repos/owner/repo/commits/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250/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\": \"web-flow\",\n \"id\": 19864447,\n \"node_id\": \"MDQ6VXNlcjE5ODY0NDQ3\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/web-flow\",\n \"html_url\": \"https://github.com/web-flow\",\n \"followers_url\": \"https://api.github.com/users/web-flow/followers\",\n \"following_url\": \"https://api.github.com/users/web-flow/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/web-flow/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/web-flow/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/web-flow/subscriptions\",\n \"organizations_url\" :
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/git/trees/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250?ts=300" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:53 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4408" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"347da4c3e9e1d5b2c05447eb53a75caf\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FE3:BBF0:1CE99A6:227A5CF:5DCBBAC8" ,
2019-10-22 19:59:13 +03:00
"content-length" : "11769" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"tree\": [\n {\n \"path\": \".circleci\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"e5e9af3301cac61f120b8e4d40b1733c7a45685a\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/e5e9af3301cac61f120b8e4d40b1733c7a45685a\"\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\": \"10a369ddf4f603337cabc6f21646508323941ce1\",\n \"size\": 135,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/10a369ddf4f603337cabc6f21646508323941ce1\"\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\": \".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
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/git/trees/0294ef106c58743907a5c855da1eb0f87b0b6dfc?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:53 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4407" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"e98a675f711752ab78ffbd2b2335f9c4\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FE8:3A596:65AC04B:7970C88:5DCBBAC9" ,
2019-10-22 19:59:13 +03:00
"content-length" : "831" ,
"connection" : "keep-alive"
} ,
"response" : "{\n \"sha\": \"0294ef106c58743907a5c855da1eb0f87b0b6dfc\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/0294ef106c58743907a5c855da1eb0f87b0b6dfc\",\n \"tree\": [\n {\n \"path\": \"pages\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"1f5cc182dad3e6fae6a9d605d19b3c9f4cb73363\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/1f5cc182dad3e6fae6a9d605d19b3c9f4cb73363\"\n },\n {\n \"path\": \"posts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"34892575e216c06e757093f036bd8e057c78a52f\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/34892575e216c06e757093f036bd8e057c78a52f\"\n }\n ],\n \"truncated\": false\n}\n" ,
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/git/trees/34892575e216c06e757093f036bd8e057c78a52f?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:54 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4406" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"763e1d84f682f0f5ebf505b50b9779c3\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FE9:33B0A:8A9D68F:A559DE1:5DCBBAC9" ,
2019-10-22 19:59:13 +03:00
"content-length" : "2030" ,
"connection" : "keep-alive"
} ,
"response" : "{\n \"sha\": \"34892575e216c06e757093f036bd8e057c78a52f\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/34892575e216c06e757093f036bd8e057c78a52f\",\n \"tree\": [\n {\n \"path\": \"2016-01-09---Perfecting-the-Art-of-Perfection.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"6d51a38aed7139d2117724b1e307657b6ff2d043\",\n \"size\": 1707,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/6d51a38aed7139d2117724b1e307657b6ff2d043\"\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
} ,
{
"body" : "{\"base_tree\":\"34892575e216c06e757093f036bd8e057c78a52f\",\"tree\":[{\"path\":\"1970-01-01-first-title.md\",\"mode\":\"100644\",\"type\":\"blob\",\"sha\":\"a041245814892e3f73f63ca54333fda649b7fc0b\"}]}" ,
"method" : "POST" ,
"url" : "/repos/owner/repo/git/trees?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:55 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "2362" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4405" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"9f5e9fab5889373d1ac19193c49a67ea\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"Location" : "https://api.github.com/repos/owner/repo/git/trees/ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FEE:450E4:898C106:A3D8E42:5DCBBACA" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
"response" : "{\n \"sha\": \"ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba\",\n \"tree\": [\n {\n \"path\": \"1970-01-01-first-title.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"a041245814892e3f73f63ca54333fda649b7fc0b\",\n \"size\": 167,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/a041245814892e3f73f63ca54333fda649b7fc0b\"\n },\n {\n \"path\": \"2016-01-09---Perfecting-the-Art-of-Perfection.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"6d51a38aed7139d2117724b1e307657b6ff2d043\",\n \"size\": 1707,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/6d51a38aed7139d2117724b1e307657b6ff2d043\"\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" : 201
} ,
{
"body" : "{\"base_tree\":\"0294ef106c58743907a5c855da1eb0f87b0b6dfc\",\"tree\":[{\"path\":\"posts\",\"mode\":\"040000\",\"type\":\"tree\",\"sha\":\"ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba\",\"parentSha\":\"34892575e216c06e757093f036bd8e057c78a52f\"}]}" ,
"method" : "POST" ,
"url" : "/repos/owner/repo/git/trees?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:55 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "831" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4404" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"199b3c6c7d3f2bcfc45c22baa81f7770\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"Location" : "https://api.github.com/repos/owner/repo/git/trees/93da0f3541510f5f9ec829a3cdc6e8147f611639" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FF3:3A594:1BB7931:2143E6D:5DCBBACB" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
"response" : "{\n \"sha\": \"93da0f3541510f5f9ec829a3cdc6e8147f611639\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/93da0f3541510f5f9ec829a3cdc6e8147f611639\",\n \"tree\": [\n {\n \"path\": \"pages\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"1f5cc182dad3e6fae6a9d605d19b3c9f4cb73363\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/1f5cc182dad3e6fae6a9d605d19b3c9f4cb73363\"\n },\n {\n \"path\": \"posts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba\"\n }\n ],\n \"truncated\": false\n}\n" ,
"status" : 201
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"base_tree\":\"1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\"tree\":[{\"path\":\"content\",\"mode\":\"040000\",\"type\":\"tree\",\"sha\":\"93da0f3541510f5f9ec829a3cdc6e8147f611639\",\"parentSha\":\"0294ef106c58743907a5c855da1eb0f87b0b6dfc\"}]}" ,
2019-10-22 19:59:13 +03:00
"method" : "POST" ,
"url" : "/repos/owner/repo/git/trees?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:56 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "11769" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4403" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"df03b9f2a5c710df199b70b4a0d6a3db\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
2019-11-13 10:02:47 +01:00
"Location" : "https://api.github.com/repos/owner/repo/git/trees/7a3255564d758757a5cbaeca450a35874e6f3e48" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FF8:3A595:3DFF7CF:4A1E720:5DCBBACC" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"7a3255564d758757a5cbaeca450a35874e6f3e48\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/7a3255564d758757a5cbaeca450a35874e6f3e48\",\n \"tree\": [\n {\n \"path\": \".circleci\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"e5e9af3301cac61f120b8e4d40b1733c7a45685a\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/e5e9af3301cac61f120b8e4d40b1733c7a45685a\"\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\": \"10a369ddf4f603337cabc6f21646508323941ce1\",\n \"size\": 135,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/10a369ddf4f603337cabc6f21646508323941ce1\"\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\": \".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
2019-10-22 19:59:13 +03:00
"status" : 201
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"message\":\"Create Post “1970-01-01-first-title”\",\"tree\":\"7a3255564d758757a5cbaeca450a35874e6f3e48\",\"parents\":[\"1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\"]}" ,
2019-10-22 19:59:13 +03:00
"method" : "POST" ,
"url" : "/repos/owner/repo/git/commits?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:57 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "1504" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4402" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"92f972e87d634a825f9d5e2fda16a5af\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
2019-11-13 10:02:47 +01:00
"Location" : "https://api.github.com/repos/owner/repo/git/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FF9:2CFEA:66B4BAC:7A73DF2:5DCBBACC" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"node_id\": \"MDY6Q29tbWl0MjIxNDA0OTA5OmYyYjNmYjliZDc1Y2I3ODY4OGI4ZDUwYzBmZDUwM2M2ZGZhYjE4NGU=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"html_url\": \"https://github.com/owner/repo/commit/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"author\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-11-13T08:11:57Z\"\n },\n \"committer\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-11-13T08:11:57Z\"\n },\n \"tree\": {\n \"sha\": \"7a3255564d758757a5cbaeca450a35874e6f3e48\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/7a3255564d758757a5cbaeca450a35874e6f3e48\"\n },\n \"message\": \"Create Post “1970-01-01-first-title”\",\n \"parents\": [\n {\n \"sha\": \"1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"html_url\": \"https://github.com/owner/repo/commit/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\"\n }\n ],\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 201
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"ref\":\"refs/heads/cms/1970-01-01-first-title\",\"sha\":\"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\"}" ,
2019-10-22 19:59:13 +03:00
"method" : "POST" ,
"url" : "/repos/owner/repo/git/refs?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:11:58 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "518" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4401" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"3dcdf932301f4844c8d42f25866ff17d\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo" ,
"Location" : "https://api.github.com/repos/owner/repo/git/refs/heads/cms/1970-01-01-first-title" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2FFE:3A597:8E4702B:A92072A:5DCBBACD" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"ref\": \"refs/heads/cms/1970-01-01-first-title\",\n \"node_id\": \"MDM6UmVmMjIxNDA0OTA5OmNtcy8xOTcwLTAxLTAxLWZpcnN0LXRpdGxl\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/heads/cms/1970-01-01-first-title\",\n \"object\": {\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\"\n }\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 201
} ,
{
"body" : "{\"title\":\"Create Post “1970-01-01-first-title”\",\"body\":\"Automatically generated by Netlify CMS\",\"head\":\"cms/1970-01-01-first-title\",\"base\":\"master\"}" ,
"method" : "POST" ,
"url" : "/repos/owner/repo/pulls?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:00 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "21715" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4400" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"e9fe7386a9e6646463b77f45f2c59049\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"Location" : "https://api.github.com/repos/owner/repo/pulls/4" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E07:43EF6:6781666:7B914E3:5DCBBACF" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"url\": \"https://api.github.com/repos/owner/repo/pulls/4\",\n \"id\": 340297993,\n \"node_id\": \"MDExOlB1bGxSZXF1ZXN0MzQwMjk3OTkz\",\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\": \"2019-11-13T08:11:59Z\",\n \"updated_at\": \"2019-11-13T08:11:59Z\",\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/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"head\": {\n \"label\": \"owner:cms/1970-01-01-first-title\",\n \"ref\": \"cms/1970-01-01-first-title\",\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\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\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\n \"name\": \"repo\",\n \"full_name\": \"owner/repo\",\n \"private\": false,\n \"owner\": {\n \"login\": \"owner\",\n \"id\": 26760571,\n \"node_id\": \" M D Q 6 V X N
2019-10-22 19:59:13 +03:00
"status" : 201
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/git/refs/meta/_netlify_cms?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:00 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4399" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"1261ad4964f2625bc4a2f332e27a2185\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-Poll-Interval" : "300" ,
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E0C:43EF3:3A4D625:45DC0BB:5DCBBAD0" ,
2019-10-22 19:59:13 +03:00
"content-length" : "484" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjIxNDA0OTA5OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"18d3e27b0158968726a99d594c4b58224b4f3a0d\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/18d3e27b0158968726a99d594c4b58224b4f3a0d\"\n }\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"content\":\"eyJ0eXBlIjoiUFIiLCJwciI6eyJudW1iZXIiOjQsImhlYWQiOiJmMmIzZmI5YmQ3NWNiNzg2ODhiOGQ1MGMwZmQ1MDNjNmRmYWIxODRlIn0sInVzZXIiOiJvd25lciIsInN0YXR1cyI6ImRyYWZ0IiwiYnJhbmNoIjoiY21zLzE5NzAtMDEtMDEtZmlyc3QtdGl0bGUiLCJjb2xsZWN0aW9uIjoicG9zdHMiLCJjb21taXRNZXNzYWdlIjoiQ3JlYXRlIFBvc3Qg4oCcMTk3MC0wMS0wMS1maXJzdC10aXRsZeKAnSIsInRpdGxlIjoiZmlyc3QgdGl0bGUiLCJkZXNjcmlwdGlvbiI6ImZpcnN0IGRlc2NyaXB0aW9uIiwib2JqZWN0cyI6eyJlbnRyeSI6eyJwYXRoIjoiY29udGVudC9wb3N0cy8xOTcwLTAxLTAxLWZpcnN0LXRpdGxlLm1kIiwic2hhIjoiYTA0MTI0NTgxNDg5MmUzZjczZjYzY2E1NDMzM2ZkYTY0OWI3ZmMwYiJ9LCJmaWxlcyI6W119LCJ0aW1lU3RhbXAiOiIxOTcwLTAxLTAxVDAwOjAwOjAwLjMwMFoifQ==\",\"encoding\":\"base64\"}" ,
2019-10-22 19:59:13 +03:00
"method" : "POST" ,
"url" : "/repos/owner/repo/git/blobs?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:01 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "207" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4398" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"18aee9ae7fb2067e3ff48d1103e9a40f\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
2019-11-13 10:02:47 +01:00
"Location" : "https://api.github.com/repos/owner/repo/git/blobs/8ec4f954451b98d5b3aca209de214c82a0c891ad" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E11:33B0A:8A9E11A:A55AAD9:5DCBBAD1" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"8ec4f954451b98d5b3aca209de214c82a0c891ad\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/8ec4f954451b98d5b3aca209de214c82a0c891ad\"\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 201
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/git/trees/18d3e27b0158968726a99d594c4b58224b4f3a0d?ts=300" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:02 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4397" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"58e5ff6d0f0a07410141a20423ed8b55\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E12:3A597:8E47730:A920FAA:5DCBBAD1" ,
2019-10-22 19:59:13 +03:00
"content-length" : "895" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"18d3e27b0158968726a99d594c4b58224b4f3a0d\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/18d3e27b0158968726a99d594c4b58224b4f3a0d\",\n \"tree\": [\n {\n \"path\": \"1970-01-01-first-title.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"4e8e2f0360b786aa89a5e6b2cdaa44412e7ff9eb\",\n \"size\": 472,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/4e8e2f0360b786aa89a5e6b2cdaa44412e7ff9eb\"\n },\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 \"truncated\": false\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"base_tree\":\"18d3e27b0158968726a99d594c4b58224b4f3a0d\",\"tree\":[{\"path\":\"1970-01-01-first-title.json\",\"mode\":\"100644\",\"type\":\"blob\",\"sha\":\"8ec4f954451b98d5b3aca209de214c82a0c891ad\"}]}" ,
2019-10-22 19:59:13 +03:00
"method" : "POST" ,
"url" : "/repos/owner/repo/git/trees?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:02 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "895" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4396" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"4da6ada924b8dd9898c7968931b4aa80\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
2019-11-13 10:02:47 +01:00
"Location" : "https://api.github.com/repos/owner/repo/git/trees/851ada79978c0a6652f2a947a005787a96a935e0" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E17:450E4:898CDC7:A3D9DEF:5DCBBAD2" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"851ada79978c0a6652f2a947a005787a96a935e0\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/851ada79978c0a6652f2a947a005787a96a935e0\",\n \"tree\": [\n {\n \"path\": \"1970-01-01-first-title.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"8ec4f954451b98d5b3aca209de214c82a0c891ad\",\n \"size\": 462,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/8ec4f954451b98d5b3aca209de214c82a0c891ad\"\n },\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 \"truncated\": false\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 201
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"message\":\"Updating “1970-01-01-first-title” metadata\",\"tree\":\"851ada79978c0a6652f2a947a005787a96a935e0\",\"parents\":[\"18d3e27b0158968726a99d594c4b58224b4f3a0d\"]}" ,
2019-10-22 19:59:13 +03:00
"method" : "POST" ,
"url" : "/repos/owner/repo/git/commits?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:03 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "1510" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4395" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"716fc468fcd670be1eea51616e2fddec\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
2019-11-13 10:02:47 +01:00
"Location" : "https://api.github.com/repos/owner/repo/git/commits/62d0e0b11c6e531c25fe682b0af432154cde74fa" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E1C:3A595:3DFFE8B:4A1EF41:5DCBBAD3" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"62d0e0b11c6e531c25fe682b0af432154cde74fa\",\n \"node_id\": \"MDY6Q29tbWl0MjIxNDA0OTA5OjYyZDBlMGIxMWM2ZTUzMWMyNWZlNjgyYjBhZjQzMjE1NGNkZTc0ZmE=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/62d0e0b11c6e531c25fe682b0af432154cde74fa\",\n \"html_url\": \"https://github.com/owner/repo/commit/62d0e0b11c6e531c25fe682b0af432154cde74fa\",\n \"author\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-11-13T08:12:03Z\"\n },\n \"committer\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-11-13T08:12:03Z\"\n },\n \"tree\": {\n \"sha\": \"851ada79978c0a6652f2a947a005787a96a935e0\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/851ada79978c0a6652f2a947a005787a96a935e0\"\n },\n \"message\": \"Updating “1970-01-01-first-title” metadata\",\n \"parents\": [\n {\n \"sha\": \"18d3e27b0158968726a99d594c4b58224b4f3a0d\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/18d3e27b0158968726a99d594c4b58224b4f3a0d\",\n \"html_url\": \"https://github.com/owner/repo/commit/18d3e27b0158968726a99d594c4b58224b4f3a0d\"\n }\n ],\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 201
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"sha\":\"62d0e0b11c6e531c25fe682b0af432154cde74fa\",\"force\":false}" ,
2019-10-22 19:59:13 +03:00
"method" : "PATCH" ,
"url" : "/repos/owner/repo/git/refs/meta/_netlify_cms?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:04 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4394" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"b718382cd2686da793f14d2d747b731d\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E1E:43EF8:8A18689:A476611:5DCBBAD3" ,
2019-10-22 19:59:13 +03:00
"content-length" : "484" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjIxNDA0OTA5OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"62d0e0b11c6e531c25fe682b0af432154cde74fa\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/62d0e0b11c6e531c25fe682b0af432154cde74fa\"\n }\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/contents/content/posts/1970-01-01-first-title.md?ts=300&ref=cms/1970-01-01-first-title" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:05 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/vnd.github.VERSION.raw; charset=utf-8" ,
"Content-Length" : "167" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4393" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
"ETag" : "\"a041245814892e3f73f63ca54333fda649b7fc0b\"" ,
2019-11-13 10:02:47 +01:00
"Last-Modified" : "Wed, 13 Nov 2019 08:11:57 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E26:43EEE:1DA3F98:2370F59:5DCBBAD5" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
"response" : "---\ntemplate: post\ntitle: first title\ndraft: true\ndate: 1970-01-01T00:00:00.000Z\ndescription: first description\ncategory: first category\ntags:\n - tag1\n---\nfirst body\n" ,
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/contents/content/posts/1970-01-01-first-title.md?ts=300&ref=master" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:05 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "404 Not Found" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4392" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E28:2CFE8:3EADC13:4B33712:5DCBBAD5" ,
2019-10-22 19:59:13 +03:00
"content-length" : "116" ,
"connection" : "keep-alive"
} ,
"response" : "{\n \"message\": \"Not Found\",\n \"documentation_url\": \"https://developer.github.com/v3/repos/contents/#get-contents\"\n}\n" ,
"status" : 404
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e/status?ts=300" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:06 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4391" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"6ced527f6be8fa9b6fb6b5932278776c\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo, repo:status" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E2D:33B08:3EE4C3C:4B0BA02:5DCBBAD6" ,
2019-10-22 19:59:13 +03:00
"content-length" : "6574" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/issue
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/git/refs/heads/cms?ts=300" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:06 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4390" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"54715e9c3fd33b2573e3fcad1e76c954\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-Poll-Interval" : "300" ,
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E2E:BBF0:1CE9F21:227AC89:5DCBBAD6" ,
2019-10-22 19:59:13 +03:00
"content-length" : "542" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "[\n {\n \"ref\": \"refs/heads/cms/1970-01-01-first-title\",\n \"node_id\": \"MDM6UmVmMjIxNDA0OTA5OmNtcy8xOTcwLTAxLTAxLWZpcnN0LXRpdGxl\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/heads/cms/1970-01-01-first-title\",\n \"object\": {\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\"\n }\n }\n]\n" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/pulls?ts=300&head=cms/1970-01-01-first-title&state=open&base=master" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:07 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4389" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"a8419b976ee003e1c4cb212ba7384f69\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E33:2CFED:905BB26:ABDBE69:5DCBBAD7" ,
2019-10-22 19:59:13 +03:00
"content-length" : "22154" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "[\n {\n \"url\": \"https://api.github.com/repos/owner/repo/pulls/4\",\n \"id\": 340297993,\n \"node_id\": \"MDExOlB1bGxSZXF1ZXN0MzQwMjk3OTkz\",\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\": \"2019-11-13T08:11:59Z\",\n \"updated_at\": \"2019-11-13T08:11:59Z\",\n \"closed_at\": null,\n \"merged_at\": null,\n \"merge_commit_sha\": \"ae8ac048d298d83e2b1b732e6eb73e5df81c924e\",\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/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"head\": {\n \"label\": \"owner:cms/1970-01-01-first-title\",\n \"ref\": \"cms/1970-01-01-first-title\",\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\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\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\"
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/contents/content/posts/1970-01-01-first-title.md?ts=300&ref=cms/1970-01-01-first-title" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:08 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/vnd.github.VERSION.raw; charset=utf-8" ,
"Content-Length" : "167" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4388" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
"ETag" : "\"a041245814892e3f73f63ca54333fda649b7fc0b\"" ,
2019-11-13 10:02:47 +01:00
"Last-Modified" : "Wed, 13 Nov 2019 08:11:57 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E36:43EF8:8A18E62:A476F39:5DCBBAD7" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
"response" : "---\ntemplate: post\ntitle: first title\ndraft: true\ndate: 1970-01-01T00:00:00.000Z\ndescription: first description\ncategory: first category\ntags:\n - tag1\n---\nfirst body\n" ,
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/contents/content/posts/1970-01-01-first-title.md?ts=300&ref=master" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:08 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "404 Not Found" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4387" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E35:33B08:3EE4DEE:4B0BBF7:5DCBBAD7" ,
2019-10-22 19:59:13 +03:00
"content-length" : "116" ,
"connection" : "keep-alive"
} ,
"response" : "{\n \"message\": \"Not Found\",\n \"documentation_url\": \"https://developer.github.com/v3/repos/contents/#get-contents\"\n}\n" ,
"status" : 404
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/contents/content/posts/1970-01-01-first-title.md?ts=300&ref=master" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:08 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
2019-11-13 10:02:47 +01:00
"Status" : "404 Not Found" ,
2019-10-22 19:59:13 +03:00
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4385" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
2019-11-13 10:02:47 +01:00
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
2019-10-22 19:59:13 +03:00
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E3B:3A597:8E484B9:A921F9A:5DCBBAD8" ,
"content-length" : "116" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"message\": \"Not Found\",\n \"documentation_url\": \"https://developer.github.com/v3/repos/contents/#get-contents\"\n}\n" ,
"status" : 404
2019-10-22 19:59:13 +03:00
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e/status?ts=300" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:08 GMT" ,
"Content-Type" : "application/json; charset=utf-8" ,
2019-10-22 19:59:13 +03:00
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4386" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"6ced527f6be8fa9b6fb6b5932278776c\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
2019-11-13 10:02:47 +01:00
"X-Accepted-OAuth-Scopes" : "repo, repo:status" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
2019-10-22 19:59:13 +03:00
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E39:33B0A:8A9EEAB:A55BAF6:5DCBBAD8" ,
"content-length" : "6574" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/issue
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/contents/content/posts/1970-01-01-first-title.md?ts=300&ref=cms/1970-01-01-first-title" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:08 GMT" ,
"Content-Type" : "application/vnd.github.VERSION.raw; charset=utf-8" ,
"Content-Length" : "167" ,
2019-10-22 19:59:13 +03:00
"Server" : "GitHub.com" ,
2019-11-13 10:02:47 +01:00
"Status" : "200 OK" ,
2019-10-22 19:59:13 +03:00
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4384" ,
"X-RateLimit-Reset" : "1573635105" ,
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
"ETag" : "\"a041245814892e3f73f63ca54333fda649b7fc0b\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:11:57 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E3A:3A596:65AD4A7:79724D5:5DCBBAD8" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "---\ntemplate: post\ntitle: first title\ndraft: true\ndate: 1970-01-01T00:00:00.000Z\ndescription: first description\ncategory: first category\ntags:\n - tag1\n---\nfirst body\n" ,
"status" : 200
2019-10-22 19:59:13 +03:00
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e/status?ts=300" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:09 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4383" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"6ced527f6be8fa9b6fb6b5932278776c\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo, repo:status" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E40:2CFED:905BEDE:ABDC2B5:5DCBBAD9" ,
2019-10-22 19:59:13 +03:00
"content-length" : "6574" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/issue
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e/status?ts=300" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:11 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4382" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"6ced527f6be8fa9b6fb6b5932278776c\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo, repo:status" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E49:BBF8:6933A96:7D7B3F7:5DCBBADB" ,
2019-10-22 19:59:13 +03:00
"content-length" : "6574" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/issue
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"content\":\"LS0tCnRlbXBsYXRlOiBwb3N0CnRpdGxlOiBzZWNvbmQgdGl0bGUKZHJhZnQ6IHRydWUKZGF0ZTogMTk3MC0wMS0wMVQwMDowMDowMC4wMDBaCmRlc2NyaXB0aW9uOiBzZWNvbmQgZGVzY3JpcHRpb24KY2F0ZWdvcnk6IHNlY29uZCBjYXRlZ29yeQp0YWdzOgogIC0gdGFnMgotLS0Kc2Vjb25kIGJvZHkK\",\"encoding\":\"base64\"}" ,
"method" : "POST" ,
"url" : "/repos/owner/repo/git/blobs?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:13 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
2019-11-13 10:02:47 +01:00
"Content-Length" : "207" ,
2019-10-22 19:59:13 +03:00
"Server" : "GitHub.com" ,
2019-11-13 10:02:47 +01:00
"Status" : "201 Created" ,
2019-10-22 19:59:13 +03:00
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4381" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"fb80f25a4383c0f4a78633c57bba85ca\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
2019-11-13 10:02:47 +01:00
"X-Accepted-OAuth-Scopes" : "" ,
"Location" : "https://api.github.com/repos/owner/repo/git/blobs/3e5676c8285a456a6604603042b5428883f50417" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E54:33B07:19DB238:1F3686E:5DCBBADD" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"3e5676c8285a456a6604603042b5428883f50417\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/3e5676c8285a456a6604603042b5428883f50417\"\n}\n" ,
"status" : 201
2019-10-22 19:59:13 +03:00
} ,
{
2019-11-13 10:02:47 +01:00
"method" : "GET" ,
"url" : "/repos/owner/repo/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e/status?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:14 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
2019-11-13 10:02:47 +01:00
"Status" : "200 OK" ,
2019-10-22 19:59:13 +03:00
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4380" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"6ced527f6be8fa9b6fb6b5932278776c\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
2019-11-13 10:02:47 +01:00
"X-Accepted-OAuth-Scopes" : "repo, repo:status" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E58:3A597:8E48DA7:A922A41:5DCBBADE" ,
"content-length" : "6574" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/issue
"status" : 200
2019-10-22 19:59:13 +03:00
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/branches/cms%2F1970-01-01-first-title?ts=600" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:14 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4379" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"cfd7d26ac1d3b3b49d6eaca0dbf0eefa\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E59:43EF6:6782B48:7B92DBF:5DCBBADE" ,
2019-10-22 19:59:13 +03:00
"content-length" : "4815" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"name\": \"cms/1970-01-01-first-title\",\n \"commit\": {\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"node_id\": \"MDY6Q29tbWl0MjIxNDA0OTA5OmYyYjNmYjliZDc1Y2I3ODY4OGI4ZDUwYzBmZDUwM2M2ZGZhYjE4NGU=\",\n \"commit\": {\n \"author\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-11-13T08:11:57Z\"\n },\n \"committer\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-11-13T08:11:57Z\"\n },\n \"message\": \"Create Post “1970-01-01-first-title”\",\n \"tree\": {\n \"sha\": \"7a3255564d758757a5cbaeca450a35874e6f3e48\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/7a3255564d758757a5cbaeca450a35874e6f3e48\"\n },\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\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/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"html_url\": \"https://github.com/owner/repo/commit/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"comments_url\": \"https://api.github.com/repos/owner/repo/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e/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\": \"1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"url\": \"https://api.github.com/repos/owner/repo/commits/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"html_url\": \"https://github.com/owner/repo/commit/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\" \ n } \ n ] \ n } , \ n
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/git/trees/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:14 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4378" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"37510362483e717cc4dca3e61b9dcf1d\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
2019-11-13 10:02:47 +01:00
"X-Accepted-OAuth-Scopes" : "" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E5C:BBFA:87FF1A0:A2ACB1B:5DCBBADE" ,
"content-length" : "11769" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"tree\": [\n {\n \"path\": \".circleci\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"e5e9af3301cac61f120b8e4d40b1733c7a45685a\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/e5e9af3301cac61f120b8e4d40b1733c7a45685a\"\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\": \"10a369ddf4f603337cabc6f21646508323941ce1\",\n \"size\": 135,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/10a369ddf4f603337cabc6f21646508323941ce1\"\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\": \".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
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e/status?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:15 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4377" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"6ced527f6be8fa9b6fb6b5932278776c\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
2019-11-13 10:02:47 +01:00
"X-Accepted-OAuth-Scopes" : "repo, repo:status" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E5D:450E4:898E335:A3DB776:5DCBBADE" ,
"content-length" : "6574" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/issue
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/git/trees/93da0f3541510f5f9ec829a3cdc6e8147f611639?ts=600" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:15 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4376" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"199b3c6c7d3f2bcfc45c22baa81f7770\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E62:33B0A:8A9F9A9:A55C821:5DCBBADF" ,
2019-10-22 19:59:13 +03:00
"content-length" : "831" ,
"connection" : "keep-alive"
} ,
"response" : "{\n \"sha\": \"93da0f3541510f5f9ec829a3cdc6e8147f611639\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/93da0f3541510f5f9ec829a3cdc6e8147f611639\",\n \"tree\": [\n {\n \"path\": \"pages\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"1f5cc182dad3e6fae6a9d605d19b3c9f4cb73363\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/1f5cc182dad3e6fae6a9d605d19b3c9f4cb73363\"\n },\n {\n \"path\": \"posts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba\"\n }\n ],\n \"truncated\": false\n}\n" ,
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/git/trees/ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba?ts=600" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:16 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4375" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"9f5e9fab5889373d1ac19193c49a67ea\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E63:3A595:3E00A37:4A1FD0D:5DCBBADF" ,
2019-10-22 19:59:13 +03:00
"content-length" : "2362" ,
"connection" : "keep-alive"
} ,
"response" : "{\n \"sha\": \"ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba\",\n \"tree\": [\n {\n \"path\": \"1970-01-01-first-title.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"a041245814892e3f73f63ca54333fda649b7fc0b\",\n \"size\": 167,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/a041245814892e3f73f63ca54333fda649b7fc0b\"\n },\n {\n \"path\": \"2016-01-09---Perfecting-the-Art-of-Perfection.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"6d51a38aed7139d2117724b1e307657b6ff2d043\",\n \"size\": 1707,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/6d51a38aed7139d2117724b1e307657b6ff2d043\"\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
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"base_tree\":\"ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba\",\"tree\":[{\"path\":\"1970-01-01-first-title.md\",\"mode\":\"100644\",\"type\":\"blob\",\"sha\":\"3e5676c8285a456a6604603042b5428883f50417\"}]}" ,
"method" : "POST" ,
"url" : "/repos/owner/repo/git/trees?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:16 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
2019-11-13 10:02:47 +01:00
"Content-Length" : "2362" ,
2019-10-22 19:59:13 +03:00
"Server" : "GitHub.com" ,
2019-11-13 10:02:47 +01:00
"Status" : "201 Created" ,
2019-10-22 19:59:13 +03:00
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4374" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"1cd64a47b3f4a9bafb07183016028ca5\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
2019-11-13 10:02:47 +01:00
"X-Accepted-OAuth-Scopes" : "" ,
"Location" : "https://api.github.com/repos/owner/repo/git/trees/7db8b5bca921590c7c398d029d9172111750f5fc" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E68:2CFED:905CB2F:ABDD181:5DCBBAE0" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"7db8b5bca921590c7c398d029d9172111750f5fc\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/7db8b5bca921590c7c398d029d9172111750f5fc\",\n \"tree\": [\n {\n \"path\": \"1970-01-01-first-title.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"3e5676c8285a456a6604603042b5428883f50417\",\n \"size\": 171,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/3e5676c8285a456a6604603042b5428883f50417\"\n },\n {\n \"path\": \"2016-01-09---Perfecting-the-Art-of-Perfection.md\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"6d51a38aed7139d2117724b1e307657b6ff2d043\",\n \"size\": 1707,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/6d51a38aed7139d2117724b1e307657b6ff2d043\"\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" : 201
2019-10-22 19:59:13 +03:00
} ,
{
2019-11-13 10:02:47 +01:00
"method" : "GET" ,
"url" : "/repos/owner/repo/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e/status?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:17 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
2019-11-13 10:02:47 +01:00
"Status" : "200 OK" ,
2019-10-22 19:59:13 +03:00
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4373" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"6ced527f6be8fa9b6fb6b5932278776c\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
2019-11-13 10:02:47 +01:00
"X-Accepted-OAuth-Scopes" : "repo, repo:status" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E6E:BBF0:1CEA361:227B1A5:5DCBBAE1" ,
"content-length" : "6574" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/issue
"status" : 200
2019-10-22 19:59:13 +03:00
} ,
{
"body" : "{\"base_tree\":\"93da0f3541510f5f9ec829a3cdc6e8147f611639\",\"tree\":[{\"path\":\"posts\",\"mode\":\"040000\",\"type\":\"tree\",\"sha\":\"7db8b5bca921590c7c398d029d9172111750f5fc\",\"parentSha\":\"ab5a1bbfe1486ea0e93182b719c927d84ee1f1ba\"}]}" ,
"method" : "POST" ,
"url" : "/repos/owner/repo/git/trees?ts=600" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:17 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "831" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4372" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"982343f7b65a7e80fe70e4020484fe0a\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"Location" : "https://api.github.com/repos/owner/repo/git/trees/4663bc351c2b79f066f9434722d865f8a0fc88cd" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E69:43EEE:1DA44FC:23715BA:5DCBBAE0" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
"response" : "{\n \"sha\": \"4663bc351c2b79f066f9434722d865f8a0fc88cd\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/4663bc351c2b79f066f9434722d865f8a0fc88cd\",\n \"tree\": [\n {\n \"path\": \"pages\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"1f5cc182dad3e6fae6a9d605d19b3c9f4cb73363\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/1f5cc182dad3e6fae6a9d605d19b3c9f4cb73363\"\n },\n {\n \"path\": \"posts\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"7db8b5bca921590c7c398d029d9172111750f5fc\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/7db8b5bca921590c7c398d029d9172111750f5fc\"\n }\n ],\n \"truncated\": false\n}\n" ,
"status" : 201
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"base_tree\":\"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\"tree\":[{\"path\":\"content\",\"mode\":\"040000\",\"type\":\"tree\",\"sha\":\"4663bc351c2b79f066f9434722d865f8a0fc88cd\",\"parentSha\":\"93da0f3541510f5f9ec829a3cdc6e8147f611639\"}]}" ,
2019-10-22 19:59:13 +03:00
"method" : "POST" ,
"url" : "/repos/owner/repo/git/trees?ts=600" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:18 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "11769" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4371" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"05a5054793cf8e66ac9f471b430e9175\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
2019-11-13 10:02:47 +01:00
"Location" : "https://api.github.com/repos/owner/repo/git/trees/adf6bf518756b1f1fe4c14ae229da60e6b620aa1" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E6F:450E4:898E75E:A3DBC93:5DCBBAE1" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"adf6bf518756b1f1fe4c14ae229da60e6b620aa1\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/adf6bf518756b1f1fe4c14ae229da60e6b620aa1\",\n \"tree\": [\n {\n \"path\": \".circleci\",\n \"mode\": \"040000\",\n \"type\": \"tree\",\n \"sha\": \"e5e9af3301cac61f120b8e4d40b1733c7a45685a\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/e5e9af3301cac61f120b8e4d40b1733c7a45685a\"\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\": \"10a369ddf4f603337cabc6f21646508323941ce1\",\n \"size\": 135,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/10a369ddf4f603337cabc6f21646508323941ce1\"\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\": \".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
2019-10-22 19:59:13 +03:00
"status" : 201
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"message\":\"Update Post “1970-01-01-first-title”\",\"tree\":\"adf6bf518756b1f1fe4c14ae229da60e6b620aa1\",\"parents\":[\"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\"]}" ,
"method" : "POST" ,
"url" : "/repos/owner/repo/git/commits?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:19 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
2019-11-13 10:02:47 +01:00
"Content-Length" : "1504" ,
2019-10-22 19:59:13 +03:00
"Server" : "GitHub.com" ,
2019-11-13 10:02:47 +01:00
"Status" : "201 Created" ,
2019-10-22 19:59:13 +03:00
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4370" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"9746b7767a899e331cc5c19d382afdc1\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
2019-11-13 10:02:47 +01:00
"X-Accepted-OAuth-Scopes" : "" ,
"Location" : "https://api.github.com/repos/owner/repo/git/commits/7225d2c713d83ede71716359b73f7ed08d2ad575" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E74:2CFED:905CF20:ABDD620:5DCBBAE2" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"7225d2c713d83ede71716359b73f7ed08d2ad575\",\n \"node_id\": \"MDY6Q29tbWl0MjIxNDA0OTA5OjcyMjVkMmM3MTNkODNlZGU3MTcxNjM1OWI3M2Y3ZWQwOGQyYWQ1NzU=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/7225d2c713d83ede71716359b73f7ed08d2ad575\",\n \"html_url\": \"https://github.com/owner/repo/commit/7225d2c713d83ede71716359b73f7ed08d2ad575\",\n \"author\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-11-13T08:12:18Z\"\n },\n \"committer\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-11-13T08:12:18Z\"\n },\n \"tree\": {\n \"sha\": \"adf6bf518756b1f1fe4c14ae229da60e6b620aa1\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/adf6bf518756b1f1fe4c14ae229da60e6b620aa1\"\n },\n \"message\": \"Update Post “1970-01-01-first-title”\",\n \"parents\": [\n {\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"html_url\": \"https://github.com/owner/repo/commit/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\"\n }\n ],\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n}\n" ,
"status" : 201
2019-10-22 19:59:13 +03:00
} ,
{
2019-11-13 10:02:47 +01:00
"method" : "GET" ,
"url" : "/repos/owner/repo/branches/master?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:19 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
2019-11-13 10:02:47 +01:00
"Status" : "200 OK" ,
2019-10-22 19:59:13 +03:00
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4369" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"ca6df3e2b807aab3be313d613fe0b5e4\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E7B:3A597:8E495C3:A92340C:5DCBBAE3" ,
"content-length" : "5379" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"name\": \"master\",\n \"commit\": {\n \"sha\": \"1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"node_id\": \"MDY6Q29tbWl0MjIxNDA0OTA5OjFjY2IwY2JlM2RkZDJkYjE3YWM2MGVlMzdhNDQxOTdkMzk3YjcyNTA=\",\n \"commit\": {\n \"author\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-10-21T15:37:06Z\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\",\n \"date\": \"2019-10-21T15:37:06Z\"\n },\n \"message\": \"Update README.md\",\n \"tree\": {\n \"sha\": \"9b14f53f9ae27ef26ec092a587f91141486cad24\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/9b14f53f9ae27ef26ec092a587f91141486cad24\"\n },\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"comment_count\": 0,\n \"verification\": {\n \"verified\": true,\n \"reason\": \"valid\",\n \"signature\": \"-----BEGIN PGP SIGNATURE-----\\n\\nwsBcBAABCAAQBQJdrdCiCRBK7hj4Ov3rIwAAdHIIAKLj048A/FGA7T0d5vHeCNGc\\nT5mwS+GuOlx2ILZOXDqZnre/+7T84Bv2X7qqaRbpXG7y19gm8Q/kPKkWYksn+QGn\\nDFNgbzQ6b/AA4GO53ulcJuTexk4wvWWM5xErQ9W226B1BVHI6cuF3ohq3vwN9uDC\\ni1fFpTtyU9Yzgx4+/Ktc2/iX+N65PVmhNtu3KZn7NK/ahF+4UaT++mkTPThAA8i3\\nZQ5f93VFV6bx5j/7jW2lVBRS9k3NrhrLQH8CrtLQu5D2oY9iMA2TGFv/nB+Da55l\\ner7T1ACrhEpbhQQTVAU0mBjQFSxVgulzK+ycLWdyhdniBkw1da1qJT2IAuRBF+c=\\n=9nPQ\\n-----END PGP SIGNATURE-----\\n\",\n \"payload\": \"tree 9b14f53f9ae27ef26ec092a587f91141486cad24\\nparent 217bbbf6bf84a8e1b31f7262ed5449108d22bd59\\nauthor owner <owner@users.noreply.github.com> 1571672226 +0300\\ncommitter GitHub <noreply@github.com> 1571672226 +0300\\n\\nUpdate README.md\"\n }\n },\n \"url\": \"https://api.github.com/repos/owner/repo/commits/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"html_url\": \"https://github.com/owner/repo/commit/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"comments_url\": \"https://api.github.com/repos/owner/repo/commits/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250/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\": \"web-flow\",\n \"id\": 19864447,\n \"node_id\": \"MDQ6VXNlcjE5ODY0NDQ3\",\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/7892489?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/web-flow\",\n \"html_url\": \"https://github.com/web-flow\",\n \"followers_url\": \"https://api.github.com/users/web-flow/followers\",\n \"following_url\": \"https://api.github.com/users/web-flow/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/web-flow/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/web-flow/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/web-flow/subscriptions\",\n \"organizations_url\" :
"status" : 200
2019-10-22 19:59:13 +03:00
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/pulls/4/commits?ts=600" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:19 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4368" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"fb5963f7ef49d8daee08a1b823b749de\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:11:59 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E7C:2CFED:905D0CE:ABDD830:5DCBBAE3" ,
2019-10-22 19:59:13 +03:00
"content-length" : "4157" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "[\n {\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"node_id\": \"MDY6Q29tbWl0MjIxNDA0OTA5OmYyYjNmYjliZDc1Y2I3ODY4OGI4ZDUwYzBmZDUwM2M2ZGZhYjE4NGU=\",\n \"commit\": {\n \"author\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-11-13T08:11:57Z\"\n },\n \"committer\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-11-13T08:11:57Z\"\n },\n \"message\": \"Create Post “1970-01-01-first-title”\",\n \"tree\": {\n \"sha\": \"7a3255564d758757a5cbaeca450a35874e6f3e48\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/7a3255564d758757a5cbaeca450a35874e6f3e48\"\n },\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\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/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"html_url\": \"https://github.com/owner/repo/commit/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"comments_url\": \"https://api.github.com/repos/owner/repo/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e/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\": \"1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"url\": \"https://api.github.com/repos/owner/repo/commits/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\",\n \"html_url\": \"https://github.com/owner/repo/commit/1ccb0cbe3ddd2db17ac60ee37a44197d397b7250\"\n }\n ]\n }\n]\n" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e/status?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:19 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4367" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"6ced527f6be8fa9b6fb6b5932278776c\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
2019-11-13 10:02:47 +01:00
"X-Accepted-OAuth-Scopes" : "repo, repo:status" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E7D:BBF0:1CEA44A:227B2B6:5DCBBAE3" ,
"content-length" : "6574" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/issue
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/git/refs/meta/_netlify_cms?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:20 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4366" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"b718382cd2686da793f14d2d747b731d\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
"X-Poll-Interval" : "300" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
2019-11-13 10:02:47 +01:00
"X-Accepted-OAuth-Scopes" : "repo" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E80:3A597:8E496E4:A923555:5DCBBAE3" ,
"content-length" : "484" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjIxNDA0OTA5OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"62d0e0b11c6e531c25fe682b0af432154cde74fa\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/62d0e0b11c6e531c25fe682b0af432154cde74fa\"\n }\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/commits/f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e/status?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:20 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4365" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"6ced527f6be8fa9b6fb6b5932278776c\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
2019-11-13 10:02:47 +01:00
"X-Accepted-OAuth-Scopes" : "repo, repo:status" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E82:33B0A:8AA01AF:A55D1D9:5DCBBAE4" ,
"content-length" : "6574" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"f2b3fb9bd75cb78688b8d50c0fd503c6dfab184e\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/issue
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"content\":\"eyJ0eXBlIjoiUFIiLCJwciI6eyJudW1iZXIiOjQsImhlYWQiOiI3MjI1ZDJjNzEzZDgzZWRlNzE3MTYzNTliNzNmN2VkMDhkMmFkNTc1In0sInVzZXIiOiJvd25lciIsInN0YXR1cyI6ImRyYWZ0IiwiYnJhbmNoIjoiY21zLzE5NzAtMDEtMDEtZmlyc3QtdGl0bGUiLCJjb2xsZWN0aW9uIjoicG9zdHMiLCJjb21taXRNZXNzYWdlIjoiQ3JlYXRlIFBvc3Qg4oCcMTk3MC0wMS0wMS1maXJzdC10aXRsZeKAnSIsInRpdGxlIjoiZmlyc3QgdGl0bGUiLCJkZXNjcmlwdGlvbiI6ImZpcnN0IGRlc2NyaXB0aW9uIiwib2JqZWN0cyI6eyJlbnRyeSI6eyJwYXRoIjoiY29udGVudC9wb3N0cy8xOTcwLTAxLTAxLWZpcnN0LXRpdGxlLm1kIiwic2hhIjoiYTA0MTI0NTgxNDg5MmUzZjczZjYzY2E1NDMzM2ZkYTY0OWI3ZmMwYiJ9LCJmaWxlcyI6W119LCJ0aW1lU3RhbXAiOiIxOTcwLTAxLTAxVDAwOjAwOjAwLjYwMFoifQ==\",\"encoding\":\"base64\"}" ,
2019-10-22 19:59:13 +03:00
"method" : "POST" ,
"url" : "/repos/owner/repo/git/blobs?ts=600" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:20 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "207" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4364" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"f4e3407c10172adfd5e0f0a1c4c3a651\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
2019-11-13 10:02:47 +01:00
"Location" : "https://api.github.com/repos/owner/repo/git/blobs/5f4c124f45663b2ea1c28524639491fb7bc2e84b" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E83:3A596:65AE469:797379C:5DCBBAE4" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"5f4c124f45663b2ea1c28524639491fb7bc2e84b\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/5f4c124f45663b2ea1c28524639491fb7bc2e84b\"\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 201
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/git/trees/62d0e0b11c6e531c25fe682b0af432154cde74fa?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:21 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4363" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"807172ab0041159eb9a80b1c828a4848\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E88:450D6:6A448C3:7E8FDBB:5DCBBAE5" ,
2019-10-22 19:59:13 +03:00
"content-length" : "895" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"62d0e0b11c6e531c25fe682b0af432154cde74fa\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/62d0e0b11c6e531c25fe682b0af432154cde74fa\",\n \"tree\": [\n {\n \"path\": \"1970-01-01-first-title.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"8ec4f954451b98d5b3aca209de214c82a0c891ad\",\n \"size\": 462,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/8ec4f954451b98d5b3aca209de214c82a0c891ad\"\n },\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 \"truncated\": false\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"base_tree\":\"62d0e0b11c6e531c25fe682b0af432154cde74fa\",\"tree\":[{\"path\":\"1970-01-01-first-title.json\",\"mode\":\"100644\",\"type\":\"blob\",\"sha\":\"5f4c124f45663b2ea1c28524639491fb7bc2e84b\"}]}" ,
2019-10-22 19:59:13 +03:00
"method" : "POST" ,
"url" : "/repos/owner/repo/git/trees?ts=600" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:22 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "895" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4362" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"96ae859818768ba3eaf5e415942bb411\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
2019-11-13 10:02:47 +01:00
"Location" : "https://api.github.com/repos/owner/repo/git/trees/4c9b81b4fcd247a6d62b3c565a6c5c9d3cc10d69" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E89:3A597:8E499E8:A9238F1:5DCBBAE5" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"4c9b81b4fcd247a6d62b3c565a6c5c9d3cc10d69\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/4c9b81b4fcd247a6d62b3c565a6c5c9d3cc10d69\",\n \"tree\": [\n {\n \"path\": \"1970-01-01-first-title.json\",\n \"mode\": \"100644\",\n \"type\": \"blob\",\n \"sha\": \"5f4c124f45663b2ea1c28524639491fb7bc2e84b\",\n \"size\": 462,\n \"url\": \"https://api.github.com/repos/owner/repo/git/blobs/5f4c124f45663b2ea1c28524639491fb7bc2e84b\"\n },\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 \"truncated\": false\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 201
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"message\":\"Updating “1970-01-01-first-title” metadata\",\"tree\":\"4c9b81b4fcd247a6d62b3c565a6c5c9d3cc10d69\",\"parents\":[\"62d0e0b11c6e531c25fe682b0af432154cde74fa\"]}" ,
2019-10-22 19:59:13 +03:00
"method" : "POST" ,
"url" : "/repos/owner/repo/git/commits?ts=600" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:23 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Content-Length" : "1510" ,
"Server" : "GitHub.com" ,
"Status" : "201 Created" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4361" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "\"86e3f205cd1d46c7adfa1f5a231112bd\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
2019-11-13 10:02:47 +01:00
"Location" : "https://api.github.com/repos/owner/repo/git/commits/d5bf08a8456568a91ed7b158bfc3a6ea446ba960" ,
2019-10-22 19:59:13 +03:00
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E8E:43EF8:8A1A723:A478CDF:5DCBBAE6" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"sha\": \"d5bf08a8456568a91ed7b158bfc3a6ea446ba960\",\n \"node_id\": \"MDY6Q29tbWl0MjIxNDA0OTA5OmQ1YmYwOGE4NDU2NTY4YTkxZWQ3YjE1OGJmYzNhNmVhNDQ2YmE5NjA=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/d5bf08a8456568a91ed7b158bfc3a6ea446ba960\",\n \"html_url\": \"https://github.com/owner/repo/commit/d5bf08a8456568a91ed7b158bfc3a6ea446ba960\",\n \"author\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-11-13T08:12:22Z\"\n },\n \"committer\": {\n \"name\": \"owner\",\n \"email\": \"owner@users.noreply.github.com\",\n \"date\": \"2019-11-13T08:12:22Z\"\n },\n \"tree\": {\n \"sha\": \"4c9b81b4fcd247a6d62b3c565a6c5c9d3cc10d69\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/trees/4c9b81b4fcd247a6d62b3c565a6c5c9d3cc10d69\"\n },\n \"message\": \"Updating “1970-01-01-first-title” metadata\",\n \"parents\": [\n {\n \"sha\": \"62d0e0b11c6e531c25fe682b0af432154cde74fa\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/62d0e0b11c6e531c25fe682b0af432154cde74fa\",\n \"html_url\": \"https://github.com/owner/repo/commit/62d0e0b11c6e531c25fe682b0af432154cde74fa\"\n }\n ],\n \"verification\": {\n \"verified\": false,\n \"reason\": \"unsigned\",\n \"signature\": null,\n \"payload\": null\n }\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 201
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"sha\":\"d5bf08a8456568a91ed7b158bfc3a6ea446ba960\",\"force\":false}" ,
2019-10-22 19:59:13 +03:00
"method" : "PATCH" ,
"url" : "/repos/owner/repo/git/refs/meta/_netlify_cms?ts=600" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:24 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4360" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"b590fa8649ce148017b7b2788613fc2a\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E93:450E4:898EFD5:A3DC6F0:5DCBBAE7" ,
2019-10-22 19:59:13 +03:00
"content-length" : "484" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"ref\": \"refs/meta/_netlify_cms\",\n \"node_id\": \"MDM6UmVmMjIxNDA0OTA5OnJlZnMvbWV0YS9fbmV0bGlmeV9jbXM=\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/meta/_netlify_cms\",\n \"object\": {\n \"sha\": \"d5bf08a8456568a91ed7b158bfc3a6ea446ba960\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/d5bf08a8456568a91ed7b158bfc3a6ea446ba960\"\n }\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
2019-11-13 10:02:47 +01:00
"body" : "{\"sha\":\"7225d2c713d83ede71716359b73f7ed08d2ad575\",\"force\":true}" ,
2019-10-22 19:59:13 +03:00
"method" : "PATCH" ,
"url" : "/repos/owner/repo/git/refs/heads/cms%2F1970-01-01-first-title?ts=600" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:25 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4359" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"100179c32a1af9955843272cac571867\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E98:33B0A:8AA086E:A55D9F2:5DCBBAE8" ,
2019-10-22 19:59:13 +03:00
"content-length" : "518" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"ref\": \"refs/heads/cms/1970-01-01-first-title\",\n \"node_id\": \"MDM6UmVmMjIxNDA0OTA5OmNtcy8xOTcwLTAxLTAxLWZpcnN0LXRpdGxl\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/heads/cms/1970-01-01-first-title\",\n \"object\": {\n \"sha\": \"7225d2c713d83ede71716359b73f7ed08d2ad575\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/7225d2c713d83ede71716359b73f7ed08d2ad575\"\n }\n}\n" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/commits/7225d2c713d83ede71716359b73f7ed08d2ad575/status?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:26 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4358" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"69b65d80a0c643504e4d6aee85ac35f4\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo, repo:status" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E9E:3A596:65AEB26:7973FA3:5DCBBAE9" ,
2019-10-22 19:59:13 +03:00
"content-length" : "6574" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"7225d2c713d83ede71716359b73f7ed08d2ad575\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/issue
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/git/refs/heads/cms?ts=600" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:26 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4357" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"26f9dd10138ece0a3421946a18c2355b\"" ,
"Last-Modified" : "Wed, 13 Nov 2019 08:09:48 GMT" ,
2019-10-22 19:59:13 +03:00
"X-Poll-Interval" : "300" ,
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2E9F:3A597:8E4A0EC:A92415B:5DCBBAE9" ,
2019-10-22 19:59:13 +03:00
"content-length" : "542" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "[\n {\n \"ref\": \"refs/heads/cms/1970-01-01-first-title\",\n \"node_id\": \"MDM6UmVmMjIxNDA0OTA5OmNtcy8xOTcwLTAxLTAxLWZpcnN0LXRpdGxl\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/refs/heads/cms/1970-01-01-first-title\",\n \"object\": {\n \"sha\": \"7225d2c713d83ede71716359b73f7ed08d2ad575\",\n \"type\": \"commit\",\n \"url\": \"https://api.github.com/repos/owner/repo/git/commits/7225d2c713d83ede71716359b73f7ed08d2ad575\"\n }\n }\n]\n" ,
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/pulls?ts=600&head=cms/1970-01-01-first-title&state=open&base=master" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:27 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4356" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"5d4c8f75d3e43ec889b6b6201b2cbc1c\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2EA4:33B09:699EA51:7E14C0E:5DCBBAEA" ,
2019-10-22 19:59:13 +03:00
"content-length" : "22154" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "[\n {\n \"url\": \"https://api.github.com/repos/owner/repo/pulls/4\",\n \"id\": 340297993,\n \"node_id\": \"MDExOlB1bGxSZXF1ZXN0MzQwMjk3OTkz\",\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\": \"2019-11-13T08:11:59Z\",\n \"updated_at\": \"2019-11-13T08:12:25Z\",\n \"closed_at\": null,\n \"merged_at\": null,\n \"merge_commit_sha\": \"ae8ac048d298d83e2b1b732e6eb73e5df81c924e\",\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/7225d2c713d83ede71716359b73f7ed08d2ad575\",\n \"head\": {\n \"label\": \"owner:cms/1970-01-01-first-title\",\n \"ref\": \"cms/1970-01-01-first-title\",\n \"sha\": \"7225d2c713d83ede71716359b73f7ed08d2ad575\",\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\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\"
2019-10-22 19:59:13 +03:00
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/contents/content/posts/1970-01-01-first-title.md?ts=600&ref=master" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:27 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "404 Not Found" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4355" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2EA9:2CFE8:3EAECD9:4B34B81:5DCBBAEB" ,
2019-10-22 19:59:13 +03:00
"content-length" : "116" ,
"connection" : "keep-alive"
} ,
"response" : "{\n \"message\": \"Not Found\",\n \"documentation_url\": \"https://developer.github.com/v3/repos/contents/#get-contents\"\n}\n" ,
"status" : 404
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/contents/content/posts/1970-01-01-first-title.md?ts=600&ref=cms/1970-01-01-first-title" ,
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:27 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/vnd.github.VERSION.raw; charset=utf-8" ,
"Content-Length" : "171" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4354" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
"ETag" : "\"3e5676c8285a456a6604603042b5428883f50417\"" ,
2019-11-13 10:02:47 +01:00
"Last-Modified" : "Wed, 13 Nov 2019 08:12:18 GMT" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "" ,
"X-GitHub-Media-Type" : "github.v3; param=VERSION.raw" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2EAA:3A597:8E4A375:A924461:5DCBBAEB" ,
2019-10-22 19:59:13 +03:00
"connection" : "keep-alive"
} ,
"response" : "---\ntemplate: post\ntitle: second title\ndraft: true\ndate: 1970-01-01T00:00:00.000Z\ndescription: second description\ncategory: second category\ntags:\n - tag2\n---\nsecond body\n" ,
"status" : 200
} ,
{
"method" : "GET" ,
2019-11-13 10:02:47 +01:00
"url" : "/repos/owner/repo/commits/7225d2c713d83ede71716359b73f7ed08d2ad575/status?ts=600" ,
2019-10-22 19:59:13 +03:00
"headers" : {
2019-11-13 10:02:47 +01:00
"Date" : "Wed, 13 Nov 2019 08:12:31 GMT" ,
2019-10-22 19:59:13 +03:00
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
2019-11-13 10:02:47 +01:00
"X-RateLimit-Remaining" : "4349" ,
"X-RateLimit-Reset" : "1573635105" ,
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
"ETag" : "W/\"69b65d80a0c643504e4d6aee85ac35f4\"" ,
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo, repo:status" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
"X-GitHub-Request-Id" : "2EC2:2CFEA:66B7AAA:7A775A8:5DCBBAEF" ,
"content-length" : "6574" ,
"connection" : "keep-alive"
} ,
"response" : "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"7225d2c713d83ede71716359b73f7ed08d2ad575\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/issue
"status" : 200
} ,
{
"method" : "GET" ,
"url" : "/repos/owner/repo/commits/7225d2c713d83ede71716359b73f7ed08d2ad575/status?ts=600" ,
"headers" : {
"Date" : "Wed, 13 Nov 2019 08:12:37 GMT" ,
"Content-Type" : "application/json; charset=utf-8" ,
"Server" : "GitHub.com" ,
"Status" : "200 OK" ,
"X-RateLimit-Limit" : "5000" ,
"X-RateLimit-Remaining" : "4348" ,
"X-RateLimit-Reset" : "1573635105" ,
2019-10-22 19:59:13 +03:00
"Cache-Control" : "private, max-age=60, s-maxage=60" ,
"Vary" : "Accept, Authorization, Cookie, X-GitHub-OTP" ,
2019-11-13 10:02:47 +01:00
"ETag" : "W/\"69b65d80a0c643504e4d6aee85ac35f4\"" ,
2019-10-22 19:59:13 +03:00
"X-OAuth-Scopes" : "delete_repo, repo" ,
"X-Accepted-OAuth-Scopes" : "repo, repo:status" ,
"X-GitHub-Media-Type" : "github.v3; format=json" ,
"Access-Control-Expose-Headers" : "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type" ,
"Access-Control-Allow-Origin" : "*" ,
"Strict-Transport-Security" : "max-age=31536000; includeSubdomains; preload" ,
"X-Frame-Options" : "deny" ,
"X-Content-Type-Options" : "nosniff" ,
"X-XSS-Protection" : "1; mode=block" ,
"Referrer-Policy" : "origin-when-cross-origin, strict-origin-when-cross-origin" ,
"Content-Security-Policy" : "default-src 'none'" ,
2019-11-13 10:02:47 +01:00
"X-GitHub-Request-Id" : "2EDA:43EF6:67845C9:7B94DD8:5DCBBAF5" ,
2019-10-22 19:59:13 +03:00
"content-length" : "6574" ,
"connection" : "keep-alive"
} ,
2019-11-13 10:02:47 +01:00
"response" : "{\n \"state\": \"pending\",\n \"statuses\": [\n\n ],\n \"sha\": \"7225d2c713d83ede71716359b73f7ed08d2ad575\",\n \"total_count\": 0,\n \"repository\": {\n \"id\": 221404909,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMjE0MDQ5MDk=\",\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\": \" h t t p s : //api.github.com/repos/owner/repo/issue
2019-10-22 19:59:13 +03:00
"status" : 200
}
]