commit/galaxy-central: dannon: Update authenticate/baseauth doc with sample usage.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/521fead56253/ Changeset: 521fead56253 User: dannon Date: 2014-05-08 17:47:24 Summary: Update authenticate/baseauth doc with sample usage. Affected #: 1 file diff -r fc7de175ea2f59b0389a74f30e1152ff4563ad0e -r 521fead562531f96564c0e08f2c3ac523a92c6e5 lib/galaxy/webapps/galaxy/api/authenticate.py --- a/lib/galaxy/webapps/galaxy/api/authenticate.py +++ b/lib/galaxy/webapps/galaxy/api/authenticate.py @@ -1,5 +1,14 @@ """ API key retrieval through BaseAuth +Sample usage: + +curl --user zipzap@foo.com:password http://localhost:8080/api/authenticate/baseauth + +Returns: + +{ + "api_key": "baa4d6e3a156d3033f05736255f195f9" +} """ from base64 import b64decode 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.
participants (1)
-
commits-noreply@bitbucket.org