Closed Natim closed 4 years ago
Where we say:
If you know HTTP, you know Kinto.
Something like:
echo '{"data": {"saying": "If you know Http, you know Kinto!"}}' | \ http POST https://kinto.dev.mozaws.net/v1/buckets/default/collections/sayings/records \ --auth token:api_key
We could even use cURL instead.
Where we say:
If you know HTTP, you know Kinto.
Something like: