Home > Software design >  How does Eclipse Marketplace's drag to install work?
How does Eclipse Marketplace's drag to install work?

Time:09-10

How does Eclipse get all the metadata, e.g., update sites to add to the update site list, from the url http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=[plugin ID] ?

CodePudding user response:

The documentation of the REST API used by the Eclipse Marketplace Client can be found in the Eclipse Wiki here:

https://wiki.eclipse.org/Marketplace/REST

  • Related