Add API documentation
Current implementation is using Flask and Python to create a web API
Acceptance criteria:
- all functions exposed should have documentation
- examples for use of each function should be provided
Note: Flask, Swagger UI and Flask-RESTPlus could be used to create a basic documentation of the existing API; here is an example: http://michal.karzynski.pl/blog/2016/06/19/building-beautiful-restful-apis-using-flask-swagger-ui-flask-restplus/
Add API documentation
Current implementation is using Flask and Python to create a web API
Acceptance criteria:
Note: Flask, Swagger UI and Flask-RESTPlus could be used to create a basic documentation of the existing API; here is an example: http://michal.karzynski.pl/blog/2016/06/19/building-beautiful-restful-apis-using-flask-swagger-ui-flask-restplus/