]> jfr.im git - uguu.git/commitdiff
Create tools.txt
authorEric Johansson (neku) <redacted>
Mon, 13 Feb 2017 20:10:59 +0000 (21:10 +0100)
committerGitHub <redacted>
Mon, 13 Feb 2017 20:10:59 +0000 (21:10 +0100)
tools.txt [new file with mode: 0644]

diff --git a/tools.txt b/tools.txt
new file mode 100644 (file)
index 0000000..4ccfa10
--- /dev/null
+++ b/tools.txt
@@ -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)