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
I think it makes sense to provide finch-generic covering generic derivations on endpoints in Finch. As for today we can build endpoints from query string params (we used to build request readers in the same way):
vale=Endpoint.derive[User].fromParams
I think I'm in favor of Circe-style API for this:
importio.finch.generic._vale:Endpoint[User] = deriveFromParams[User] // or simiar
Would be also nice to support derivation from path segments.
The text was updated successfully, but these errors were encountered:
I think it makes sense to provide
finch-generic
covering generic derivations on endpoints in Finch. As for today we can build endpoints from query string params (we used to build request readers in the same way):I think I'm in favor of Circe-style API for this:
Would be also nice to support derivation from path segments.
The text was updated successfully, but these errors were encountered: