Last active
August 29, 2015 14:01
-
-
Save Neamar/0ea62c6e3b2bd99f1b5b to your computer and use it in GitHub Desktop.
Send file
This file contains 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 -XPOST \ | |
-H "Authorization: token ${TOKEN}" \ | |
-F "[email protected]" \ | |
https://api.anyfetch.com/documents/identifier/hello-world/file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment