-
Add Message
POST http://localhost:3000/api/messages
-
Get All Messages
GET http://localhost:3000/api/messages
-
Get Message by ID
GET http://localhost:3000/api/messages/3
-
Update a Message
PUT http://localhost:3000/api/messages/3
-
Delete a Message
DELETE http://localhost:3000/api/messages/2
-
Search Engine
POST http://localhost:3000/api/messages/search?query=is.min:1, the.max:0