This is an automated email from the git hooks/post-receive script. New commit to branch feature/createPreviewRessource in repository pollen. See http://git.chorem.org/pollen.git commit d067e6873f036a75f2994ff933ae4856c7513ed3 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Tue Aug 12 17:48:16 2014 +0200 mapping accept name of ressource at the end of url --- pollen-rest-api/src/main/resources/mapping | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pollen-rest-api/src/main/resources/mapping b/pollen-rest-api/src/main/resources/mapping index f219150..d0dbfd1 100644 --- a/pollen-rest-api/src/main/resources/mapping +++ b/pollen-rest-api/src/main/resources/mapping @@ -123,6 +123,10 @@ POST /v1/resources PollenResourceApi.createResou POST /v1/resources/{resourceId} PollenResourceApi.editResource DELETE /v1/resources/{resourceId} PollenResourceApi.deleteResource +GET /v1/resources/{resourceId}/meta/{n} forward:/v1/resources/{resourceId}/meta +GET /v1/resources/{resourceId}/preview/{n} forward:/v1/resources/{resourceId}/preview +GET /v1/resources/{resourceId}/{n} forward:/v1/resources/{resourceId} + # PollenUserApi GET /v1/users PollenUserApi.getUsers -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.