revali_client_gen 2.0.0-dev
revali_client_gen: ^2.0.0-dev copied to clipboard
A Revali Server Client Construct to generate client code using `revali_router`
CHANGELOG #
1.3.1 | 05.30.25 #
Fixes #
- Issue where controllers/methods were not excluded from integrations
- Issue where controllers/methods were not excluded from dependencies
1.3.0 | 05.08.25 #
1.2.0 | 04.07.25 #
Features #
- Support
ExcludeFromClient
annotation to exclude controllers/methods from being generated in the client - Support explicit types for
toJson
return types - Support explicit types for
fromJson
parameters
Fixes #
- Issue where multiple path parameters would malform the generated endpoint path
Enhancements #
- Mark parameters as optional if there is a default value or if the type is nullable
1.1.1 | 03.27.25 #
Fixes #
- Issue where not all imports were being added to the generated code from type's type arguments
1.0.1 | 03.24.25 #
Initial Release!
1.0.0 | 03.24.25 #
Initial Release!