Mendeley / mendeley-python-sdk

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

Is there anyway to get complete document metadata using documents resource #3

Closed cdeblois closed 9 years ago

cdeblois commented 9 years ago

When using resource documents.iter(view='all') is there a way to get the corresponding metadata here?

matt-thomson commented 9 years ago

Not sure exactly what you're looking for here - there's an example near the bottom of http://mendeley-python.readthedocs.org/en/latest/usage.html which shows how to go through all of your documents. You can see all of the available attributes here: http://mendeley-python.readthedocs.org/en/latest/models.html#user-documents

Perhaps if you could tell us exactly what you're trying to do we can help you?