Closed xkb closed 9 years ago
I need a call to search all authors we have( remote too ) and return a list. Don't include posts to avoid dealing with permissions.
Here is a basic scheme that you don't have to follow:
GET /authors Response
GET /authors
A list of authors via CachedAuthorSerializer ?
CachedAuthorSerializer
{ "authors": [ ] }
What if we just feed you a list of all authors and you filter on your side?
Updated .
Okay @KarimBaaba this should be working now from the backend side via GET /authors including foreign nodes.
Done.
I need a call to search all authors we have( remote too ) and return a list. Don't include posts to avoid dealing with permissions.
Here is a basic scheme that you don't have to follow:
Request
A list of authors via
CachedAuthorSerializer
?