Mendeley / mendeley-python-sdk

Python SDK for the Mendeley API.
Apache License 2.0
119 stars 59 forks source link

Are there plans to implement all resources here? #2

Closed cdeblois closed 9 years ago

cdeblois commented 9 years ago

Hi, Firstly, thank you very much for this. Currently I guess this supports only a few of the resources offered in the newly available API. Thanks!

matt-thomson commented 9 years ago

Thanks for your feedback! The SDK supports the most commonly used resources in Mendeley, but not all of them.

If there are any missing resources or methods that you're particularly interested in, please let us know and we can feed that input into our prioritization.

cdeblois commented 9 years ago

From OAPI we use document_details, library, download_file and folders. It would be great if we could get access to those resources with the new SDK for the new API.

matt-thomson commented 9 years ago

Most of those are available through the SDK:

We don't yet have folders - I'll create a separate issue for that, to keep the discussion focussed.

cdeblois commented 9 years ago

These endpoints do not provide the same data as the OAPI endpoints did. How do you use catalog? I have results from documents showing document_id but when I use that for catalog.get() i get document not found.

cdeblois commented 9 years ago

if files.iter() returns a file with id, shouldn't I be able to use that with files.get()?

it results in

AttributeError: 'super' object has no attribute 'get'