Go to file
Julian Ospald 2d3c229608
Initial commit
2022-04-09 21:37:01 +02:00
app Initial commit 2022-04-09 21:37:01 +02:00
lib Initial commit 2022-04-09 21:37:01 +02:00
.gitignore Initial commit 2022-04-09 21:37:01 +02:00
CHANGELOG.md Initial commit 2022-04-09 21:37:01 +02:00
README.md Initial commit 2022-04-09 21:37:01 +02:00
cabal.project Initial commit 2022-04-09 21:37:01 +02:00
cabal.project.freeze Initial commit 2022-04-09 21:37:01 +02:00
hie.yaml Initial commit 2022-04-09 21:37:01 +02:00
soostone.cabal Initial commit 2022-04-09 21:37:01 +02:00

README.md

Soostone

Request examples

Insert

curl -v -H 'Content-Type: application/json' -X POST --data '"abc"' http://localhost:9000/api/v1/input

Query

curl -v -X GET 'http://localhost:9000/api/v1/query?key=abc'