You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Servant endpoints are currently very difficult to change and use. Types errors are hard to understand and producing client functions from the API types is cumbersome.
I propose we use Servant.API.Generic to describe APIs with records. In my experience, it makes APIs a lot easier to work with.
The text was updated successfully, but these errors were encountered:
Servant endpoints are currently very difficult to change and use. Types errors are hard to understand and producing client functions from the API types is cumbersome.
I propose we use
Servant.API.Generic
to describe APIs with records. In my experience, it makes APIs a lot easier to work with.The text was updated successfully, but these errors were encountered: