You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obviously the idea of this is not (just yet) to support things like using the Member API to create ORCID-s. I, however, am working on just such a thing in Python, with explicit focus on record creation. It seems better to integrate this kind of thing into an existing library.
I wanted to check whether support for record creation was planned or already in the works before forking though.
The text was updated successfully, but these errors were encountered:
I am not sure why there is an error.
orcid\rest.py", line 101, in _load_works
+ '/orcid-works', headers = BASE_HEADERS)
TypeError: cannot concatenate 'str' and 'NoneType' objects
Obviously the idea of this is not (just yet) to support things like using the Member API to create ORCID-s. I, however, am working on just such a thing in Python, with explicit focus on record creation. It seems better to integrate this kind of thing into an existing library.
I wanted to check whether support for record creation was planned or already in the works before forking though.
The text was updated successfully, but these errors were encountered: