You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
Eugen Rochko ab6696e855 Adding doorkeeper, adding a REST API
POST /api/statuses                  Params: status (text contents), in_reply_to_id (optional)
GET  /api/statuses/:id
POST /api/statuses/:id/reblog

GET  /api/accounts/:id
GET  /api/accounts/:id/following
GET  /api/accounts/:id/followers
POST /api/accounts/:id/follow
POST /api/accounts/:id/unfollow

POST /api/follows                  Params: uri (e.g. user@domain)

OAuth authentication is currently disabled, but the API can be used with HTTP Auth.
9 years ago
..
controllers Adding doorkeeper, adding a REST API 9 years ago
fabricators Adding a bunch of tests 9 years ago
helpers Adding doorkeeper, adding a REST API 9 years ago
models When posting a status or reblogging one, ping hubs about the feed update 9 years ago
services Fixing some bugs, adding pending test examples 9 years ago
rails_helper.rb Adding GNU Public license, adding home timeline, reblog/favourite counters 9 years ago
spec_helper.rb Adding a Mention model, test stubs 9 years ago