This website requires JavaScript.
Explore
Help
Sign In
CloudToys
/
REI-Fixed
Watch
1
Star
0
Fork
0
You've already forked REI-Fixed
Code
c003e70758
REI-Fixed
/
app
/
views
/
api
/
v1
/
statuses
/
show.rabl
9 lines
121 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2016-03-07 20:42:33 +09:00
object @status
Caching should work correctly now (fingers crossed)
2016-11-03 22:12:45 +09:00
cache
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.
2016-03-07 20:42:33 +09:00
Enable caching for some rabl views
2016-11-03 21:28:36 +09:00
extends 'api/v1/statuses/_show'
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.
2016-03-07 20:42:33 +09:00
child :reblog => :reblog do
Enable caching for some rabl views
2016-11-03 21:28:36 +09:00
extends 'api/v1/statuses/_show'
API returns mentions for statuses, compose form pre-fills all relevant usernames into the form when replying
2016-09-22 07:09:21 +09:00
end
Copy Permalink