MendeleyClient icon indicating copy to clipboard operation
MendeleyClient copied to clipboard

Python client for the Mendeley open api

Results 1 MendeleyClient issues
Sort by recently updated
recently updated
newest added

Hi, just a minor issue, but in mendeley_client.py the URI of document_details is wrong. It should be '/oapi/library/documents/'. 226c226 ## < 'url': '/oapi/library/documents/%(id)s/', > ``` > 'url': '/oapi/library/documents/details/%(id)s/', > ```