| Issue 174: | Include user information in REST API results | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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). |