How-to GuidesΒΆ
These guides show you how to accomplish specific tasks with Flask-Jeroboam. Each guide addresses a real-world need and provides practical examples you can apply to your own code.
Contents:
- How to validate request data
- How to serialize responses
- How to customize API documentation
- How to configure Flask-Jeroboam
- Disabling OpenAPI docs
- Customizing the docs URL
- Changing the OpenAPI title
- Disabling automatic error handlers
- Response validation
- Using with application factory pattern
- Configuration with environment variables
- Custom error responses
- Response headers
- Caching responses
- CORS configuration
- Logging and debugging
- Performance tuning