HugeGraph RESTful API

HugeGraph-Server provides interfaces for clients to operate on graphs based on the HTTP protocol through the HugeGraph-API. These interfaces primarily include the ability to add, delete, modify, and query metadata and graph data, perform traversal algorithms, handle variables, and perform other graph-related operations.

Expect the doc below, you can also use swagger-ui to visit the RESTful API by localhost:8080/swagger-ui/index.html. Here is an example


Schema API
PropertyKey API
VertexLabel API
EdgeLabel API
IndexLabel API
Rebuild API
Vertex API
Edge API
Traverser API
Rank API
Variable API
Graphs API
Task API
Gremlin API
Cypher API
Authentication API
Metrics API
Other API

Last modified November 14, 2023: feat(website): add metric api doc (#295) (08fb3a1c)