-
Notifications
You must be signed in to change notification settings - Fork 72
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
Feature Request: Make Entity conforming to Codable or offer a #144
Comments
Hey @karstengresch :) Happy that you are enjoying Graph. Are you talking about the Swift 4.2 dynamic properties so you don't have to access the API using subscripting? If so, the second I heard about this update... I was like "finally". |
@DanielDahan I think he wants us to make |
@DanielDahan @OrkhanAlikhanov Thanks for your replies - @OrkhanAlikhanov is right: I just think of conformance to This would e.g. allow putting an Not sure if this makes sense for you @DanielDahan ? Best wishes, Karsten |
@karstengresch Yes it does. I think this should be doable. Let's leave this request up for now and tackle it within the next week, @OrkhanAlikhanov. Thank you! |
@karstengresch in what cases would you use |
Base solution is here #152 (review), although, we have more we would like to add feature wise. We will make a new issue to articulate the new issues. |
@OrkhanAlikhanov, @DanielDahan - thanks for making this happen! You guys really rock. @OrkhanAlikhanov regarding your question: I started using Of course I'm aware there's Anyway - @OrkhanAlikhanov thank you so much for your pull request and @DanielDahan to let it get into the code base! |
@karstengresch Keep the great requests/questions coming and we will work to improve our products :) Thank you! |
Hi all, especially Daniel :)
I'm in a need including Entity vars in a struct that conforms to Codable (as of Swift 4).
Not sure if that makes sense in regards to the Graph API philosophy, but to me, that'd be useful as I wouldn't need to remodel the Entity's structure.
Thanks for Graph anyway - what a decent piece of great software!
Best wishes,
Karsten
The text was updated successfully, but these errors were encountered: