gdcc / pyDataverse

Python module for Dataverse Software (dataverse.org).
http://pydataverse.readthedocs.io/
MIT License
63 stars 41 forks source link

Dataset metadata attribute "topicClassVocabURI" missing #126

Closed skasberger closed 3 years ago

skasberger commented 3 years ago

Bug report

The Dataset metadata attribute topicClassVocabURI is missing after Dataset creation via the API.

Environment

Possible solution

Add topicClassVocabURI in models.py to Dataset() class.

The JSON created should be of structure:

Root Cause Analysis

Solution