haskell-servant / servant-elm

Automatically derive Elm functions to query servant webservices
BSD 3-Clause "New" or "Revised" License
164 stars 48 forks source link

Allow passing the base URL dynamically in Elm. #20

Closed mattjbray closed 7 years ago

mattjbray commented 7 years ago

Fixes #18.

domenkozar commented 7 years ago

@mattjbray I've finally tested this, it works. Thank you!