Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PackageDrone/UploadAPI

< PackageDrone
Revision as of 17:45, 9 June 2017 by Unnamed Poltroon (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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