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

Contents

Description

Returns a list of content regions that the YouTube website supports.

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

Synopsis

REST Resource

type I18nRegionsListResource = "youtube" :> ("v3" :> ("i18nRegions" :> (QueryParam "part" Text :> (QueryParam "hl" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` I18nRegionListResponse))))) Source

A resource alias for youtube.i18nRegions.list method which the I18nRegionsList request conforms to.

Creating a Request

i18nRegionsList Source

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

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

Request Lenses

irlPart :: Lens' I18nRegionsList Text Source

The part parameter specifies the i18nRegion resource properties that the API response will include. Set the parameter value to snippet.

irlHl :: Lens' I18nRegionsList Text Source

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