Working on docs

This commit is contained in:
Hillel Coren 2017-03-13 21:07:51 +02:00
parent 24eb472d20
commit c61f94947a

View File

@ -14,7 +14,9 @@ Reading Data
Heres an example of reading the list of clients using cURL from the command line.
``curl -X GET ninja.dev/api/v1/clients -H "X-Ninja-Token: TOKEN" -H "X-Requested-With: XMLHttpRequest"``
.. code-block:: shell
curl -X GET ninja.dev/api/v1/clients -H "X-Ninja-Token: TOKEN" -H "X-Requested-With: XMLHttpRequest"
For invoices, quotes, tasks and payments simply change the object type. ie,