Skip to content

Instantly share code, notes, and snippets.

@SamSchmir
Last active April 9, 2018 16:21
Show Gist options
  • Save SamSchmir/773c68b28795a104b9441da8267c88c1 to your computer and use it in GitHub Desktop.
Save SamSchmir/773c68b28795a104b9441da8267c88c1 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 👇
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