CMPUT404 / socialdistribution

A distributed social network
http://socshizzle.divshot.io
Apache License 2.0
0 stars 2 forks source link

Search authors resource #189

Closed xkb closed 9 years ago

xkb commented 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:

Request

GET /authors

Response

A list of authors via CachedAuthorSerializer ?

{ "authors": [ ] }
derekdowling commented 9 years ago

What if we just feed you a list of all authors and you filter on your side?

xkb commented 9 years ago

Updated .

derekdowling commented 9 years ago

Okay @KarimBaaba this should be working now from the backend side via GET /authors including foreign nodes.

derekdowling commented 9 years ago

Done.