Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ You can use the ``offset`` and ``limit`` query parameters to paginate items in a
Objects vs dictionaries
-----------------------------------

Most ``get``, ``create`` and ``update`` functions can optionally return dictionaries rather than class objects by setting ``as_objects=True``.
Most ``get``, ``create`` and ``update`` functions can optionally return dictionaries rather than class objects by setting ``as_objects=False``.
This is especially useful when the returned data needs to be further manipulated by popular packages
such as ``Numpy``, ``Pandas``, etc.

Expand Down Expand Up @@ -342,4 +342,4 @@ A *get* call on a non-existing resource will return a 404 Client Error.
print(e)

#Output:
#404 Client Error: Not Found for: GET https://localhost:8443/rep//jms/api/v1/projects/non_existing_project
#404 Client Error: Not Found for: GET https://localhost:8443/rep//jms/api/v1/projects/non_existing_project