-
-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello, I am trying to programmatically generate Gists. Example I can do this for Github gist:
curl -L \
-X POST \
-H "Authorization: Bearer <YOUR-TOKEN>" \
https://api.github.com/gists \
-d '{"description":"Example of a gist","public":false,"files":{"README.md":{"content":"Hello World"}}}'
How do I accomplish this here? Thanks for checking :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request