| 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.Circles.Get
Description
Get a circle.
See: Google+ Domains API Reference for plusDomains.circles.get.
- type CirclesGetResource = "plusDomains" :> ("v1" :> ("circles" :> (Capture "circleId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Circle))))
- circlesGet :: Text -> CirclesGet
- data CirclesGet
- cgCircleId :: Lens' CirclesGet Text
REST Resource
type CirclesGetResource = "plusDomains" :> ("v1" :> ("circles" :> (Capture "circleId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Circle)))) Source
A resource alias for plusDomains.circles.get method which the
CirclesGet request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> CirclesGet |
Creates a value of CirclesGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Request Lenses
cgCircleId :: Lens' CirclesGet Text Source
The ID of the circle to get.