]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Add statusnet: prefix for API to JSON and XML output
authorEvan Prodromou <evan@status.net>
Thu, 22 Apr 2010 15:49:33 +0000 (08:49 -0700)
committerEvan Prodromou <evan@status.net>
Thu, 22 Apr 2010 15:49:33 +0000 (08:49 -0700)
commitbeaecb18d5b92b913473dfffd545dc436f50cf66
tree2432377ec97361e8e2401dbe3eba04cef91cf6e7
parentfd9d520aeb52f7f3a3fe7c242fbe16078de1bc6e
Add statusnet: prefix for API to JSON and XML output

I added the statusnet: prefix to the xml output. This prefix should
be declared on the root element of all relevant XML output.

I also added two StatusNet-specific fields:

* statusnet:html - rendered HTML. Clients shouldn't have to guess
  at the correct HTML rendering for notices, especially since some
  of the links depend on context.
* statusnet:profile_url - profile URL for a user. You can't count
  on a user being a local user in a distributed microblogging world.
  So, this shows the explicit profile_url.
actions/apidirectmessage.php
actions/apiusershow.php
lib/apiaction.php