DataAdapter entries not implemented ----------------------------------- Key: SHINDIG-318 URL: https://issues.apache.org/jira/browse/SHINDIG-318 Project: Shindig Issue Type: Bug Components: RESTful API (Java) Reporter: David Primmer
APPDATA_OF_APP_OF_USER "/appdata/{uid}/@self/{aid}" needs to be implemented as an TargetType.TYPE_ENTRY and it should return a single Entry and not a list/collection/feed. Currently it's processed as a collection and sent to getEntries with APPDATA_OF_FRIENDS_OF_USER, so it's generated as a feed document. There are a few nitpicky issues with it as well. Shouldn't the data interface support just getting a single person's appdata and not return a list similar to the people and activity services? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.