google-reader 0.0.1

A Rust library for interacting with Google Reader
Documentation
# google-reader

Does Google Reader API-style things, tested on FreshRSS.

Please feel free to submit patches/issues/whatever on [Github](https://github.com/yaleman/google-reader-rs).

## Testing

You need the following environment variables for testing to work:

| Env Var                | Example                                       |
| ---                    |                   ---                         |
| GOOGLE_READER_SERVER   |`https://freshrss.example.com/api/greader.php` |
| GOOGLE_READER_USERNAME | `example_user`                                |
| GOOGLE_READER_PASSWORD | `example_password`                            |

## Possible references

- <https://feedhq.readthedocs.io/en/latest/api/index.html>