Changelog
0.2.5 - 2024-7-11
Fixed
- Union collapse check if type matches to provided structure
0.2.4 - 2024-7-10
Fixed
- Union collapse when one of the types is enum and the value should be in it
0.2.3 - 2024-7-10
Fixed
- Conditionally put body in request based on the request method and if body is present at all
0.2.2 - 2024-7-9
- Fixed mix.exs config to add mocks files to package
0.2.1 - 2024-7-9
- Fixed mix.exs config to add mocks files to package
0.2.0 - 2024-7-9
Added
- Additional headers will be added to request if configured in
http_headers
- Mock functions for convince of testing
0.1.6 - 2024-7-8
- Pass request query parameters in client to handle list requests
0.1.5 - 2024-7-8
0.1.4 - 2024-7-8
- Added error that all operations return in case of error
0.1.3 - 2024-7-5
- Added missing md docs files
0.1.2 - 2024-7-5
- Removed unused schema files
- Updated mix configuration to use poison only for tests
- Updated mix configuration links
- Added license doc
0.1.1 - 2024-7-5
- Configured
oapi_generator
- Implemented client with requests method that converts arrow map to expected result type
- Written tests for all operations