| Copyright | (c) 2015 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 |
Network.Google.Resource.PlusDomains.People.Get
Description
Get a person's profile.
See: Google+ Domains API Reference for plusDomains.people.get.
REST Resource
type PeopleGetResource = "plusDomains" :> ("v1" :> ("people" :> (Capture "userId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Person)))) Source
A resource alias for plusDomains.people.get method which the
PeopleGet request conforms to.
Creating a Request
Get a person's profile.
See: peopleGet smart constructor.