oxinabox / DataDepsGenerators.jl

Utility for developers to help define DataDeps registration blocks, for reusing existing Data with DataDeps.jl
Other
18 stars 6 forks source link

[WIP] Implement Dataverse API #40

Open SebastinSanty opened 6 years ago

oxinabox commented 6 years ago

It would be good if you could jot down some thoughts on the blockers your encountering, or the things you are not understanding. Or your understanding of the API so far

SebastinSanty commented 6 years ago

I tried for a day more. The issues are: 1) What is an identifier in the Dataverse API? There is an id field, identifier field both of which don't work with the specified API atleast not for dataverse.harvard.edu. 2) What I have done till now, is to get the details using persistentId. But I am able to get files and checksums details only.