aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/API.rst
blob: 9022bc2a3ac62192805c32b90be2f8609a4cb5c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: API Reference
---

## ES 1.0

### API

#### 1. `get_version`

| Method | field | type | notes |
| :-: | :-: | :--: | :----: |
| GET | 无 | | |

| Output | field | type | notes |
| :-: | :-: | :--: | :----: |
|     | ESV  | list | 符合语义化版本2.0.0规范的数组[^1] |
[^1]: https://github.com/HydroRoll-Team/echo/blob/main/docs/index.md#版本

示例:

```json
{
  "ESV": [1, 0, 0]
}
```