Skip to content
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

dataset endpoint #159

Open
johannesliem opened this issue May 22, 2023 · 0 comments
Open

dataset endpoint #159

johannesliem opened this issue May 22, 2023 · 0 comments

Comments

@johannesliem
Copy link
Member

endpoint to provide a list/enum of all available datasets/datasources (e.g., apis, wikidata, ...)

query params:

  • q > label; if empty: returns entire result set
interface DataSet {
  id: string
  label: string
  description: string
}

interface DataSets {
   datasets: Array<DataSet>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant