From 9a949f6b5eee49787589d84609c6e36850735c31 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 8 Jun 2022 10:17:26 -0400 Subject: [PATCH] Adding a link to the current API version. --- src/en/client_development/http_api_extras.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/en/client_development/http_api_extras.md b/src/en/client_development/http_api_extras.md index 00e3c8f..0112868 100644 --- a/src/en/client_development/http_api_extras.md +++ b/src/en/client_development/http_api_extras.md @@ -18,6 +18,8 @@ This contains extras not in the [API docs](/api). **GET example** +The current api `{version}` is [here](https://github.com/LemmyNet/lemmy-js-client/blob/main/src/interfaces/others.ts#L1). + ``` curl "http://localhost:8536/api/{version}/community/list?sort=Hot"` ```