Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
439 changes: 366 additions & 73 deletions content/cn/docs/clients/restful-api/auth.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions content/cn/docs/clients/restful-api/cypher.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: "Cypher(图查询语言)REST 接口:通过 HTTP 接口执行 Op

### 9.1 Cypher

> Cypher 接口必须携带 `Authorization` 请求头,`Basic` 或 `Bearer` 均可。即使服务未开启鉴权,不带该请求头的请求也会返回 `401`。凭证会通过 `conf/remote-objects.yaml` 转发给 Gremlin Server。

#### 9.1.1 向 HugeGraphServer 发送 Cypher 语句(GET),同步执行

##### Method & Url
Expand Down
Loading