-
-
Save voxpelli/3fed4f1e5e15ace3f185 to your computer and use it in GitHub Desktop.
Micropub multipart
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 -X "POST" "http://127.0.0.1:8080/micropub/thepost.se" \ | |
-H "Authorization: Bearer 12345" \ | |
-F "category[]=bar" \ | |
-F "content=SKOSJKSJGSG" \ | |
-F "name=Testar kategorier5" \ | |
-F "h=entry" \ | |
-F "photo[]=@../../Pictures/Test/testbild.png" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment