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 |
Get a circle.
See: Google+ Domains API Reference for plusDomains.circles.get
.
Synopsis
- 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
:: 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:
data CirclesGet Source #
Get a circle.
See: circlesGet
smart constructor.
Instances
Request Lenses
cgCircleId :: Lens' CirclesGet Text Source #
The ID of the circle to get.