-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full support for Dataset MetaData objects #6
Comments
@richarda23 unfortunately, there is no way to programmatically get a list of subjects since IQSS/dataverse#1510 is still open. Technically, I added it a while back but it's hidden behind the "admin" API: https://github.com/IQSS/dataverse/blob/v4.5.1/src/main/java/edu/harvard/iq/dataverse/api/DatasetFieldServiceApi.java#L178 Recently we added an "info" API ( http://guides.dataverse.org/en/4.5.1/api/native-api.html#info ) and this would be a natural place to expose the list of subjects. What do you mean by IdentifierSchemes? Do you mean DOI vs. Handle? What's the use case for exposing this? Hmm, or do you mean identifiers for authors like ORCID IDs? |
|
@richarda23 ok, that's also a controlled vocabulary so fits into IQSS/dataverse#1510 . Thanks. |
@richarda23 please keep an eye on this new PR: |
This is currently a bit patchy.
Implementing a Builder pattern to make Dataset construction a little easier.
Also need to handle optional/mandatory fields
Also validation of input.
@pdurbin Is there any way to programmatically get a list of Subjects and IdentifierSchemes?
I can hard-code based on what I see on the website but would be nice to get from an API call.
The text was updated successfully, but these errors were encountered: