# File lib/heroku/api/keys.rb, line 23
    def get_keys
      request(
        :expects  => 200,
        :method   => :get,
        :path     => "/user/keys"
      )
    end