about summary refs log blame commit diff
path: root/requests_examples.sh
blob: 616e625b374299b8f09585c9ca1ed269194dc71a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

         








                                                                                                
 
#!/bin/sh

curl -H "API_KEY: ${API_KEY}" -X POST -d '
{
	"timestamp": "2020-01-02T15:04:05Z",
	"absolute_path": "/home/user/file.txt",
	"contents": "Hello, World!"
}
' http://leunam.dev:9999/file/

curl -H "API_KEY: ${API_KEY}" -X GET http://leunam.dev:9999/file/?path=%2Fhome%2Fuser%2Ffile.txt