What's Changed
- Renamed endpoint
DELETE
/delete/{upload_id}
to/api/delete/{upload_id}
- Added
POST
/api/upload
that does the same as/upload
but returns the build info JSON (useful for integrations) - Added
GET
/api/bundle/{bundle_id}/latest_upload
to retrieve the latest build info based on the bundle ID (will only work for new uploads, as the ones made with earlier versions are not indexed)
PRs:
- Retrieve latest upload by bundle id by @tofran in #21
- General cleanup, better API, error improvements, and more by @tofran in #22
Full Changelog: v2.0.1...v2.1.0