| 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.Activities.Get
Description
Get an activity.
See: Google+ Domains API Reference for plusDomains.activities.get.
- type ActivitiesGetResource = "plusDomains" :> ("v1" :> ("activities" :> (Capture "activityId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Activity))))
- activitiesGet :: Text -> ActivitiesGet
- data ActivitiesGet
- agActivityId :: Lens' ActivitiesGet Text
REST Resource
type ActivitiesGetResource = "plusDomains" :> ("v1" :> ("activities" :> (Capture "activityId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Activity)))) Source
A resource alias for plusDomains.activities.get method which the
ActivitiesGet request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> ActivitiesGet |
Creates a value of ActivitiesGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ActivitiesGet Source
Get an activity.
See: activitiesGet smart constructor.
Request Lenses
agActivityId :: Lens' ActivitiesGet Text Source
The ID of the activity to get.