Does anyone know of any samples that show how to make HTTP requests and handle responses in Elmish applications?
I’m currently porting an application I’ve made in elm to elmish and this is hopefully the last piece of the puzzle to get it working.
If possible I’m looking for anything that minics Elm’s way of handling async i.e. requests are made as a commands and the responses are handled as message in the application but I’m willing to accept anything at this point.