/Greystone

Messages for all

Primary LanguagePython

Messages endpoint

Simple API to GET, POST, PATCH, and DELETE Message entities. I've deployed it on heroku and an endpoint has been exposed at

http://greystone.duri.im/message

Request Body as specified :

{
    "message_text": "Hey Greystone!!"
}

GET

http://greystone.duri.im/message/

POST, PATCH, or DELETE

http://greystone.duri.im/message/{id}/