Skip to content

Commit 5a11ecf

Browse files
committed
Update documentation
1 parent cd60680 commit 5a11ecf

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

docs/API.rst

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,12 @@ Gets all Sifts(tasks) from the user.
207207
208208
* ``user``: A ``string`` that is the username of the user to get the Sifts from.
209209
* ``limit`` (Optional): An ``integer`` that is the maximum number of results to
210-
return.
210+
return.
211211
* ``offset`` (Optional): An ``integer``, starts the list at this offset (zero-based).
212212
* ``last_update_time`` (Optional): An ``integer`` which is an Epoch timestamp. Returns
213-
results with last update time more recent than this time.
213+
results with last update time more recent than this time.
214214
* ``domain`` (Optional): A ``list`` of ``string`` that filters the Sift payload by the type, e.g.
215-
``shipment``, ``flight``, etc.
215+
``shipment``, ``flight``, etc.
216216
217217
**Example**
218218
@@ -234,22 +234,6 @@ Gets a single Sift(task) from the user.
234234
235235
**Example**
236236
237-
.. code-block:: python
238-
239-
sift.get_sift('username', 123)
240-
241-
get_sift
242-
^^^^^^^^^
243-
244-
Gets a single Sift(task) from the user.
245-
246-
**Parameters**
247-
248-
* ``user``: A ``string`` that is the username of the user to get the Sift from.
249-
* ``sift_id``: An ``integer`` that is the ID of the Sift to get from the user.
250-
251-
**Example**
252-
253237
.. code-block:: python
254238
255239
sift.get_sift('username', 123)

0 commit comments

Comments
 (0)