python-orcid icon indicating copy to clipboard operation
python-orcid copied to clipboard

Python wrapper around ORCID API

Results 13 python-orcid issues
Sort by recently updated
recently updated
newest added

Hi there! While using this wrapper for the first time I noticed that **a.** its readme was not rendering on PyPI ([see for yourself](https://pypi.org/project/orcid/)) and **b.** that it was using...

Requests for a token via the sandbox Public API using `get_token_from_authorization_code()` return a 400 error stating that I'm not allowed to use the member API. Changing the token URL to...

The minimal-example from the documentation: ``` { 'title': {'title': 'API Test Title'}, 'type': 'JOURNAL_ARTICLE', 'external-ids': [{ 'external-id': [{ 'external-id-type': 'source-work-id', 'external-id-value': '1234' }] }] } ``` Which follows the RC2...