File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ You can use the ``offset`` and ``limit`` query parameters to paginate items in a
157
157
Objects vs dictionaries
158
158
-----------------------------------
159
159
160
- Most ``get ``, ``create `` and ``update `` functions can optionally return dictionaries rather than class objects by setting ``as_objects=True ``.
160
+ Most ``get ``, ``create `` and ``update `` functions can optionally return dictionaries rather than class objects by setting ``as_objects=False ``.
161
161
This is especially useful when the returned data needs to be further manipulated by popular packages
162
162
such as ``Numpy ``, ``Pandas ``, etc.
163
163
@@ -342,4 +342,4 @@ A *get* call on a non-existing resource will return a 404 Client Error.
342
342
print (e)
343
343
344
344
# Output:
345
- # 404 Client Error: Not Found for: GET https://localhost:8443/rep//jms/api/v1/projects/non_existing_project
345
+ # 404 Client Error: Not Found for: GET https://localhost:8443/rep//jms/api/v1/projects/non_existing_project
You can’t perform that action at this time.
0 commit comments