Adding common followers API, fixing fallback query again
This commit is contained in:
parent
c913bdfc98
commit
e0a197650a
9 changed files with 23 additions and 13 deletions
|
@ -1,2 +0,0 @@
|
|||
collection @followers
|
||||
extends('api/v1/accounts/show')
|
|
@ -1,2 +0,0 @@
|
|||
collection @following
|
||||
extends('api/v1/accounts/show')
|
2
app/views/api/v1/accounts/index.rabl
Normal file
2
app/views/api/v1/accounts/index.rabl
Normal file
|
@ -0,0 +1,2 @@
|
|||
collection @accounts
|
||||
extends 'api/v1/accounts/show'
|
|
@ -1,2 +1,2 @@
|
|||
collection @statuses
|
||||
extends('api/v1/statuses/show')
|
||||
extends 'api/v1/statuses/show'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
collection @accounts
|
||||
extends('api/v1/accounts/show')
|
Loading…
Add table
Add a link
Reference in a new issue