#api #podcast #search #api-bindings #fyyd #podcasting

fyyd-api

Bindings to the fyyd api

Show the crate…

4 releases

0.1.3 Jun 2, 2023
0.1.2 May 20, 2023
0.1.1 May 19, 2023
0.1.0 Jun 17, 2022

#46 in #podcast

27 downloads per month

MIT license

19KB
219 lines

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

Dependencies

~4–19MB
~261K SLoC