mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
/dev/api: Document usage of gilded userpage tab
This commit is contained in:
committed by
Neil Williams
parent
847ee8ffec
commit
db53124d47
@@ -686,7 +686,8 @@ class UserController(ListingController):
|
||||
@listing_api_doc(section=api_section.users, uri='/user/{username}/{where}',
|
||||
uri_variants=['/user/{username}/' + where for where in [
|
||||
'overview', 'submitted', 'comments',
|
||||
'liked', 'disliked', 'hidden', 'saved']])
|
||||
'liked', 'disliked', 'hidden', 'saved',
|
||||
'gilded']])
|
||||
def GET_listing(self, where, vuser, sort, time, **env):
|
||||
self.where = where
|
||||
self.sort = sort
|
||||
|
||||
Reference in New Issue
Block a user