# Workflowy API client
[](https://github.com/DenisGorbachev/workflowy-api)
[](https://docs.rs/workflowy-api)
This crate provides a basic [`Client`] for a [Workflowy API](https://beta.workflowy.com/api-reference).
[`Client`]: https://docs.rs/workflowy-api/latest/workflowy_api/struct.Client.html
## Installation
```shell
cargo add workflowy-api
```
## Gratitude
Like the project? [⭐ Star this repo](https://github.com/DenisGorbachev/workflowy-api) on GitHub!
## License
[Apache-2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, shall be licensed as above, without any additional terms or conditions.