openapi_base 0.1.3
openapi_base: ^0.1.3 copied to clipboard
Open API base implementation for client/server to be used with openapi_code_builder.
0.1.3 #
- Create a
openapi_base_client
library which only exports classes required for the client side. (Ie. no dart:io)
0.1.2 #
- Support for optional query parameters
- Match the whole path on the server (not prefix matching)
- Improve body types, etc.
0.1.1 #
- More documentation, various extension methods, etc.
0.1.0 #
Initial release