yotsuba v1.0.0 Yotsuba.Board
Module to interface with the board endpoint.
Link to this section Summary
Functions
Returns a list of all boards
Returns a list of archived thread IDs
Returns all thread OPs (and the replies shown on indexes) from an individual board
Returns a list of threads in a board’s page
Returns a list of thread IDs, their modification times, and respective pages
Link to this section Functions
Link to this function
all()
Returns a list of all boards.
Link to this function
archive(board)
Returns a list of archived thread IDs.
Link to this function
catalog(board)
Returns all thread OPs (and the replies shown on indexes) from an individual board.
Link to this function
page_threads(board, page)
Returns a list of threads in a board’s page.
Link to this function
threads(board)
Returns a list of thread IDs, their modification times, and respective pages.