We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a feature (which I am not sure is clearly advertised and documented) to lookup a certificate for a given dataset URL.
e.g. https://certificates.theodi.org/en/datasets?datasetUrl=https%3A%2F%2Fdata.qld.gov.au%2Fdataset%2Fqueensland-government-advertising-spend redirects to https://certificates.theodi.org/en/datasets/218260/certificates/246571
This feature does not appear to work for all datasets in the system. e.g. https://certificates.theodi.org/en/datasets?datasetUrl=https%3A%2F%2Fdata.qld.gov.au%2Fdataset%2Fmarriages-by-sex ought to redirect to https://certificates.theodi.org/en/datasets/218260 but does not. Cursory look at certificate_from_dataset_url does not show anything which would make it obvious why the lookup fails.
certificate_from_dataset_url
(This issue is related to, but not the same as #859 )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a feature (which I am not sure is clearly advertised and documented) to lookup a certificate for a given dataset URL.
e.g. https://certificates.theodi.org/en/datasets?datasetUrl=https%3A%2F%2Fdata.qld.gov.au%2Fdataset%2Fqueensland-government-advertising-spend redirects to https://certificates.theodi.org/en/datasets/218260/certificates/246571
This feature does not appear to work for all datasets in the system. e.g.
https://certificates.theodi.org/en/datasets?datasetUrl=https%3A%2F%2Fdata.qld.gov.au%2Fdataset%2Fmarriages-by-sex ought to redirect to https://certificates.theodi.org/en/datasets/218260 but does not. Cursory look at
certificate_from_dataset_url
does not show anything which would make it obvious why the lookup fails.(This issue is related to, but not the same as #859 )
The text was updated successfully, but these errors were encountered: