Create tools.txt

This commit is contained in:
Eric Johansson (neku) 2017-02-13 21:10:59 +01:00 committed by GitHub
parent 495eda7b23
commit 362ecdf843

9
tools.txt Normal file
View File

@ -0,0 +1,9 @@
Tools
ShareX: https://getsharex.com
API
To upload using curl or make a tool you can post using:
curl -i -F name=test.jpg -F file=@localfile.jpg https://uguu.se/api.php?d=upload (HTML Response)
curl -i -F name=test.jpg -F file=@localfile.jpg https://uguu.se/api.php?d=upload-tool (Plain text Response)