Skip to content

Commit

Permalink
more fixes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
TonkWorks committed Apr 30, 2018
1 parent 4e6f0b9 commit 6fbb5f2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.rst
Expand Up @@ -23,26 +23,27 @@ r2ds-api
R2DS Python API


* Free software: MIT license
QuickStart
----------

* Documentation: https://r2ds-api.readthedocs.io.

::

pip install r2ds_api

QuickStart
--------

```
pip install r2ds_api
```
Example
-------

```
import r2ds_api
::

import r2ds_api

response = r2ds.get("EXAMPLE AUTH KEY", {
"score__gt": 100
})
print(response.json())
```
response = r2ds.get("EXAMPLE AUTH KEY", {
"score__gt": 100
})
print(response.json())

Features
--------
Expand All @@ -53,7 +54,6 @@ Features


More Information
--------
----------------
* https://r2ds.tonkworks.com/
* https://r2ds.tonkworks.com/api/
* https://r2ds-api.readthedocs.io/en/latest/
* https://r2ds.tonkworks.com/api/

0 comments on commit 6fbb5f2

Please sign in to comment.