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

Generate argument lists in the order defined by the API type. #34

Closed mattjbray closed 7 months ago

mattjbray commented 6 years ago

Fixes #30. Depends on https://github.com/haskell-servant/servant/pull/866.

domenkozar commented 7 months ago

Seems like the corresponding PR was closed.