Closed
Description
We have a github implementation, which I find surprisingly convenient. We should also do one for gists, which also have a reasonable API https://docs.github.com/en/rest/reference/gists . We could mirror the github implementation and require user/gist_id, or only require user and auto list their gists (which have hex-like IDs, not sensible names). I tend towards the latter.
Within a gist you only have a single flat list of files.
"https://api.github.com/users/martindurant/gists"
lists my gists, AND the files within each of them, giving size and URL to the raw download. The call can be optionally paginated.
Metadata
Metadata
Assignees
Labels
No labels