Skip to content

Instantly share code, notes, and snippets.

Created September 14, 2012 02:04
Show Gist options
  • Save anonymous/3719370 to your computer and use it in GitHub Desktop.
Save anonymous/3719370 to your computer and use it in GitHub Desktop.
# APISTATUS
# Purpose goes here
# Key goes here (tested, experimental, nonfunctional, and most importantly the equivalent Go abstracted structs/funcs/go routines/jargon jargon which
# provide the functionality
Account:
POST /api/clear_sessions
POST /api/delete_user
GET /api/me.json
POST /api/update
GET /api/v1/me
Apps:
POST /api/adddeveloper
POST /api/deleteapp
POST /api/removedeveloper
POST /api/revokeapp
POST /api/setappicon
POST /api/updateapp
Flair:
POST /api/clearflairtemplates
POST /api/deleteflair
POST /api/deleteflairtemplate
POST /api/flair
POST /api/flairconfig
POST /api/flaircsv
GET /api/flairlist
POST /api/flairtemplate
POST /api/selectflair
POST /api/setflairenabled
Links & Comments:
POST /api/comment
POST /api/del
POST /api/editusertext
POST /api/hide
GET /api/info
POST /api/marknsfw
POST /api/morechildren
POST /api/report
POST /api/save
POST /api/submit
POST /api/unhide
POST /api/unmarknsfw
POST /api/unsave
POST /api/vote
Listings:
GET /comments/article[ .json | .xml ]
GET /hot[ .json | .xml ]
GET /listing[ .json | .xml ]
GET /new[ .json | .xml ]
GET /random
GET /sort[ .json | .xml ]
Private Messages:
POST /api/block
POST /api/compose
POST /api/read_message
POST /api/unread_message
GET /message/where[ .json | .xml ]
Misc:
POST /api/new_captcha
Moderation:
POST /api/approve
POST /api/distinguish
POST /api/leavecontributor
POST /api/leavemoderator
POST /api/remove
GET /moderationlog
Search:
GET /search[ .json | .xml ]
Subreddits:
POST /api/delete_sr_header
POST /api/delete_sr_img
POST /api/site_admin
POST /api/subreddit_stylesheet
GET /api/subreddits_by_topic.json
POST /api/subscribe
POST /api/upload_sr_img
GET /r/subreddit/about.json
GET /reddits/mine/where[ .json | .xml ]
Users:
POST /api/friend
POST /api/unfriend
GET /username/about.json
GET /username/where[ .json | .xml ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment