5.1.1 创建或者更新某个键值对

    Method & Url
    Request Body
    1. "data": "tom"
    2. }
    Response Status
    1. 200
    Response Body
    1. {
    2. }

    5.1.2 列出全部键值对

    Method & Url
    Response Status
    1. 200
    Response Body
    1. {
    2. "name": "tom"

    5.1.3 列出某个键值对

    Method & Url
    1. GET http://localhost:8080/graphs/hugegraph/variables/name
    Response Status
    Response Body
    1. {
    2. "name": "tom"
    3. }

    5.1.4 删除某个键值对

    Method & Url
    Response Status