gogol-mirror-0.0.1: Google Mirror SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Mirror.Timeline.Get

Contents

Description

Gets a single timeline item by ID.

See: Google Mirror API Reference for mirror.timeline.get.

Synopsis

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

timelineGet Source

Arguments

:: Text

tgId

-> 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:

Request Lenses

tgId :: Lens' TimelineGet Text Source

The ID of the timeline item.