You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Readwise](https://readwise.io/) is an application suite to store, revisit, and learn from your book and article highlights. This is a basic library to call the [Readwise API](https://readwise.io/api_deets) to read and write highlights.
5
+
[Readwise](https://readwise.io/) is an application suite to store, revisit, and learn from your book and article highlights. This is a basic library to call the [Readwise API](https://readwise.io/api_deets) to read and write highlights, and manage Reader documents through the [Reader API](https://readwise.io/reader_api).
6
6
7
7
This library is not at 100% coverage of the API, so if you need a method that is missing, open an issue or contribute changes!
8
8
@@ -26,6 +26,10 @@ Or install it yourself as:
26
26
27
27
First, obtain an API access token from https://readwise.io/access_token.
28
28
29
+
### Highlights API (V2)
30
+
31
+
The [V2 API](https://readwise.io/api_deets) provides access to your highlights and books:
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
0 commit comments