Skip to content

Commit

Permalink
Link issue #22 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nborrmann authored May 9, 2017
1 parent 9bd1439 commit 4fd5bb2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,17 @@ available through the app. It returns all popular (upvotes/comments)
Jodels from a larger timeframe than the usual ``get_posts()`` methods
can access.

For unimplemented endpoints, check issue #22.

You can pass additional arguments (such as proxies and timeouts) to all
API calls through the ``**xargs`` argument that will be passed to the
``requests.request()`` function:

.. code:: python
>>> j.upvote(post_id, timeout=5, proxies={'https': '127.0.0.1:5000'})
For unimplemented endpoints, check `issue #22
<https://github.com/nborrmann/jodel_api/issues/22/>`_.


Error Codes
~~~~~~~~~~~
Expand Down

0 comments on commit 4fd5bb2

Please sign in to comment.