Crate dvach_api

Source
Expand description

§Dvach API

Library for working with 2ch.hk API

§Example

Methods

let threads: Vec<CatalogThread> = dvach::methods::Fetch::catalog(board);
let thread: Thread = dvach::methods::Fetch::thread(board, thread);

Modules§

methods
structs