/CherryPy-example

Restful API made with Cherrypy and Heroku for deployment.

Primary LanguagePython

Cherrypy rest-ful API with Heroku

A simple rest-ful API example made with Cherrypy, git actions and Heroku for deployment

API:

heroku-link

get: returns a message in JSON

post: post a json with the attribute “message”.

get: Gives you a math question to answer.

post: post the answer and receive if the answer is right or wrong.