From 442bb3d20e1a5b93d0415b86ffe1cedb7c67b017 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 15 May 2019 09:21:10 -0700 Subject: Adding sort types to API. --- docs/api.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/api.md b/docs/api.md index a3b459b5..69229c16 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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 { -- cgit v1.2.3