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

feat(api): add sugar to /save endpoint to upload csv body file #1976

Open
ramfox opened this issue Nov 23, 2021 · 0 comments
Open

feat(api): add sugar to /save endpoint to upload csv body file #1976

ramfox opened this issue Nov 23, 2021 · 0 comments
Assignees
Labels
API JSON API issues feat A code change that adds functionality
Milestone

Comments

@ramfox
Copy link
Member

ramfox commented Nov 23, 2021

  • do we want to limit file size? - yes 100MB
  • inline the body, or temporarily save file & allow qri to load like we do when we use the p.BodyFile field?

This endpoint should take a bodyFile from a multiform upload & convert everything needed to use in a call to lib.Save. Should expect all same fields as a save param, create a parser that converts.

@ramfox ramfox added feat A code change that adds functionality API JSON API issues labels Nov 23, 2021
@ramfox ramfox added this to the v0.11.0 milestone Nov 23, 2021
@ramfox ramfox self-assigned this Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API JSON API issues feat A code change that adds functionality
Projects
None yet
Development

No branches or pull requests

1 participant