gogol-youtube-0.0.1: Google YouTube Data 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.YouTube.VideoAbuseReportReasons.List

Contents

Description

Returns a list of abuse reasons that can be used for reporting abusive videos.

See: YouTube Data API Reference for youtube.videoAbuseReportReasons.list.

Synopsis

REST Resource

type VideoAbuseReportReasonsListResource = "youtube" :> ("v3" :> ("videoAbuseReportReasons" :> (QueryParam "part" Text :> (QueryParam "hl" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` VideoAbuseReportReasonListResponse))))) Source

A resource alias for youtube.videoAbuseReportReasons.list method which the VideoAbuseReportReasonsList request conforms to.

Creating a Request

videoAbuseReportReasonsList Source

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

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

Request Lenses

varrlPart :: Lens' VideoAbuseReportReasonsList Text Source

The part parameter specifies the videoCategory resource parts that the API response will include. Supported values are id and snippet.

varrlHl :: Lens' VideoAbuseReportReasonsList Text Source

The hl parameter specifies the language that should be used for text values in the API response.