Skip to content

Latest commit

History

History
164 lines (133 loc) 路 3.01 KB

TODO.md

File metadata and controls

164 lines (133 loc) 路 3.01 KB

API TODO

app

  • app/create
  • app/show
  • app/session/generate
  • app/session/userkey

blocking

  • blocking/create
  • blocking/delete
  • blocking/list

users

  • username/available
  • users
  • users/followers
  • users/following
  • users/get-frequently-replied-users
  • users/notes
  • users/recommendation
  • users/relation
  • users/report-abuse
  • users/search
  • users/show
  • pinned-users (Misskey: >=1.12.0)

account

  • i
  • i/favorites
  • i/notifications
  • i/pin
  • i/read-all-messaging-messages
  • i/read-all-unread-notes
  • i/unpin
  • i/update
  • my/apps
  • notifications/mark-all-as-read

drive

  • drive
  • drive/files
  • drive/files/attached-notes
  • drive/files/check-existence
  • drive/files/create
  • drive/files/delete
  • drive/files/find
  • drive/files/show
  • drive/files/update
  • drive/files/upload-from-url
  • drive/folders
  • drive/folders/create
  • drive/folders/delete
  • drive/folders/find
  • drive/folders/show
  • drive/folders/update
  • drive/stream

hashtags

  • hashtags/list
  • hashtags/search
  • hashtags/trend
  • hashtags/users

notes

  • notes
  • notes/children
  • notes/conversation
  • notes/create
  • notes/delete
  • notes/featured
  • notes/global-timeline
  • notes/hybrid-timeline
  • notes/local-timeline
  • notes/mentions
  • notes/polls/recommendation
  • notes/polls/vote
  • notes/reactions
  • notes/reactions/create
  • notes/reactions/delete
  • notes/renotes
  • notes/replies
  • notes/search-by-tag
  • notes/search
  • notes/show
  • notes/state
  • notes/timeline
  • notes/user-list-timeline
  • notes/watching/create
  • notes/watching/delete
  • users/notes

following

  • following/create
  • following/delete
  • following/requests/accept
  • following/requests/cancel
  • following/requests/list
  • following/requests/reject

favorites

  • notes/favorites/create
  • notes/favorites/delete

messaging

  • messaging/history
  • messaging/messages
  • messaging/messages/create
  • messaging/messages/delete
  • messaging/messages/read

meta

  • meta
  • stats

mute

  • mute/create
  • mute/delete
  • mute/list

lists

  • users/lists/create
  • users/lists/delete
  • users/lists/list
  • users/lists/pull
  • users/lists/push
  • users/lists/show
  • users/lists/update

pages (Misskey: >=11.5.0)

  • i/pages
  • pages/create
  • pages/delete
  • pages/show
  • pages/update

groups (Misskey: >= 11.16.0)

  • users/groups/create
  • users/groups/delete
  • users/groups/joined
  • users/groups/owned
  • users/groups/pull
  • users/groups/push
  • users/groups/show
  • users/groups/invitations/accept (Misskey: >= 11.17.0)
  • users/groups/invitations/reject (Misskey: >= 11.17.0)
  • users/groups/invite (Misskey: >= 11.17.0)

Info: I will not implement chart and game API