# File lib/heroku/api/collaborators.rb, line 14
    def get_collaborators(app)
      request(
        :expects  => 200,
        :method   => :get,
        :path     => "/apps/#{app}/collaborators"
      )
    end