text and delete_password to /api/threads/{board}.id, text, created_on (date & time), bumped_on (date & time, starts same as created_on), reported (boolean), delete_password, & replies (array).text, delete_password, & thread_id to /api/replies/{board} and it will also update the bumped_on date to the comment's date.id, text, created_on, delete_password, & reported.reported and delete_password fields will not be sent. Also include replycount (total number of replies).reported and delete_password).thread_id & delete_password. (Text response will be 'Successfully deleted' or 'Could not delete')thread_id, reply_id, & delete_password. (Text response will be 'Successfully deleted' or 'Could not delete')thread_id. (Text response will be 'Reported' or 'Could not report')thread_id & reply_id. (Text response will be 'Reported' or 'Could not report')| API | GET | POST | PUT | DELETE |
|---|---|---|---|---|
| /api/threads/{board} | list recent threads | create thread | report thread | delete thread with password |
| /api/replies/{board} | show all replies on thread | create reply on thread | report reply on thread | change reply to '[deleted]' on thread with password |
/api/threads/{board}/api/replies/{board}?thread_id={thread_id}/api/threads/general/api/replies/general?thread_id={thread_id}