Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
196
Issues
196
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
487f0689
Commit
487f0689
authored
Jun 13, 2024
by
Loïc Chapron
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX csv -> tsv link back and front
parent
0a86c5fc
Pipeline
#6222
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Document.hs
src/Gargantext/API/Routes/Named/Document.hs
+1
-1
List.hs
src/Gargantext/API/Routes/Named/List.hs
+2
-2
No files found.
src/Gargantext/API/Routes/Named/Document.hs
View file @
487f0689
...
...
@@ -31,7 +31,7 @@ data DocumentExportEndpoints mode = DocumentExportEndpoints
:>
Get
'[
J
SON
]
(
Headers
'[
S
ervant
.
Header
"Content-Disposition"
Text
]
DocumentExport
)
,
exportJSONZipEp
::
mode
:-
"json.zip"
:>
Get
'[
Z
IP
]
(
Headers
'[
S
ervant
.
Header
"Content-Disposition"
Text
]
DocumentExportZIP
)
,
exportTSVEp
::
mode
:-
"
c
sv"
,
exportTSVEp
::
mode
:-
"
t
sv"
:>
Get
'[
P
lainText
]
(
Headers
'[
S
ervant
.
Header
"Content-Disposition"
Text
]
Text
)
}
deriving
Generic
...
...
src/Gargantext/API/Routes/Named/List.hs
View file @
487f0689
...
...
@@ -30,7 +30,7 @@ data ListEndpoints mode = ListEndpoints
:>
Get
'[
J
SON
,
HTML
]
(
Headers
'[
H
eader
"Content-Disposition"
Text
]
NgramsList
)
,
listJSONZipEp
::
mode
:-
"json.zip"
:>
Get
'[
G
US
.
ZIP
]
(
Headers
'[
H
eader
"Content-Disposition"
Text
]
NgramsListZIP
)
,
listTSVEp
::
mode
:-
"
c
sv"
:>
Get
'[
G
US
.
TSV
]
(
Headers
'[
H
eader
"Content-Disposition"
Text
]
NgramsTableMap
)
,
listTSVEp
::
mode
:-
"
t
sv"
:>
Get
'[
G
US
.
TSV
]
(
Headers
'[
H
eader
"Content-Disposition"
Text
]
NgramsTableMap
)
}
deriving
Generic
newtype
JSONAPI
mode
=
JSONAPI
...
...
@@ -48,7 +48,7 @@ newtype TSVAPI mode = TSVAPI
{
updateListTSVEp
::
mode
:-
Summary
"Update List (legacy v3 TSV)"
:>
"lists"
:>
Capture
"listId"
ListId
:>
"
c
sv"
:>
"
t
sv"
:>
"add"
:>
"form"
:>
"async"
...
...
Przemyslaw Kaminski
@cgenie
mentioned in commit
5660aec0
·
Oct 08, 2024
mentioned in commit
5660aec0
mentioned in commit 5660aec07ec5a0a0a5468f440092c1a8f57a864e
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment