ORCID / python-orcid

Python wrapper around ORCID API
BSD 3-Clause "New" or "Revised" License
91 stars 26 forks source link

2.0 stable support #16

Closed rcpeters closed 6 years ago

rcpeters commented 7 years ago

2.0 version of our API is now available on the production registry: https://groups.google.com/forum/#!msg/orcid-api-users/s7jT29-fqRI/9d3Eos4MCgAJ

MSusik commented 7 years ago

Hi!

Great to hear that, I'll try to find some time to implement the changes.

Cheers!

ghost commented 7 years ago

Hi, thank you for your package. I second this request. It would be great to see this update.

Here is the documentation of the 2.0 endpoints:

MSusik commented 7 years ago

@rcpeters @kaplun

Hi! The work in progress is available in https://github.com/ORCID/python-orcid/tree/2.0update I do not have much time available, and it would great if sb could take care of updating the testsuite.

I believe the new version could have the number 1.0.0, but before releasing everything has to be properly tested. There is a change without back compability, the SearchAPI class has been removed, as after moving to 2.0 institution credentials are needed in order to get the token. Thus, SearchAPI functionalities are integrated into PublicAPI.

MSusik commented 6 years ago

The 1.0.0 version is now available on PyPI