gogol-kgsearch-0.1.1: Google Knowledge Graph Search 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.KnowledgeGraphSearch

Contents

Description

Knowledge Graph Search API allows developers to search the Google Knowledge Graph for entities.

See: Knowledge Graph Search API Reference

Synopsis

Service Configuration

knowledgeGraphSearchService :: ServiceConfig Source #

Default request referring to version v1 of the Knowledge Graph Search API. This contains the host and root path used as a starting point for constructing service requests.

API Declaration

type KnowledgeGraphSearchAPI = EntitiesSearchResource Source #

Represents the entirety of the methods and resources available for the Knowledge Graph Search API service.

Resources

kgsearch.entities.search

Types

SearchResponse

data SearchResponse Source #

Response message includes the context and a list of matching results which contain the detail of associated entities.

See: searchResponse smart constructor.

Instances

Eq SearchResponse Source # 
Data SearchResponse Source # 

Methods

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

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

toConstr :: SearchResponse -> Constr #

dataTypeOf :: SearchResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SearchResponse Source # 
Generic SearchResponse Source # 

Associated Types

type Rep SearchResponse :: * -> * #

ToJSON SearchResponse Source # 
FromJSON SearchResponse Source # 
type Rep SearchResponse Source # 
type Rep SearchResponse = D1 (MetaData "SearchResponse" "Network.Google.KnowledgeGraphSearch.Types.Product" "gogol-kgsearch-0.1.1-GX3HbkzbXlGJ3tUam2lMgq" False) (C1 (MetaCons "SearchResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_srContext") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JSONValue))) ((:*:) (S1 (MetaSel (Just Symbol "_srItemListElement") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [JSONValue]))) (S1 (MetaSel (Just Symbol "_srType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JSONValue))))))

searchResponse :: SearchResponse Source #

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

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

srContext :: Lens' SearchResponse (Maybe JSONValue) Source #

The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.

srItemListElement :: Lens' SearchResponse [JSONValue] Source #

The item list of search results.

srType :: Lens' SearchResponse (Maybe JSONValue) Source #

The schema type of top-level JSON-LD object, e.g. ItemList.