Skip to content

Instantly share code, notes, and snippets.

@yaf
Created August 20, 2021 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaf/93426c9ed2e66ce4f781d5af816ecfae to your computer and use it in GitHub Desktop.
Save yaf/93426c9ed2e66ce4f781d5af816ecfae to your computer and use it in GitHub Desktop.
curl github issues
curl \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/betagouv/rdv-solidarites.fr/issues
curl \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/betagouv/rdv-solidarites.fr/issues/1241/events
curl \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/betagouv/rdv-solidarites.fr/issues?labels=.S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment