Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
H
hal
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 3
    • Issues 3
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • crawlers
  • hal
  • Issues
  • #2

Closed
Open
Opened Aug 02, 2019 by delanoe@anoe
  • Report abuse
  • New issue
Report abuse New issue

simple get function to query HAL api

currently in HAL we have runSearchRequest :: [Text] -> IO (Either ServantError (Response Doc))

with Doc: data Doc = Doc {_docid :: Int, _label_s :: Maybe Data.Text.Internal.Text, _parentDocid_i :: [Data.Text.Internal.Text]}

We need this format to import it into Gargantext (for IMT purpose): https://gitlab.iscpif.fr/gargantext/haskell-gargantext/blob/master/src/Gargantext/Text/Parsers/CSV.hs#L216

Assignee
Assign to
V4 Release
Milestone
V4 Release
Assign milestone
Time tracking
Aug 22, 2019
Due date
Aug 22, 2019
0
Labels
None
Assign labels
  • View project labels
Reference: gargantext/crawlers/hal#2