fyyd-api

Crates.iofyyd-api
lib.rsfyyd-api
version0.1.3
sourcesrc
created_at2022-06-17 08:56:19.84758
updated_at2023-06-02 19:09:09.229412
descriptionBindings to the fyyd api.
homepagehttps://gitlab.com/a-kenji/fyyd-api
repositoryhttps://gitlab.com/a-kenji/fyyd-api
max_upload_size
id607884
size41,692
(a-kenji)

documentation

https://gitlab.com/a-kenji/fyyd-api

README

fyyd-api

Built with Nix Crates Documentation

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

Contributing

How to contribute.

Reference

License

MIT

Commit count: 39

cargo fmt