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