Release API does not expose attachments #711
Labels
modifies/api
This PR adds API routes or modifies them
type/enhancement
An improvement of existing functionality
Milestone
Description
Releases can now have attachments #673 🎉 But the API was not updated to reflect this 🙁
The bare minumum for basic functionality are:
/repos/:owner/:repo/releases[/:id]
withGET /repos/:owner/:repo/releases/:id/assets
GET /repos/:owner/:repo/releases/assets/:id
Nice to have but could be it's own PR
PATCH /repos/:owner/:repo/releases/assets/:id
DELETE /repos/:owner/:repo/releases/assets/:id
POST /repos/:owner/:repo/releases/:id/assets?name=foo.zip
Ref: https://developer.github.com/v3/repos/releases/#list-assets-for-a-release
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/41166037-release-api-does-not-expose-attachments?utm_campaign=plugin&utm_content=tracker%2F47456670&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F47456670&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: