Search code examples
appharbor

Install Appharbor Add-on through API


After reading : http://support.appharbor.com/kb/api

I can do almost everything through APIs.

But how can I install/remove add-on through the API.

for example : I want to install SQL nano for my instance through API.


Solution

  • Add-ons are not yet officially part of the API, but it's very simple to just drive the web interface. You can see how AppHarbify does that here.