innoq / statuses

statuses
Apache License 2.0
13 stars 14 forks source link

add self and avatar link to the generated Json #164

Closed ulfa closed 9 years ago

ulfa commented 9 years ago

The actual Json doesn't contain the self link and the avatar link.

{ "author" : "timo", "time" : "2015-03-13T23:47:07.205+01:00", "id" : 2975, "can-delete?" : false, "text" : "Alter Trick für Maven (2010): Lokale in-project repositories wenn man doch mal ein Artefakt einchecken muss: http://bit.ly/1MzgWmr" },

Please, insert avatar link and a self link like the following.

"avatar" : "URI" "self" : "URI"

aheusingfeld commented 9 years ago

This is related to #144. Actually you're missing more than just the two links mentioned above as you don't have

stilkov commented 9 years ago

Or you could just use the HTML.

aheusingfeld commented 9 years ago

:+1: or the atom feed but that doesn't contain all the links either