Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 342 Bytes

File metadata and controls

34 lines (25 loc) · 342 Bytes

8.1 Other

8.1.1 查看HugeGraph的版本信息

Method
GET
Url
http://localhost:8080/versions
Response Status
200
Response Body
{
    "versions": {
        "version": "v1",
        "core": "0.4.5.1",
        "gremlin": "3.2.5",
        "api": "0.13.2.0"
    }
}