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. @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 #kinglet - #api