Closed nasdf closed 2 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/valist/docs/3BKtVneZex8MCdKHBJStZNpxGwHn
✅ Preview: Canceled
This adds a bin registry to allow users to view and download binary projects from a valist node.
The following endpoints are enabled:
/api/bin/{org}/{repo}
shows latest release metadata/api/bin/{org}/{repo}/{tag}
shows tagged release metadata/api/bin/{org}/{repo}?artifact={path}
downloads latest artifact/api/bin/{org}/{repo}/{tag}?artifact={path}
downloads tagged artifact