feedly_api

Crates.iofeedly_api
lib.rsfeedly_api
version0.6.1
created_at2018-12-18 18:02:40.179266+00
updated_at2025-01-17 01:40:51.871476+00
descriptionrust implementation of the feedly REST API
homepage
repositoryhttps://gitlab.com/news-flash/feedly_api
max_upload_size
id102551
size152,252
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.6"

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: 156

cargo fmt