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.Attachments.List

Contents

Description

Returns a list of attachments for a timeline item.

See: Google Mirror API Reference for mirror.timeline.attachments.list.

Synopsis

REST Resource

type TimelineAttachmentsListResource = "mirror" :> ("v1" :> ("timeline" :> (Capture "itemId" Text :> ("attachments" :> (QueryParam "alt" AltJSON :> Get `[JSON]` AttachmentsListResponse))))) Source

A resource alias for mirror.timeline.attachments.list method which the TimelineAttachmentsList request conforms to.

Creating a Request

timelineAttachmentsList Source

Creates a value of TimelineAttachmentsList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

talItemId :: Lens' TimelineAttachmentsList Text Source

The ID of the timeline item whose attachments should be listed.