Created
November 30, 2016 06:50
-
-
Save nmenag/ef943188cd2bf57ba62aea8dacf8c0d9 to your computer and use it in GitHub Desktop.
Curl example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -X POST -d '{title: "foo", body: "example in makeitreal wow", userId: 1 }' http://jsonplaceholder.typicode.com/posts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment