Skip to content

How-To Recipes

These are standalone, task-oriented guides for specific JustAPI use cases. Each recipe solves a concrete problem without requiring you to read a full tutorial.

Recipe Problem Solved
GraphQL Integration Set up Strawberry GraphQL alongside REST endpoints
Custom Request & Route Classes Extend Request and APIRoute for custom behavior
Configure Swagger UI Customize the interactive docs appearance
Testing a Database Use in-memory SQLite for fast test isolation
Circuit Breaker Recipes Configure resilience patterns for real-world scenarios
Background Task Patterns Prioritized tasks, progress tracking, error handling