r2ch

Crates.ior2ch
lib.rsr2ch
version0.1.2
sourcesrc
created_at2018-12-13 17:09:13.815395
updated_at2018-12-28 20:59:34.458737
description2ch API wrapper
homepagehttps://github.com/uuttff8/r2ch
repositoryhttps://github.com/uuttff8/r2ch
max_upload_size
id101767
size8,917
Anton Kuzmin (uuttff8)

documentation

README

r2ch - a Rust client for The 2ch Web API

Disclaimer

  • now in development

Tasks

  • Add docs
  • Сaptcha
  • JSON impl (partly)
  • Add much more examples
  • Refactor

Examples

Building examples.

$ cd r2ch

then run

$ cargo run --example boards_all

How to use

use r2ch::client::TwoCH;

let _ = TwoCH::default().boards_all();

API Documentation

Not yet

you may find docs in sources

CHANGELOG

Please see the CHANGELOG for a release history.

Contribution

If you find any problem or have suggestions about this crate, please submit an issue. Moreover, any pull request ,code review and feedback are welcome.

License

MIT

Commit count: 31

cargo fmt