GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
932 stars 451 forks source link

Feature request: Group access tokens #799

Open inuitviking opened 6 months ago

inuitviking commented 6 months ago

Hi

I'm making a feature request, hope that is okay - I haven't noticed anyone making this one yet. I may or may not make a contribution, adding this feature myself; I have to do some time management at work to make this fit into my schedule first.

It would be pretty neat if it were possible to list group level access tokens (or more for that sake). Gitlab has an API documentation for that here: https://docs.gitlab.com/ee/api/group_access_tokens.html

We have the possibility to list all group deploy tokens and project access tokens, so I would believe the only natural next step would be group access tokens.

If someone picks it up before I do, I am more than willing to test, so don't hesitate to ping me. :slightly_smiling_face:

inuitviking commented 6 months ago

Fortunately, it seems my schedule was pretty open, so I have forked the project.

I have added the functionality, just need to add the tests.