class Github::Client::Repos::Pages

def get(*args)

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