1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e059c6607f34/ Changeset: e059c6607f34 Branch: stable User: inithello Date: 2013-12-13 21:49:28 Summary: Expose the show method anonymously. Affected #: 1 file diff -r 7dec267e7553c9279fc4fb4476232bedd80e3fa1 -r e059c6607f34b603e92e85cf0113b7b9b9635571 lib/galaxy/webapps/tool_shed/api/repository_revisions.py --- a/lib/galaxy/webapps/tool_shed/api/repository_revisions.py +++ b/lib/galaxy/webapps/tool_shed/api/repository_revisions.py @@ -133,7 +133,7 @@ trans.response.status = 500 return message - @web.expose_api + @web.expose_api_anonymous def show( self, trans, id, **kwd ): """ GET /api/repository_revisions/{encoded_repository_metadata_id} Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.