class Github::ParamsHash

def request_params

Other tags:
    Api: - public
def request_params
  to_hash.select do |key, value|
    !REQUEST_PARAMS.include?(key.to_sym)
  end
end