Skip to content

Instantly share code, notes, and snippets.

@SamSchmir
Last active April 9, 2018 19:48
Show Gist options
  • Save SamSchmir/ba17f95b7d3d8e40244ed0b7944ccd74 to your computer and use it in GitHub Desktop.
Save SamSchmir/ba17f95b7d3d8e40244ed0b7944ccd74 to your computer and use it in GitHub Desktop.
// JSON Request 👇
POST https://api.twitter.com/1.1/statuses/update.json?status=Hello!%20This%20Tweet%20was%20sent%20via%20the%20Twitter%20API.
// Twurl Request 👇
example$ twurl -X POST -H api.twitter.com "/1.1/statuses/update.json?status=Hello! This Tweet was sent via the Twitter API." | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment