Skip to content

Instantly share code, notes, and snippets.

@DerEnderKeks
Created August 23, 2016 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DerEnderKeks/20ce8b9f6966f395be18e844ba722aa6 to your computer and use it in GitHub Desktop.
Save DerEnderKeks/20ce8b9f6966f395be18e844ba722aa6 to your computer and use it in GitHub Desktop.
ShareX custom uploader for Yanius (https://github.com/DerEnderKeks/Yanius)
{
"Name": "Yanius",
"RequestType": "POST",
"RequestURL": "http(s)://your.domain/api/upload",
"FileFormName": "file",
"Arguments": {
"apikey": "<your api key>"
},
"ResponseType": "Text",
"URL": "$json:url$"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment