gargantext-0.0.7.1.5.3: Search, map, share
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gargantext.API.Node.ShareURL

Documentation

type API = Summary "Fetch URL for sharing a node" :> (QueryParam "type" NodeType :> (QueryParam "id" NodeId :> Get '[JSON] Text)) #