class Github::Client::Orgs::Hooks

def get(*args)

Other tags:
    Api: - public

Other tags:
    See: https://developer.github.com/v3/orgs/hooks/#get-single-hook -
def get(*args)
  arguments(args, required: [:org_name, :id])
  get_request("/orgs/#{arguments.org_name}/hooks/#{arguments.id}",
              arguments.params)
end