openapi_base 1.0.1+4 openapi_base: ^1.0.1+4 copied to clipboard
Open API base implementation for client/server to be used with openapi_code_builder.
1.0.1+4 #
- introduced
OpenApiHttpStatus
constants. - Fix sending of binary request data.
- Fix passing on headers to callers.
1.0.1 #
- Support for binary request bodys
1.0.0 #
- Added conflict exception.
0.2.0+2 #
- Fix contentType nullability.
0.2.0 #
- Null safety migration
0.1.5+3 #
- ApiUuid: Implement operator== and hashCode().
0.1.5+2 #
- Allow customizing of http clients, to override user-agent.
0.1.5+1 #
- Fix ApiUuid parsing/encoding in url parameters.
0.1.5 #
- Support for binary responses.
0.1.4 #
- Add support for
uuid
format.
0.1.3+3 #
- Allow usage without dart:io, server implementation will not be available.
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