-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Milestone
Description
One of the biggest advantages of servant-like API descriptions is the autogeneration of a type-safe and compliant client. Essentially, a function
client :: forall (a :: Api Nat Symbol *) . Sing a -> LocationData -> Client a
where Client a is a collection of IO actions which result in calls to the API hosted at LocationData.