Commit 7bcdcaf8 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] comments API.

parent 9227265d
...@@ -7,8 +7,20 @@ Maintainer : team@gargantext.org ...@@ -7,8 +7,20 @@ Maintainer : team@gargantext.org
Stability : experimental Stability : experimental
Portability : POSIX Portability : POSIX
Main REST API of Gargantext (both Server and Client sides) Main (RESTful) API of the instance Gargantext.
Thanks @yannEsposito for our discussions at the beginning of this project :).
The Garg-API is typed to derive the documentation, the mock and tests.
This API is indeed typed in order to be able to derive both the server
and the client sides.
The Garg-API-Monad enables:
- Features
- Database connection (long term)
- In Memory stack management (short term)
- Logs
Thanks to @yannEsposito (at the start) and @np (after).
-} -}
......
...@@ -361,7 +361,6 @@ getOrMk_RootWithCorpus username cName c = do ...@@ -361,7 +361,6 @@ getOrMk_RootWithCorpus username cName c = do
pure c' pure c'
corpusId <- maybe (nodeError NoCorpusFound) pure (head corpusId') corpusId <- maybe (nodeError NoCorpusFound) pure (head corpusId')
pure (userId, rootId, corpusId) pure (userId, rootId, corpusId)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment