orca
orca copied to clipboard
Implement more API functionality
This issue will track what is implemented and what needs to be implemented.
Account
- [x] /api/v1/me (needs dedicated data strucutre)
- [ ] /api/v1/me/blocked
- [ ] /api/v1/me/friends
- [ ] /api/v1/me/karma
- [ ] /api/v1/me/prefs
- [ ] /api/v1/me/trophies
- [ ] /prefs/blocked
- [ ] /prefs/friends
- [ ] /prefs/messaging
- [ ] /prefs/trusted
- [ ] /prefs/where
Captcha
- [ ] /api/needs_captcha
Flair
- [ ] /api/clearflairtemplates
- [ ] /api/deleteflair
- [ ] /api/deleteflairtemplate
- [ ] /api/flair
- [ ] /api/flair_template_order
- [ ] /api/flairconfig
- [ ] /api/flaircsv
- [ ] /api/flairlist
- [ ] /api/flairselector
- [ ] /api/flairtemplate
- [ ] /api/flairtemplate_v2
- [ ] /api/link_flair
- [ ] /api/link_flair_v2
- [ ] /api/selectflair
- [ ] /api/setflairenabled
- [ ] /api/user_flair
- [ ] /api/user_flair_v2
Reddit Gold
- [ ] /api/v1/gold/gild/fullname
- [ ] /api/v1/gold/give/username
Links & Comments
- [x] /api/comment
- [ ] /api/del
- [ ] /api/editusertext
- [ ] /api/hide
- [ ] /api/info
- [ ] /api/lock
- [ ] /api/marknsfw
- [x] /api/morechildren
- [ ] /api/report
- [ ] /api/save
- [ ] /api/saved_categories
- [ ] /api/sendreplies
- [ ] /api/set_contest_mode
- [x] /api/set_subreddit_sticky
- [ ] /api/set_suggested_sort
- [ ] /api/spoiler
- [ ] /api/store_visits
- [x] /api/submit (just self)
- [ ] /api/unhide
- [ ] /api/unklock
- [ ] /api/unmarknsfw
- [ ] /api/unsave
- [ ] /api/unspoiler
- [ ] /api/vote
Listings
- [ ] /api/trending_subreddits
- [ ] /best
- [x] /by_id/names (just one at a time)
- [x] /comments/article
- [ ] /controversial
- [ ] /duplicates/article
- [x] /hot
- [x] /new
- [ ] /random
- [x] /rising
- [x] /top
- [x] /sort
Live Threads
- [ ] (Any)
Private Messages
- [ ] /api/block
- [ ] /api/collapse_message
- [x] /api/compose
- [ ] /api/del_msg
- [ ] /api/read_all_messages
- [ ] /api/unblock_subreddit
- [ ] /api/uncollapse_message
- [ ] /api/unread_message
- [ ] /message/inbox
- [ ] /message/sent
- [ ] /message/unread
- [ ] /message/where
Misc
- [ ] /api/v1/scopes
Moderations
- [ ] (Any)
New Modmail
- [ ] (Any)
Multis
- [ ] (Any)
Search
- [ ] /search
Subreddits
- [ ] /about/banned
- [ ] /about/contributors
- [ ] /about/moderators
- [ ] /about/muted
- [ ] /about/wikibanned
- [ ] /about/wikicontributors
- [ ] /about/where
- [ ] /api/delete_sr_banner
- [ ] /api/delete_sr_icon
- [ ] /api/delete_sr_img
- [ ] /api/recommend/sr/srnames
- [ ] /api/search_reddit_names
- [ ] /api/search_subreddits
- [ ] /api/site_admin
- [ ] /api/submit_text
- [ ] /api/subreddit_autocomplete
- [ ] /api/subreddit_autocomplete_v2
- [ ] /api/subreddit_stylesheet
- [ ] /api/subreddits_by_topic
- [ ] /api/subscribe
- [ ] /api/upload_sr_img
- [ ] /r/subreddit/about
- [ ] /r/subreddit/about/*
- [ ] /sidebar
- [ ] /sticky
- [ ] /subreddits/*
- [ ] /users/*
Users
- [ ] /api/block_user
- [ ] /api/friend
- [ ] /api/report_user
- [ ] /api/setpermissions
- [ ] /api/unfriend
- [ ] /api/user_data_by_account_ids
- [ ] /api/username_available
- [x] /user/username/about
- [ ] /user/username/comments
- [ ] /user/username/downvoted
- [ ] /user/username/gilded
- [ ] /user/username/hidden
- [ ] /user/username/overview
- [ ] /user/username/saved
- [ ] /user/username/submitted
- [ ] /user/username/upvoted
- [ ] /user/username/where
Wiki
- [ ] (Any)
Holy cow