Closed jure closed 10 years ago
Agreed, this doesn't make much sense.
Closing this for mostly the same reasons as #3.
@jure Now that Mendeley is within Elesevier, perhaps there is some way to expose reference lists in the Mendeley API, which is what is needed right to find citations to R packages?
Similar to Crossref metadata search proposed in #3, Mendeley's API also doesn't do full-text search through its index, so a query like this:
https://api-oauth2.mendeley.com/oapi/documents/search/"vegan: community ecology package"?access_token=MSwxMzk2Njg2Mzg4ODUzLCwxOTIsLCxfWFV2TjduS1NaYk9tdUUzUEhkcU4yVHo1bTA
will only return exact matches in the title, for example:
So the usability of this API is limited as well and doesn't make sense to include. The only way it could be useful if we did a general -> specific search, so you would say search for "community ecology" on Mendeley's API, then try to get the full text through other means and then search through this full text by yourself. This will be very slow though.