gogol-blogger-0.4.0: Google Blogger 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.Blogger.Blogs.GetByURL

Contents

Description

Retrieve a Blog by URL.

See: Blogger API Reference for blogger.blogs.getByUrl.

Synopsis

REST Resource

type BlogsGetByURLResource = "blogger" :> ("v3" :> ("blogs" :> ("byurl" :> (QueryParam "url" Text :> (QueryParam "view" BlogsGetByURLView :> (QueryParam "alt" AltJSON :> Get '[JSON] Blog)))))) Source #

A resource alias for blogger.blogs.getByUrl method which the BlogsGetByURL request conforms to.

Creating a Request

blogsGetByURL Source #

Arguments

:: Text

bgbuURL

-> BlogsGetByURL 

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

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

data BlogsGetByURL Source #

Retrieve a Blog by URL.

See: blogsGetByURL smart constructor.

Instances
Eq BlogsGetByURL Source # 
Instance details

Defined in Network.Google.Resource.Blogger.Blogs.GetByURL

Data BlogsGetByURL Source # 
Instance details

Defined in Network.Google.Resource.Blogger.Blogs.GetByURL

Methods

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

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

toConstr :: BlogsGetByURL -> Constr #

dataTypeOf :: BlogsGetByURL -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BlogsGetByURL Source # 
Instance details

Defined in Network.Google.Resource.Blogger.Blogs.GetByURL

Generic BlogsGetByURL Source # 
Instance details

Defined in Network.Google.Resource.Blogger.Blogs.GetByURL

Associated Types

type Rep BlogsGetByURL :: Type -> Type #

GoogleRequest BlogsGetByURL Source # 
Instance details

Defined in Network.Google.Resource.Blogger.Blogs.GetByURL

Associated Types

type Rs BlogsGetByURL :: Type #

type Scopes BlogsGetByURL :: [Symbol] #

type Rep BlogsGetByURL Source # 
Instance details

Defined in Network.Google.Resource.Blogger.Blogs.GetByURL

type Rep BlogsGetByURL = D1 (MetaData "BlogsGetByURL" "Network.Google.Resource.Blogger.Blogs.GetByURL" "gogol-blogger-0.4.0-J2l0mOXVNniBwK88dTMLog" False) (C1 (MetaCons "BlogsGetByURL'" PrefixI True) (S1 (MetaSel (Just "_bgbuURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_bgbuView") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe BlogsGetByURLView))))
type Scopes BlogsGetByURL Source # 
Instance details

Defined in Network.Google.Resource.Blogger.Blogs.GetByURL

type Scopes BlogsGetByURL = "https://www.googleapis.com/auth/blogger" ': ("https://www.googleapis.com/auth/blogger.readonly" ': ([] :: [Symbol]))
type Rs BlogsGetByURL Source # 
Instance details

Defined in Network.Google.Resource.Blogger.Blogs.GetByURL

Request Lenses

bgbuURL :: Lens' BlogsGetByURL Text Source #

The URL of the blog to retrieve.

bgbuView :: Lens' BlogsGetByURL (Maybe BlogsGetByURLView) Source #

Access level with which to view the blog. Note that some fields require elevated access.