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
We have added a method that retrieves the draft deposition ID, irrespective of whether a draft already exists or not. This works around the last major issue in our API so workflows should now be much smoother 🎉
Changelog
🆕 Features
Added [ZenodoInteractor.get_draft_deposition_id][openscm_zenodo.ZenodoInteractor.get_draft_deposition_id].
This makes it possible to get the draft deposition ID, even if you're already created the draft.
It is the recommended way of getting a draft deposition ID,
superseding [ZenodoInteractor.create_new_version_from_latest][openscm_zenodo.ZenodoInteractor.create_new_version_from_latest].
([ZenodoInteractor.create_new_version_from_latest][openscm_zenodo.ZenodoInteractor.create_new_version_from_latest]
is still available, it just fails if you have already created a draft.) (#15)