Documentation

With the API

curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: <<<YOUR_SECRET_TOKEN>>>" \
-d @helloworld.json \
https://api.qarnot.com/tasks
curl -X GET \
-H "Authorization: <<<YOUR_SECRET_TOKEN>>>" \
https://api.qarnot.com/tasks/{uuid}/stdout

Any feedback on this page ?