# File lib/heroku/client.rb, line 483
  def installed_addons(app_name)
    JSON.parse get("/apps/#{app_name}/addons", :accept => 'application/json').to_s
  end