24 releases
| 0.6.0 | Mar 24, 2024 |
|---|---|
| 0.5.1 | Jun 23, 2023 |
| 0.5.0 | Dec 4, 2022 |
| 0.4.8 | Nov 13, 2022 |
| 0.1.0 | Dec 18, 2018 |
#521 in Web programming
115 downloads per month
Used in news-flash
75KB
2K
SLoC
feedly_api
Rust implementation of the feedly API.
Usage
Add the dependency to your Cargo.toml.
[dependencies]
feedly_api = "0.2"
Getting up and running
See the login example for how to log in and obtain a
FeedlyApi instance.
Run the example using cargo:
cargo run --example login
Dependencies
~7–18MB
~242K SLoC