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.
Available Recipes
Section titled “Available Recipes”| 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 |
See Also
Section titled “See Also”- Tutorial — User Guide — learn JustAPI from scratch
- Advanced User Guide — deep-dive topics
- API Reference — complete class and function reference