mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
Adding sort types to API.
This commit is contained in:
parent
13d7adab94
commit
442bb3d20e
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,9 @@ A simple test command:
|
|||
### List
|
||||
`Login, Register, CreateCommunity, CreatePost, ListCommunities, ListCategories, GetPost, GetCommunity, CreateComment, EditComment, SaveComment, CreateCommentLike, GetPosts, CreatePostLike, EditPost, SavePost, EditCommunity, FollowCommunity, GetFollowedCommunities, GetUserDetails, GetReplies, GetModlog, BanFromCommunity, AddModToCommunity, CreateSite, EditSite, GetSite, AddAdmin, BanUser, Search, MarkAllAsRead`
|
||||
|
||||
### Sort Types
|
||||
`Hot, New, TopDay, TopWeek, TopMonth, TopYear, TopAll`
|
||||
|
||||
### User / Authentication / Admin
|
||||
#### Login
|
||||
The `jwt` string should be stored and used anywhere `auth` is called for.
|
||||
|
@ -540,6 +543,8 @@ Mods and admins can remove and lock a community, creators can delete it.
|
|||
```
|
||||
|
||||
#### Get Posts
|
||||
`Post listing types are `All, Subscribed, Community`
|
||||
|
||||
##### Request
|
||||
```rust
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue