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

Expose url construction as an elm function #47

Open domenkozar opened 5 years ago

domenkozar commented 5 years ago

It's often useful to just render a link in elm and this could be done from servant api.

For example api might expose a download url.