Skip to content

Endpoint for project/group access requests

RJ requested to merge aeropl3b/rust-gitlab:project_access_requests into master

New endpoint for the projects/groups access request API.

This does not verify that the access level granted is a valid access level for projects. Only a subset of the access levels are allowed for projects.

  • Guest
  • Reporter
  • Developer
  • Maintainer
  • Owner

Groups adds the Minimal and Anonymous levels, but NOT Admin.

I am open to ideas on how to handle this idiomatically, I am still kind of new to Rust and this is at the edge of my knowledge.

Edited by Ben Boeckel

Merge request reports