如何列出我的要点?

And*_*dén 9 gist github

我可以获得我的要点清单吗?

这样的列表将列出所有要点,而不仅仅是四个要点,并且在我单击它之前不会显示要点的内容。

nex*_*rch 9

有一个简单的方法:https : //gist.github.com/anders

只需将用户名放在 url 的末尾:gist.github.com/[user name]


nhu*_*uvy 6

使用 GitHub Gist API:https://developer.github.com/v3/gists/#list-a-users-gists

例如,列出用户的所有公共要点andershttps ://api.github.com/users/anders/gists

返回结果的一部分:

"html_url": "https://gist.github.com/5b2bd534992dafe3f05202d43d8e48a2",
Run Code Online (Sandbox Code Playgroud)

然后访问:https://gist.github.com/5b2bd534992dafe3f05202d43d8e48a2,您将看到该特定要点的详细内容。