-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add RemoteData wrapper? #1
Comments
Hey! Glad to hear you're enjoying the libraries so far. :) I'd be open for it if there's a way to add it that doesn't force everyone to use it. The reason it's preferrable (IMO) for the generated endpoints to return With that said, we sometimes find it convenient to use |
Cool. I totally agree with your reasoning, I will see to work this and next week on a version that will have a option to generate RD endpoints. |
BTW, usually I just save webdata to my model, and display result accordingly. If I need to work out details, I simply |
Hi,
I have been playing with your libraries and I find them really pleasurable to work with. Only thing that is holding me back to implement it in my main project is the fact that I am using heavily
RemoteData package:
https://package.elm-lang.org/packages/krisajenkins/remotedata/latest
Do you think that there is a possibility to generate client code wrapped with RemoteData, and are you open or PRs in this area?
Thanks!
The text was updated successfully, but these errors were encountered: