shelf_api 1.3.3
shelf_api: ^1.3.3 copied to clipboard
A package to declare rest API endpoints that generate into shelf handlers.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.0 - 2024-09-08 #
Added #
- Added
urlEncode
toPathParam
- Ensures that all path parameters are correctly encoded by the api client and decoded by the server.