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 |
Gets a single timeline item by ID.
See: Google Mirror API Reference for mirror.timeline.get
.
Synopsis
- type TimelineGetResource = "mirror" :> ("v1" :> ("timeline" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TimelineItem))))
- timelineGet :: Text -> TimelineGet
- data TimelineGet
- tgId :: Lens' TimelineGet Text
REST Resource
type TimelineGetResource = "mirror" :> ("v1" :> ("timeline" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TimelineItem)))) Source #
A resource alias for mirror.timeline.get
method which the
TimelineGet
request conforms to.
Creating a Request
:: Text | |
-> TimelineGet |
Creates a value of TimelineGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TimelineGet Source #
Gets a single timeline item by ID.
See: timelineGet
smart constructor.