Skip to content

Add /reference-context chunked upload endpoint#7

Merged
IamJasonBian merged 1 commit into
mainfrom
IamJasonBian/add-reference-context
Mar 18, 2026
Merged

Add /reference-context chunked upload endpoint#7
IamJasonBian merged 1 commit into
mainfrom
IamJasonBian/add-reference-context

Conversation

@IamJasonBian
Copy link
Copy Markdown
Owner

Summary

  • New /api/reference-context endpoint for uploading large files (e.g. 50MB zips) via chunked PUT requests
  • Supports single-shot uploads for small files and chunked uploads with chunk/total params for large files
  • GET endpoint lists files, returns metadata with chunk completion status, or streams raw file/chunk bytes

Test plan

  • Deploy to Netlify and verify /docs shows the new Reference tag
  • Upload a small file via single-shot PUT
  • Split a large file into chunks, upload each, verify completion status via GET
  • Retrieve individual chunks and full file listing

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 18, 2026

Deploy Preview for route-runtime-service ready!

Name Link
🔨 Latest commit f8491ab
🔍 Latest deploy log https://app.netlify.com/projects/route-runtime-service/deploys/69ba2dff9730af00092800e8
😎 Deploy Preview https://deploy-preview-7--route-runtime-service.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@IamJasonBian IamJasonBian merged commit c0d321d into main Mar 18, 2026
4 of 5 checks passed
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

Successfully merging this pull request may close these issues.

1 participant