1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
| -> % curl -u boris1993 https://api.github.com/repos/boris1993/boris1993/events Enter host password for user 'boris1993': [ { "id": "24633558565", "type": "PushEvent", "actor": { "id": 4367313, "login": "boris1993", "display_login": "boris1993", "gravatar_id": "", "url": "https://api.github.com/users/boris1993", "avatar_url": "https://avatars.githubusercontent.com/u/4367313?" }, "repo": { "id": 297097347, "name": "boris1993/boris1993", "url": "https://api.github.com/repos/boris1993/boris1993" }, "payload": { "push_id": 11349267173, "size": 1, "distinct_size": 1, "ref": "refs/heads/master", "head": "98364ce80ec5bbcdb6dc6f8d2239de2256ede487", "before": "32276fc643c6b34fee48f46363cfb6a44327cbe4", "commits": [ { "sha": "98364ce80ec5bbcdb6dc6f8d2239de2256ede487", "author": { "email": "41898282+github-actions[bot]@users.noreply.github.com", "name": "github-actions[bot]" }, "message": "Deploy to GitHub pages", "distinct": true, "url": "https://api.github.com/repos/boris1993/boris1993/commits/98364ce80ec5bbcdb6dc6f8d2239de2256ede487" } ] }, "public": true, "created_at": "2022-10-17T05:44:11Z" }, { "id": "24633554175", "type": "PushEvent", "actor": { "id": 4367313, "login": "boris1993", "display_login": "boris1993", "gravatar_id": "", "url": "https://api.github.com/users/boris1993", "avatar_url": "https://avatars.githubusercontent.com/u/4367313?" }, "repo": { "id": 297097347, "name": "boris1993/boris1993", "url": "https://api.github.com/repos/boris1993/boris1993" }, "payload": { "push_id": 11349264873, "size": 1, "distinct_size": 1, "ref": "refs/heads/master", "head": "32276fc643c6b34fee48f46363cfb6a44327cbe4", "before": "b0ab0263c0693122ae8069c95526e13b7336483f", "commits": [ { "sha": "32276fc643c6b34fee48f46363cfb6a44327cbe4", "author": { "email": "boris1993@live.cn", "name": "Boris Zhao" }, "message": "Create generate_snake_animation.yml", "distinct": true, "url": "https://api.github.com/repos/boris1993/boris1993/commits/32276fc643c6b34fee48f46363cfb6a44327cbe4" } ] }, "public": true, "created_at": "2022-10-17T05:43:50Z" }, { "id": "23024411036", "type": "PushEvent", "actor": { "id": 4367313, "login": "boris1993", "display_login": "boris1993", "gravatar_id": "", "url": "https://api.github.com/users/boris1993", "avatar_url": "https://avatars.githubusercontent.com/u/4367313?" }, "repo": { "id": 297097347, "name": "boris1993/boris1993", "url": "https://api.github.com/repos/boris1993/boris1993" }, "payload": { "push_id": 10514884570, "size": 1, "distinct_size": 1, "ref": "refs/heads/master", "head": "b0ab0263c0693122ae8069c95526e13b7336483f", "before": "660e4d3896eb523d703464f89112a2eea07ee309", "commits": [ { "sha": "b0ab0263c0693122ae8069c95526e13b7336483f", "author": { "email": "boris1993@live.cn", "name": "Boris Zhao" }, "message": "Update README.md", "distinct": true, "url": "https://api.github.com/repos/boris1993/boris1993/commits/b0ab0263c0693122ae8069c95526e13b7336483f" } ] }, "public": true, "created_at": "2022-07-22T08:05:06Z" } ]
|