Skip to content

Commit

Permalink
updating the README
Browse files Browse the repository at this point in the history
  • Loading branch information
wmak committed Nov 22, 2017
1 parent 4076297 commit 6e5646e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,12 @@ An API client instance has a query object for each available resource
Methods on Query objects
========================

All queries support the ``get`` and ``create`` methods. The other methods are
All queries support the ``get``, ``create`` and ``options`` methods. The other methods are
only supported for queries whose resources are listable.

``options()``
Get the options for a single resource

``get(resource_id)``
Get a single resource.

Expand Down

0 comments on commit 6e5646e

Please sign in to comment.