DataConservancy / dcs-packaging-osf

Open Science Framework packaging model, client, and utilities.
2 stars 3 forks source link

Update to version 2.2 of the OSF API #7

Closed emetsger closed 7 years ago

emetsger commented 7 years ago

Updates the attributes of existing domain objects and their relationships to comply with version 2.2 of the OSF API. Typically this means adding member fields to objects that represent an attribute or relationship that wasn't present before. This includes a new suite of tests targeting version 2.2 of the OSF API, including new object graphs harvested from https://api.osf.io/v2/.

Notably, this PR does not include support for OSF preprints available at https://api.osf.io/v2/preprints/. That support will come later.