Closed subhankarb closed 7 years ago
I'll fix this now. Forgot to make this change when i updated the submodule.
@rufuspollock i was doing this. Already finished. Should i raise pull?
FIXED. Addressed in this commit: https://github.com/frictionlessdata/dpr-api/commit/4e47b26e8f2a8889dbfb689be38dd456c80cfe6e
In new implementation of dpr-js in
index.jsx
the containerDataPackageView
needs two parametersIn the previous implementation this container needed
publisher
andpackage
as parameters. So we need to pass these two variables form APIGET /<publisher>/<package>
and set these two parameters indataset.html
Tasks
DATA_PACKAGE
andDATA_PACKAGE_URL
in_snippets.html
GET /<publisher>/<package>
parameters.