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
Is there a way to pass in our Decodable object so that when the JSON returns in the response, it can be decoded into our custom data model?
The text was updated successfully, but these errors were encountered:
Currently, this isn't supported, but this is absolutely something I want to add. This will most likely be added in the next release.
Sorry, something went wrong.
Finally got this supported! Take a look at the 6.0.0 release.
No branches or pull requests
Is there a way to pass in our Decodable object so that when the JSON returns in the response, it can be decoded into our custom data model?
The text was updated successfully, but these errors were encountered: