Last active
July 30, 2019 11:45
-
-
Save Yandols/cd7d5e6d24d4dbffd80aa3ebbeeaef8c to your computer and use it in GitHub Desktop.
Updated ShareX integration for Icarus Imeji Uploader at https://imeji.yandols.xyz
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
{ | |
"Version": "12.4.1", | |
"Name": "Icarus Imeji Uploader Service", | |
"DestinationType": "ImageUploader", | |
"RequestMethod": "POST", | |
"RequestURL": "https://imeji.yandols.xyz/upload.php", | |
"Headers": { | |
"Authorization": "c2VraWhvdV8xOTA3RTA4QGltZWppX3ZhcmllZF9zdHJlYW1fdXBsb2Fk" | |
}, | |
"Body": "MultipartFormData", | |
"FileFormName": "fileToUpload", | |
"URL": "$responseurl$" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment