Kinto / kinto-website

Website for the kinto ecosystem
http://www.kinto-storage.org/
2 stars 5 forks source link

Add an example in the home page about the API. #12

Closed Natim closed 4 years ago

Natim commented 7 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
Natim commented 7 years ago

We could even use cURL instead.