Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PackageDrone/UploadAPI

There are currently two upload APIs, V2 and V3 (since Package Drone 0.14.0).

While this older V2 API will be around for a few releases, newer implementations should consider using the API V3.

Upload V2

/api/v2/upload/channel/<channel_ID_or_name>/<artifact_name>

/api/v2/upload/channel/<channel_ID_or_name>/<artifact_id>/<artifact_name>

TODO...needs more details

Upload V3

See https://github.com/eclipse/packagedrone/blob/master/bundles/org.eclipse.packagedrone.repo.api/README.md

Back to the top