FastAPI Structuring

Posted on Sun 11 September 2022 • Tagged with python, fastapi, testing, API, design, structure

When it comes to API design, structuring it is probably one the most fun things. Decomposition of the associated functions into the relevant prefixes etc. is not just fun but highly recommended for a clean implementation. The more sound the structure is, the more obvious and logical the interpretation of …


Continue reading