# File lib/gitlab/client/users.rb, line 146
    def ssh_key(id)
      get("/user/keys/#{id}")
    end