-
This will be useful to data Integration in Kepler so the user has its generated session key to authenticate against the portal
Tutorial:
http://www.justinbritten.com/work/2009/05/rails-api-authentic…
-
This was raised on the list earlier...
"""I'd like to suggest that we change the providers API such that we remove it's depdancy on the models. This would give an API such as:
get_aliases(alias) -> …
-
Get the metric method working all the way for Dryad, so that returns the contents expected by the api. Fully and usefully tested.
-
as core and webapp are now separate, it is not clear how to run them together. They both run by default on the same port, so we should change that, and webapp needs a way to know where its backend is.…
-
The Dryad providers member_items method is a screen scraper, and only checks the first page of results.
-
Author name needs quotes around it in the call to Dryad, otherwise returns incorrect results.
And while we're at it, use the api instead of screen scraping.
Example call:
http://datadryad.org/so…
-
It would be nice to allow search for Dryad DOIs in PLoS full-text search, for example. Right now PLoS search excludes urls and DOIs. To support them, the report needs to do a more thorough check of …