Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
See: Google OAuth2 API Reference for oauth2.userinfo.get
.
Synopsis
- type UserInfoGetResource = "oauth2" :> ("v2" :> ("userinfo" :> (QueryParam "alt" AltJSON :> Get '[JSON] UserInfoplus)))
- userInfoGet :: UserInfoGet
- data UserInfoGet
REST Resource
type UserInfoGetResource = "oauth2" :> ("v2" :> ("userinfo" :> (QueryParam "alt" AltJSON :> Get '[JSON] UserInfoplus))) Source #
A resource alias for oauth2.userinfo.get
method which the
UserInfoGet
request conforms to.
Creating a Request
userInfoGet :: UserInfoGet Source #
Creates a value of UserInfoGet
with the minimum fields required to make a request.
data UserInfoGet Source #