Feature request: API for downloading dataset by id
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
I find the distinction between data API and "normal" API quite confusing, and I'm not sure why a user would ever want to use the data API.
How about we add API calls for both CSV and ARFF to download the data by using the dataset id?
I find it a bit odd that I can get anything about a dataset with a rest call from the API, but I can't get the dataset itself.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by reviewing the existing REST API and data API entry points, then trace how datasets are identified and served in CSV and ARFF formats. Done means documented API calls can download either format using a dataset id, with coverage for the new behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api, data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100