Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
isidore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
crawlers
isidore
Commits
e3945410
Commit
e3945410
authored
Jun 17, 2019
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
API FIX
parent
3e7dd48c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Client.hs
src/Isidore/Client.hs
+2
-2
No files found.
src/Isidore/Client.hs
View file @
e3945410
...
@@ -100,7 +100,7 @@ data IsidoreDoc = IsidoreDoc
...
@@ -100,7 +100,7 @@ data IsidoreDoc = IsidoreDoc
data
Reply
=
Replies
{
_docs
::
[
IsidoreDoc
]}
data
Reply
=
Replies
{
_docs
::
[
IsidoreDoc
]}
|
Reply
{
_doc
::
IsidoreDoc
}
|
Reply
Only
{
_doc
::
IsidoreDoc
}
deriving
(
Show
)
deriving
(
Show
)
instance
FromJSON
IsidoreDoc
where
instance
FromJSON
IsidoreDoc
where
...
@@ -128,7 +128,7 @@ instance FromJSON Content where
...
@@ -128,7 +128,7 @@ instance FromJSON Content where
instance
FromJSON
Reply
where
instance
FromJSON
Reply
where
parseJSON
(
Array
os
)
=
Replies
<$>
mapM
parseJSON
(
V
.
toList
os
)
parseJSON
(
Array
os
)
=
Replies
<$>
mapM
parseJSON
(
V
.
toList
os
)
parseJSON
o
=
Reply
<$>
parseJSON
o
parseJSON
o
=
Reply
Only
<$>
parseJSON
o
data
Output
=
JSON
data
Output
=
JSON
...
...
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