Github – 如何通过API搜索要点?

我明白使用
Github API可以使用
search a repository via various criteria但是如何搜索单个gist或找到它的id?

理想情况下,我想使用用户和文件名,但它可能是内容体内的哈希:

https://gist.github.com/search?q=sadjghasghdhjasgdfhs

最佳答案 我刚刚发现可以搜索特定的用户和/或文件名.我看过github的高级搜索,它使用user:some-user-name和path:some-file-name.这些标准也适用于要点搜索术语.

例如:https://gist.github.com/search?q=user%3Amanuelvanrijn+path%3Aguid.js

希望这有帮助,直到有一个搜索api可用于gists

点赞