ORCID / python-orcid

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

Accept int put_code #35

Open Wooble opened 2 years ago

Wooble commented 2 years ago

In read_record_public, when a list of put_codes is given, these are currently joined together as strs, but the API returns these codes as ints. It's not a huge burden to convert put_codes I got from one call to str before making another call for full details of the works, but it would be convenient to just pass in the list of ints I pull from the other data.