]> Untitled Git - lemmy.git/commitdiff
Adding sort types to API.
authorDessalines <tyhou13@gmx.com>
Wed, 15 May 2019 16:21:10 +0000 (09:21 -0700)
committerDessalines <tyhou13@gmx.com>
Wed, 15 May 2019 16:21:10 +0000 (09:21 -0700)
docs/api.md

index a3b459b5e5a098c26a9e61e94f64482ddfb8b96d..69229c167f21d340800754d623783279dfe44805 100644 (file)
@@ -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
 {