ShareXtoNotatio/CustomUploaders/glot.io (Anonymous).sxcu

14 lines
445 B
Plaintext

{
"Version": "13.1.0",
"Name": "glot.io (Anonymous)",
"DestinationType": "TextUploader",
"RequestMethod": "POST",
"RequestURL": "https://snippets.glot.io/snippets",
"Headers": {
"Content-type": "application/json"
},
"Body": "JSON",
"Data": "{\"language\":\"plaintext\",\"title\":\"$filename$\",\"public\":true,\"files\":[{\"name\":\"$filename$\",\"content\":\"$input$\"}]}",
"URL": "https://glot.io/snippets/$json:id$"
}