↳
In-reply-to
»
can I post on yarn through curl?
⤋ Read More
And finally to make a post:
curl -s -d '{"text": "Hello World!"}' -H "Token: $YARND_TOKEN" http://localhost:8000/api/v1/post | jq '.'