class Github::Client::Repos::Keys

def get(*args)

Other tags:
    Api: - public
def get(*args)
  arguments(args, :required => [:user, :repo, :id])
  get_request("/repos/#{arguments.user}/#{arguments.repo}/keys/#{arguments.id}", arguments.params)
end