ORCID / python-orcid

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

put-code being returned by add_record() #2

Closed kaplun closed 9 years ago

kaplun commented 9 years ago

When POSTing a new record in ORCID, it is returning a 201 HTTP code with a Location header letting us know the ID (with put-code etc.) useful to refer to the just-added record. This should be returned back to the client code.

kaplun commented 9 years ago

:dancer: