related to #88 #26 #12 **Wishlist** * [webargs](https://webargs.readthedocs.io/en/latest/) _for REST parameter validation_ * [flask-restplus](https://flask-restplus.readthedocs.io/en/stable/) _good for endpoint documentation and [looks nice][1].. [quite nice][2]_ * **vs** [pdoc](https://pdoc3.github.io/pdoc/) _good for module documentation_ * **vs** [flask-apispec](https://github.com/jmcarp/flask-apispec) _good for endpoint documentation ..[looks good too][3].. [is this really flask-apispec? looks good if so][4]_ * [marshmallow](https://marshmallow.readthedocs.io/en/stable/) _for JSON validation && serialization_ * **vs** [flask-marshmallow??](https://flask-marshmallow.readthedocs.io/en/latest/) _for diving further down the Flask rabbit hole_ * [pytest-flask][5] _for writing Flask API endpoint tests_ [1]: https://medium.com/ki-labs-engineering/designing-well-structured-rest-apis-with-flask-restplus-part-1-7e96f2da8850 [2]: https://towardsdatascience.com/working-with-apis-using-flask-flask-restplus-and-swagger-ui-7cf447deda7f [3]: https://dev.to/djiit/documenting-your-flask-powered-api-like-a-boss-9eo [4]: https://rebilly.github.io/RebillyAPI/ [5]: https://github.com/pytest-dev/pytest-flask
related to #88 #26 #12
Wishlist