Francesco149 / sharenix

A ShareX clone for Linux and FreeBSD.
GNU General Public License v3.0
589 stars 35 forks source link

Correct Syntax for this ShareX Config? #57

Open DarkiBoi opened 3 years ago

DarkiBoi commented 3 years ago
{
  "Version": "12.4.1",
  "Name": "somewebsite.com",
  "DestinationType": "ImageUploader, TextUploader, FileUploader",
  "RequestMethod": "POST",
  "RequestURL": "https://somewebsite.com/sharex/upload",
  "Body": "MultipartFormData",
  "Arguments": {
    "token": "MY_TOKEN"
  },
  "FileFormName": "file",
  "URL": "https://i.somewebsite.com/$response$"
}

Focus on the URL, I couldnt figure out how to convert the $response$ to sharenix