# File lib/heroku/api/keys.rb, line 32
    def post_key(key)
      request(
        :body     => key,
        :expects  => 200,
        :method   => :post,
        :path     => "/user/keys"
      )
    end