# API Endpoints ## DMs - [ ] GET /1/direct_messages.xml (can't be done without hammering bluesky servers) - [ ] GET /1/direct_messages/sent.xml (can't be done without hammering bluesky servers) - [x] POST /1/direct_messages/new.xml ## Users - [x] GET /i/activity/about_me.json (connect tab) - [x] GET /1/statuses/friends.xml - [ ] GET /1/statuses/following_timeline.json (no practical bsky equivalent) - [x] GET /1/statuses/followers.xml - [x] GET /1/favorites/:id.json (pageation) - [ ] GET /1/:handle/lists/memberships.xml ~~(no pratical bsky equivalent)~~ maybe using clearsky? - [x] GET /1/:handle/lists.xml - [x] GET /1/:handle/lists/subscriptions.xml - [x] GET /1/followers.xml (and json) - [x] GET /1/friends.xml (and json) - [x] GET /1/friends.json - [x] GET /1/friends/ids/{{handle}}.json ## Account - [x] POST /1/account/push_destinations.xml (and json) - [ ] GET /1/saved_searches.xml (no bsky equivalent) - [x] GET /1/account/push_destinations/device.xml (need XML Root) Help really wanted! please. - [ ] GET /1/account/settings.json - [x] POST /1/account/update_profile.xml - [ ] GET /1/help/configuration.json ## Discovery - [x] GET /i/discovery.json (no bsky equivalent) - [ ] GET /i/activity/by_friends.json (no bsky equivalent, lmk if there is) - [x] GET /1/trends/1.json - [x] GET /i/search.json (need info) - [x] GET /1/users/recommendations.json - [x] GET /1/users/suggestions.json ## Posts - [x] GET /1/statuses/media_timeline.json - [x] GET /1/statuses/user_timeline/{{handle}}.json - [x] GET /1/favorites/toptweets.xml - [x] GET /1/statuses/mentions.json ## Posting - [x] upload.twitter.com/1/statuses/update_with_media.json (needs patches, and easter egg making my life miserable) ## Interaction - [x] /1/statuses/destroy/:id.json (implemented, but deleting retweets sets the id to (null) More to come as more gets implemented
API Endpoints
DMs
Users
(no pratical bsky equivalent)maybe using clearsky?Account
Discovery
Posts
Posting
Interaction
More to come as more gets implemented