• Alfredo Di Napoli's avatar
    Split NodeAPIEndpoint · ab0a0edf
    Alfredo Di Napoli authored
    This commit splits the old `NodeAPIEndpoint` type into three;
    
    * `NodeAPIEndpoint`, which will also contain the freeze endpoint;
    * `AnnuaireAPIEndpoint`, which is the plain old node API without extra
      features;
    * `CorpusAPIEndpoint`, which will also contain the publishin endpoint.
    
    This split ensures that we don't add endpoints which do not belong to
    all three categories, like before.
    
    Furthermore this adds a public nodes SQL queries.
    It also adds tests for getUserRootPublicNode
    ab0a0edf
Name
Last commit
Last update
..
API Loading commit data...
Core Loading commit data...
Database Loading commit data...
Graph Loading commit data...
Ngrams Loading commit data...
Offline Loading commit data...
Parsers Loading commit data...
Server Loading commit data...
Utils Loading commit data...
API.hs Loading commit data...
Instances.hs Loading commit data...
Types.hs Loading commit data...
Utils.hs Loading commit data...