open_api_client_generator 1.2.0
open_api_client_generator: ^1.2.0 copied to clipboard
OpenApi Client Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec.
1.2.0 #
- feat: added support to specify 'part' folder to handle the redirect generation code via build_runner
- build: allow
open_api_specificationto>=3.0.0 <3.1.0
1.1.2 #
- build: removed analyzer dependency
1.1.1 #
- build: bumped
open_api_specificationto3.0.0
1.1.0 #
- chore: removed support to dart http client generator
- build: bumped
analyzerdependency to>=7.4.0 <9.0.0 - build: allow
code_builder: ^4.4.0
1.0.1 #
- fix: fixed security field in open api operation
1.0.0 #
- feat: First release of open_api_client_generator