Search code examples
javaherokusalesforceapex-code

Heroku integration


I am trying for heroku integration. Is it possible to login into heroku and run heroku commands from java or salesforce apex. Heroku REST API is in ruby. I am not able to understand it. How to run heroku command with out using cmd or git.


Solution

  • Check out the heroku.jar Java based client for the Heroku API:

    https://github.com/heroku/heroku.jar

    It's still under development, but there is pretty good coverage of the API at this point.