Skip to content

Commit

Permalink
Add users page and small touches
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck committed Jan 22, 2025
1 parent 396e76f commit 48161ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/communications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CommunicationClient
>>> comms_list
<APIResults: [<Communication: 108835 - Communication 108835>, <Communication: 108843 - Communication 108843>, <Communication: 108907 - Communication 108907>, <Communication: 108966 - Communication 108966>, <Communication: 111795 - Communication 111795>, <Communication: 116217 - Communication 116217>, <Communication: 117300 - Communication 117300>, <Communication: 125824 - Communication 125824>, <Communication: 126598 - Communication 126598>, <Communication: 132173 - Communication 132173>, <Communication: 132516 - Communication 132516>, <Communication: 137925 - Communication 137925>, <Communication: 138088 - Communication 138088>, <Communication: 145537 - Communication 145537>, <Communication: 152476 - Communication 152476>, <Communication: 152664 - Communication 152664>, <Communication: 160437 - Communication 160437>, <Communication: 160672 - Communication 160672>, <Communication: 168785 - Communication 168785>, <Communication: 169623 - Communication 169623>, <Communication: 178866 - Communication 178866>, <Communication: 179077 - Communication 179077>, <Communication: 191560 - Communication 191560>, <Communication: 201224 - Communication 201224>, <Communication: 209319 - Communication 209319>, <Communication: 210054 - Communication 210054>, <Communication: 217196 - Communication 217196>, <Communication: 217378 - Communication 217378>, <Communication: 224981 - Communication 224981>, <Communication: 225368 - Communication 225368>, <Communication: 232374 - Communication 232374>, <Communication: 232639 - Communication 232639>, <Communication: 240709 - Communication 240709>, <Communication: 240818 - Communication 240818>, <Communication: 249100 - Communication 249100>, <Communication: 250002 - Communication 250002>, <Communication: 257558 - Communication 257558>, <Communication: 258751 - Communication 258751>, <Communication: 266697 - Communication 266697>, <Communication: 267332 - Communication 267332>, <Communication: 277200 - Communication 277200>, <Communication: 277719 - Communication 277719>, <Communication: 285848 - Communication 285848>, <Communication: 285988 - Communication 285988>, <Communication: 294296 - Communication 294296>, <Communication: 294402 - Communication 294402>, <Communication: 304474 - Communication 304474>, <Communication: 304853 - Communication 304853>, <Communication: 314973 - Communication 314973>, <Communication: 315197 - Communication 315197>]>

::
>>> comm_example = client.communications.retrieve(108907)
>>> comm_example
<Communication: 108907 - Communication 108907>
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Documentation
requests
changelog
credits
users

Contributing
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/requests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RequestClient
.. class:: documentcloud.requests.RequestClient

The request client allows access to search, list, create, and retrieve FOIA requests. Accessed generally as ``client.agencies``.
Refer to the getting started page to look at some examples of searching and filing for requests.
Refer to the getting started page to look at some examples of searching and filing requests.

.. method:: list(self, **params)

Expand Down

0 comments on commit 48161ef

Please sign in to comment.