gogol-youtube-0.1.0: Google YouTube Data SDK.

Copyright(c) 2015-2016 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.I18nLanguages.List

Contents

Description

Returns a list of application languages that the YouTube website supports.

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

Synopsis

REST Resource

type I18nLanguagesListResource = "youtube" :> ("v3" :> ("i18nLanguages" :> (QueryParam "part" Text :> (QueryParam "hl" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] I18nLanguageListResponse))))) Source #

A resource alias for youtube.i18nLanguages.list method which the I18nLanguagesList request conforms to.

Creating a Request

i18nLanguagesList Source #

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

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

data I18nLanguagesList Source #

Returns a list of application languages that the YouTube website supports.

See: i18nLanguagesList smart constructor.

Instances

Eq I18nLanguagesList Source # 
Data I18nLanguagesList Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> I18nLanguagesList -> c I18nLanguagesList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c I18nLanguagesList #

toConstr :: I18nLanguagesList -> Constr #

dataTypeOf :: I18nLanguagesList -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c I18nLanguagesList) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c I18nLanguagesList) #

gmapT :: (forall b. Data b => b -> b) -> I18nLanguagesList -> I18nLanguagesList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> I18nLanguagesList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> I18nLanguagesList -> r #

gmapQ :: (forall d. Data d => d -> u) -> I18nLanguagesList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> I18nLanguagesList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> I18nLanguagesList -> m I18nLanguagesList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> I18nLanguagesList -> m I18nLanguagesList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> I18nLanguagesList -> m I18nLanguagesList #

Show I18nLanguagesList Source # 
Generic I18nLanguagesList Source # 
GoogleRequest I18nLanguagesList Source # 
type Rep I18nLanguagesList Source # 
type Rep I18nLanguagesList = D1 (MetaData "I18nLanguagesList" "Network.Google.Resource.YouTube.I18nLanguages.List" "gogol-youtube-0.1.0-8YXXHGFWPJC4XWVMAKZOnQ" False) (C1 (MetaCons "I18nLanguagesList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_illPart") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_illHl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes I18nLanguagesList Source # 
type Scopes I18nLanguagesList = (:) Symbol "https://www.googleapis.com/auth/youtube" ((:) Symbol "https://www.googleapis.com/auth/youtube.force-ssl" ((:) Symbol "https://www.googleapis.com/auth/youtube.readonly" ((:) Symbol "https://www.googleapis.com/auth/youtubepartner" ([] Symbol))))
type Rs I18nLanguagesList Source # 

Request Lenses

illPart :: Lens' I18nLanguagesList Text Source #

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

illHl :: Lens' I18nLanguagesList Text Source #

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