patrickrolanddg / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
Apache License 2.0
0 stars 0 forks source link

Include user information in REST API results #174

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Calling, say, "entry_get_actor_overview" by means of the REST API gets you an 
"stream_entry_ref" which does not include user information such as name and 
avatar URL.

It seems many use cases would include having access to user information and it 
complicates things when having to call "actor_get" for each status and cache 
the information locally.

Therefore I suggest including user information beyond nick name with the API 
results like it was in the old Jaiku API (http://devku.appspot.com/docs).

Original issue reported on code.google.com by jonasnoc...@gmail.com on 31 Aug 2010 at 7:58