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

Difference between revisions of "PackageDrone/UploadAPI"

(Created page with "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 released, newer implementations should consider...")
 
 
Line 1: Line 1:
 
There are currently two upload APIs, V2 and V3 (since Package Drone 0.14.0).
 
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 released, newer implementations should consider using the API V3.
+
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 ==
 
== Upload V3 ==
  
No be written …
+
See https://github.com/eclipse/packagedrone/blob/master/bundles/org.eclipse.packagedrone.repo.api/README.md

Latest revision as of 17:45, 9 June 2017

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