Skip to content

Instantly share code, notes, and snippets.

@dminuoso
Created January 7, 2021 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dminuoso/9ae328604fccf07740f5f4d914360bbc to your computer and use it in GitHub Desktop.
Save dminuoso/9ae328604fccf07740f5f4d914360bbc to your computer and use it in GitHub Desktop.
Expected type: Uid -> Uid -> ModgudInetService
Actual type: AsClientT ClientM
Servant.API.Generic.:- (BasicAuth "uid-realm" Uid
:> (Summary "Retrive InetService details for a user"
:> ("modgud"
:> ("inet"
:> ("services"
:> (Capture "inetUid" Uid
:> Get
'[JSON]
ModgudInetService))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment