Flask

Designing Well-Structured REST APIs with Flask-RestPlus: Part 1

7 minute read

This is the first part of a two-part series. In this post, I will introduce Flask-RestPlus and demonstrate how to start organising APIs around its simple REST-based conventions. Next time, I will address the topic of request/response marshalling (serialisation) and validation.