------------------
* Add EasyAPI class that functions as a Blueprint
for a set of api call routes.
* Implement EasyAPI.route(.) decorator.
* Add a example/test Flask hello world greeting app.
* Add tests for EasyAPI using the greet app.
* Add and update documentation.
* Refactoring and linting changes.
* Fix typos.