# Functions

DeletePost handles a JSON response with a post.
GetBoardSettings handles a JSON response with this board settings.
GetHealthcheck handles a JSON response with a 200 OK if everything's alright.
GetIndex handles a JSON response with every post that started a thread.
GetPost handles a JSON response with a post.
GetPostExample handles a JSON response with a how-to example.
GetThread handles a JSON response with a number of posts defined beforehand.
GetThreadExample handles a JSON response with a how-to example.
SavePost handles a JSON response and saves the data as a post.
UpdatePost handles a JSON response with a post.