We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation mentions all types from OpenAPI spec to be recognized and cast:
open_api_spex/lib/open_api_spex/cast.ex
Lines 52 to 58 in def1794
However, it appears :byte type, e.g. a base64-encoded value, is not being handled e.g. decoded from Base64.
:byte
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @gmile Would you be interested in submitting a PR to implement this behaviour?
Sorry, something went wrong.
@zorbash sure, here's my attempt at addressing this one: #504
Fixed in #504 thanks @gmile 👍
No branches or pull requests
The documentation mentions all types from OpenAPI spec to be recognized and cast:
open_api_spex/lib/open_api_spex/cast.ex
Lines 52 to 58 in def1794
However, it appears
:byte
type, e.g. a base64-encoded value, is not being handled e.g. decoded from Base64.The text was updated successfully, but these errors were encountered: