# fyyd-api
[](https://builtwithnix.org)
[](https://crates.io/crates/fyyd-api)
[](https://docs.rs/fyyd-api)
Rust bindings to the fyyd api.
Currently the api version 2 is supported.
## Usage
```
fyyd-api = "0"
```
or use `cargo add`:
```
cargo add fyyd-api
```
## Limitations
The library currently fits my needs, but is still limited, notably:
- Not all endpoints are supported
- It is fully async and doesn't support blocking calls
- It uses reqwest as an http backend
If you have different needs, or find improvements,
I am always happy about contributions.
Please see the contributing section for that.
## Changes
[Changelog](./CHANGELOG.md)
## Contributing
[How to contribute.](./docs/CONTRIBUTING.md)
## Reference
- [Fyyd](https://fyyd.de/)
- [Fyyd Api Documentation](https://github.com/eazyliving/fyyd-api)
## License
MIT