gargantext-0.0.7.1.5.3: Search, map, share
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gargantext.API.Routes.Named.Corpus

Contents

Synopsis

Routes types

newtype CorpusExportAPI mode #

Constructors

CorpusExportAPI 

Fields

Instances

Instances details
Generic (CorpusExportAPI mode) # 
Instance details

Defined in Gargantext.API.Routes.Named.Corpus

Associated Types

type Rep (CorpusExportAPI mode) :: Type -> Type #

Methods

from :: CorpusExportAPI mode -> Rep (CorpusExportAPI mode) x #

to :: Rep (CorpusExportAPI mode) x -> CorpusExportAPI mode #

type Rep (CorpusExportAPI mode) # 
Instance details

Defined in Gargantext.API.Routes.Named.Corpus

type Rep (CorpusExportAPI mode)

newtype AddWithForm mode #

Constructors

AddWithForm 

Fields

Instances

Instances details
Generic (AddWithForm mode) # 
Instance details

Defined in Gargantext.API.Routes.Named.Corpus

Associated Types

type Rep (AddWithForm mode) :: Type -> Type #

Methods

from :: AddWithForm mode -> Rep (AddWithForm mode) x #

to :: Rep (AddWithForm mode) x -> AddWithForm mode #

type Rep (AddWithForm mode) # 
Instance details

Defined in Gargantext.API.Routes.Named.Corpus

type Rep (AddWithForm mode)

newtype AddWithQuery mode #

Constructors

AddWithQuery 

Fields

Instances

Instances details
Generic (AddWithQuery mode) # 
Instance details

Defined in Gargantext.API.Routes.Named.Corpus

Associated Types

type Rep (AddWithQuery mode) :: Type -> Type #

Methods

from :: AddWithQuery mode -> Rep (AddWithQuery mode) x #

to :: Rep (AddWithQuery mode) x -> AddWithQuery mode #

type Rep (AddWithQuery mode) # 
Instance details

Defined in Gargantext.API.Routes.Named.Corpus

type Rep (AddWithQuery mode) = D1 ('MetaData "AddWithQuery" "Gargantext.API.Routes.Named.Corpus" "gargantext-0.0.7.1.5.3-inplace" 'True) (C1 ('MetaCons "AddWithQuery" 'PrefixI 'True) (S1 ('MetaSel ('Just "addWithQueryEp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (mode :- (Summary "Add with Query to corpus endpoint" :> ("corpus" :> (Capture "corpus_id" CorpusId :> ("query" :> AsyncJobs JobLog '[JSON] WithQuery JobLog))))))))