-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
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
Allow decode from data #239
Comments
Right, thanks for the ping. |
Is there a way to decode from Data without using Combine? |
@druvinskiy you don't need to use Combine to decode from |
@MPLew-is Thank you for the information. Unfortunately, autocomplete is only giving me the version of the function that accepts a String and not the version that accepts |
Are you using Yams from master? The Data decoding hasn't made it into a tagged release yet. #262 |
Oh, I just installed Yams using Cocoapods. Can you please explain how I should install Yams so I have access to the Data decoding? |
Use the master branch or wait for a new release. |
I couldn't find a mention of the word
data
in Readme.md and just wondering if there's a significant reason that decodeFrom is only available with string not data?The text was updated successfully, but these errors were encountered: