yotsuba v1.0.0 Yotsuba
Client for the 4chan API.
Read the API documentation for information on endpoints and response content.
Usage
The 4chan API provides endpoints for two resources: boards and threads. As such, there is a module for each of these.
Yotsuba.Board
Interfaces with the board enpoint. The following methods are provided:
Board.all/1Board.catalog/1Board.threads/1Board.archive/1Board.page_threads/2
Yotsuba.Thread
Interfaces with the thread enpoint. The following method is provided:
Thread.get/2