hn_api

Crates.iohn_api
lib.rshn_api
version0.1.0
sourcesrc
created_at2019-01-01 17:42:13.035197
updated_at2019-01-01 17:42:13.035197
description A simple Hacker News API (v0) client library based on reqwest and serde.
homepage
repositoryhttps://github.com/dbrgn/hn_api/
max_upload_size
id104847
size28,982
Danilo Bargen (dbrgn)

documentation

README

hn_api

CircleCI Rust

A simple synchronous Hacker News API (v0) client library based on reqwest and serde.

The library currently implements no caching. It simply exposes endpoints as methods.

Furthermore, there is no realtime functionality. If you need that, you should probably use a firebase client crate and subscribe to the live endpoints directly.

For an example, see examples/top.rs.

License

Licensed under either of

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 14

cargo fmt