Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
GETAPI | |
|
Instances
Generic (JSONAPI mode) # | |
type Rep (JSONAPI mode) # | |
Defined in Gargantext.API.Routes.Named.List type Rep (JSONAPI mode) = D1 ('MetaData "JSONAPI" "Gargantext.API.Routes.Named.List" "gargantext-0.0.7.1.5.3-inplace" 'True) (C1 ('MetaCons "JSONAPI" 'PrefixI 'True) (S1 ('MetaSel ('Just "updateListJSONEp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (mode :- (Summary "Update List" :> ("lists" :> (Capture "listId" ListId :> ("add" :> ("form" :> ("async" :> AsyncJobs JobLog '[FormUrlEncoded] WithJsonFile JobLog)))))))))) |
Instances
Generic (CSVAPI mode) # | |
type Rep (CSVAPI mode) # | |
Defined in Gargantext.API.Routes.Named.List type Rep (CSVAPI mode) = D1 ('MetaData "CSVAPI" "Gargantext.API.Routes.Named.List" "gargantext-0.0.7.1.5.3-inplace" 'True) (C1 ('MetaCons "CSVAPI" 'PrefixI 'True) (S1 ('MetaSel ('Just "updateListCSVEp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (mode :- (Summary "Update List (legacy v3 CSV)" :> ("lists" :> (Capture "listId" ListId :> ("csv" :> ("add" :> ("form" :> ("async" :> AsyncJobs JobLog '[FormUrlEncoded] WithTextFile JobLog))))))))))) |