class Github::Client::Repos::Statistics

def participation(*args)

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