feedly_api

Crates.iofeedly_api
lib.rsfeedly_api
version0.6.0
sourcesrc
created_at2018-12-18 18:02:40.179266
updated_at2024-03-24 20:43:59.531223
descriptionrust implementation of the feedly REST API
homepage
repositoryhttps://gitlab.com/news-flash/feedly_api
max_upload_size
id102551
size145,538
Jan Lukas Gernert (jangernert)

documentation

README

feedly_api

Crates.io Status

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
Commit count: 155

cargo fmt