cURL - sgml/signature GitHub Wiki

Example Code

curl -X POST \
  -H "Content-Type: application/json" \
  -H "Shortcut-Token: $SHORTCUT_API_TOKEN" \
  -d '{ "archived": false, "created_at_end": "2016-12-31T12:30:00Z", "created_at_start": "2016-12-31T12:30:00Z", "includes_description": true, "story_type": "bug" "workflow_state_types": ["backlog"] }' \
  -L "https://api.app.shortcut.com/api/v3/stories/search"

GUIs

REST Equivalent Category Free Open‑Source Windows Desktop Apps License
GraphiQL‑style GraphQL/REST query explorers Insomnia, Bruno, Yaade Insomnia: GNU GPL‑3.0; Bruno: Apache‑2.0; Yaade: AGPL‑3.0
SoapUI‑style API testing frameworks Apache JMeter, Rest‑Assured, Karate JMeter: Apache‑2.0; Rest‑Assured: Apache‑2.0; Karate: Apache‑2.0
WinSCP‑style File transfer clients FileZilla, Cyberduck, muCommander FileZilla: GNU GPL‑2.0; Cyberduck: GNU GPL‑3.0; muCommander: GNU GPL‑3.0

References

⚠️ **GitHub.com Fallback** ⚠️