fastapi-control

FastAPI utility to implement class-based routing with controllers and dependency injection.

MIT License

Downloads
227
Stars
8
Committers
3
fastapi-control - v0.2.0 Latest Release

Published by leynier over 2 years ago

What's Changed

  • feat: allow controllers to be added one by one to a FastAPI instance

BREAKING CHANGE!!! To achieve this, it was necessary to add the mandatory inheritance of an APIController base class, which is injected with a static method to be able to access your router and allow the functionality of adding the controllers one by one.

Full Changelog: https://github.com/leynier/fastapi-control/compare/v0.1.0...v0.2.0

fastapi-control - v0.1.0

Published by leynier over 2 years ago