module Github::Request

def post(path, params={}, options={})

def post(path, params={}, options={})
  request(:post, path, params, options)
end