Kinglet API @GET /api/v1/messages@ - homepage. stream. messages created by or sent to the logged in user. @GET /api/v1/messages/page/3@ - page three of the stream. or @GET /api/v1/messages/3/page@ - page three of the stream. @GET /api/v1/messages/5@ - retrieve message 5. @POST /api/v1/messages@ - send a new message. @GET /api/v1/messages/5/replies@ - retrieve discussion thread. the original message and all replies. @POST /api/v1/messages/5/replies@ - create a reply message to message 5. #kinglet - #api