mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 11:51:11 +00:00
Update link to current API version (#284)
This commit is contained in:
parent
b3584a450b
commit
0cd4bf29a9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ More clearly arranged, unofficial API documentation is available at:
|
||||||
|
|
||||||
**GET example**
|
**GET example**
|
||||||
|
|
||||||
The current api `{version}` is [here](https://github.com/LemmyNet/lemmy-js-client/blob/main/src/types/others.ts#L1).
|
The current API `{version}` is [here](https://github.com/LemmyNet/lemmy-js-client/blob/main/src/other_types.ts#L1).
|
||||||
|
|
||||||
```
|
```
|
||||||
curl "https://lemmy.ml/api/{version}/community/list?sort=Hot"`
|
curl "https://lemmy.ml/api/{version}/community/list?sort=Hot"`
|
||||||
|
|
Loading…
Reference in a new issue