Path, Query, and Body Parameters
By the end of this module you can take input as path, query and body parameters, choosing between them on meaning rather than convenience.
Units
- Unit 04.00: Path parameters and what belongs in a path
- Unit 04.01: Query parameters, defaults and optionality
- Unit 04.02: Request bodies and where validation happens
- Unit 04.03: Combining all three in one endpoint
- Unit 04.04: Parameters that should have been a header
