blob: 9a1b7d0bd0ffd3c4dd7ff1d100f8ab6ef8dfb5b6 [file] [log] [blame] [view]
## HugeGraph RESTful API
HugeGraph-Server通过HugeGraph-API基于HTTP协议为Client提供操作图的接口,主要包括元数据和
图数据的增删改查,遍历算法,变量,图操作及其他操作。
- Graph Schema
- [Schema](restful-api/schema.md)
- [PropertyKey](restful-api/propertykey.md)
- [VertexLabel](restful-api/vertexlabel.md)
- [EdgeLabel](restful-api/edgelabel.md)
- [IndexLabel](restful-api/indexlabel.md)
- [Rebuild](restful-api/rebuild.md)
- Graph Vertex & Edge
- [Vertex](restful-api/vertex.md)
- [Edge](restful-api/edge.md)
- [Traverser](restful-api/traverser.md)
- [Rank](restful-api/rank.md)
- [Variable](restful-api/variable.md)
- [Graphs](restful-api/graphs.md)
- [Task](restful-api/task.md)
- [Gremlin](restful-api/gremlin.md)
- [Authentication](restful-api/auth.md)
- [Other](restful-api/other.md)