Update http_api.md

This commit is contained in:
gazconroy 2021-02-26 16:39:12 +00:00 committed by GitHub
parent 41d16ba48f
commit 55aac2bc0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,7 @@ http://localhost:8536/api/v2/comment/like
These features cannot be accessed from the WebSocket API: These features cannot be accessed from the WebSocket API:
- [RSS/Atom feeds](#rss-atom-feeds) - [RSS/Atom feeds](#rss-atom-feeds)
- [Images](#images) - [Images](#images)
### RSS/Atom feeds ### RSS/Atom feeds
- All - `/feeds/all.xml?sort=Hot` - All - `/feeds/all.xml?sort=Hot`
@ -110,4 +111,5 @@ Uploaded content must be valid multipart/form-data with an image array located w
# Note # Note
This documentation may lag behind the actual [API endpoints](https://github.com/LemmyNet/lemmy-js-client/blob/main/src/http.ts) and the API itself should be considered unstable (since it may change at any time).
This documentation may lag behind the actual [API endpoints](https://github.com/LemmyNet/lemmy-js-client/blob/main/src/http.ts) and the API itself should be considered unstable (since it may change at any time).