-
Notifications
You must be signed in to change notification settings - Fork 492
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
datasetVersion vs. latestVersion in JSON metadata response #4715
Comments
@ross-spencer you're right. It's find of weird that the output of these two API endpoints are slightly different:
(Thanks for the gist that illustrates the difference.) I didn't even know the citation is only in one version. Since both versions are in the wild, deployed to production installations of Dataverse, I'd say that either is safe to use. I'm working on a talk about Dataverse integrations, by the way, so please feel free to leave a comment at #4283 with any new integration that may not be on my radar. Thanks! |
@ross-spencer has your question been answered? If so, please feel free to close this issue. Or is there anything else you need for this issue? |
@pdurbin I believe they have and thank you! (Sorry I didn't see your response before). If there's no plan to fix this, maybe we can add some form of |
@ross-spencer sure. Good idea. I just created an applied a "wontfix" label, using the naming and color conventions at https://github.com/IQSS/redmine2github/tree/master/scripts/label_updates#label-namecolor-table Thanks for helping keep our issue tracker tidy! |
Thank you for contributing an issue to the Dataverse Project! If this is a bug report, please let us know when the issue occurs, which page it occurs on, to whom it occurs, and which version of Dataverse you're using. If this is a feature request, please let us know what you'd like to see and give us some context - what kind of user is the feature intended for, and what inspired the request? No matter the issue, screenshots are always welcome.
I am using the web interface and the API to explore this dataset here: https://demodv.scholarsportal.info/dataset.xhtml?persistentId=doi:10.5072/FK2/6PPJ6Y
You'll see from the diff on this gist, that the differences between the two outputs are minimal. https://gist.github.com/ross-spencer/ffd54e2fc1893b44e44fcf7147d5e417/revisions#diff-12eb2b59d603b983287eb105cf667843
My question is: are they by design?
datasetVersion
appears in the web interface JSON, but it changes tolatestVersion
in the api downloadcitation
appears in the version downloaded from the web interfaceI'm interested to find out. We'll be developing against the API result, so we'll rely on that output for now.
The text was updated successfully, but these errors were encountered: