Hi everyone,
i was working hard on the port of the REST API (batchJson request) from Java
to PHP, and i found this TODO comment in ActivityHandler.java:
// TODO: The appId should come from the url. The spec needs to be fixed!
private static final String ACTIVITY_ID_PATH =
"/activities/{userId}/{groupId}/{activityId}";
private static final String GROUP_PATH =
"/activities/{userId}/{groupId}/{appId}"; // Note: not what the spec says
used later in the handlePost method, so what will happen with the "appId" ?
Thanks!
G.-