-
Notifications
You must be signed in to change notification settings - Fork 532
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
elm/http 2.0 #76
Comments
It's easy, your functions simply return Cmd Msg, instead of a Request object. |
@berenddeboer, yes you're right...but that signature change carries across all callsites and I'm unsure of the best path forward to map Cmd Msg, which is what I'm really curious about. |
@berenddeboer 'it's easy' - 3mo ago... anyone feel like posting a Gist / Ellie or a pull-request of what this update to http 2.0 might look like in practice? |
Well if you are not looking to completly migrate existing calls but rather use Http 2.0 in the project for your own different api calls while experimenting with the particular project there is allso the |
@chevinbrown @jsmith-dev I have a completely new implementation that uses the latest elm/http among other things. |
I'm working with this architecture example & an existing project that is using elm/http 2.0...is there a straightforward path to upgrading that API?
I've been attempting, but continually getting stuck...will happily do the gruntwork if I can get an assist to get started. 😃
The text was updated successfully, but these errors were encountered: