Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to access input types here? #86

Open
src-of-truth bot opened this issue Apr 14, 2019 · 0 comments
Open

how to access input types here? #86

src-of-truth bot opened this issue Apr 14, 2019 · 0 comments

Comments

@src-of-truth
Copy link

src-of-truth bot commented Apr 14, 2019

ExceptT ServantError IO NoContent

-- TODO: how to access input types here?
-- ExceptT ServantError IO NoContent
clientWithRouteAndResultHandler Proxy _ _ req baseurl opts wrap trigs =
wrap =<< fmap runIdentity <$> performRequestsNoBody method (constDyn $ Identity req) baseurl opts trigs

ExceptT ServantError IO NoContent

-- TODO: how to access input types here?
-- ExceptT ServantError IO NoContent
clientWithRouteMulti Proxy _ _ _ req baseurl opts =
performRequestsNoBody method req baseurl opts

ExceptT ServantError IO a

-- TODO how to access input types here?
-- ExceptT ServantError IO a
clientWithRouteAndResultHandler Proxy _ _ req baseurl opts wrap trigs =
wrap =<< fmap runIdentity <$> performRequestsCT (Proxy :: Proxy ct) method (constDyn $ Identity $ req') baseurl opts trigs

  • Found on master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants