Skip to content

Commit

Permalink
fix: docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Mar 6, 2023
1 parent d792516 commit 8964270
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Python Module to use the Readwise API

This module is a wrapper for the Readwise API.

It allows you to easily access your Readwise data in Python.

## Installation

```bash
Expand Down Expand Up @@ -35,3 +39,11 @@ client = ReadwiseReaderClient('token')
response = client.create_document('https://www.example.com')
response.raise_for_status()
```

## Documentation

### Readwise API

The Readwise API is documented [here](readwise-api.md).

The Readwise Reader API is documented [here](readwise-reader-api.md).

0 comments on commit 8964270

Please sign in to comment.