GitLabApiClient icon indicating copy to clipboard operation
GitLabApiClient copied to clipboard

Question: Does this client support the Events API?

Open rdstevens opened this issue 4 years ago • 1 comments

Gitlab has an API for events - a stream of things that happened to objects.

https://docs.gitlab.com/ee/api/events.html

For example, I want to know when a particular issue was closed - the events API can tell me.

Does GitLabApiClient support this API?

In general, is there a list of what is and isn't supported by this client?

Many thanks! Rob

rdstevens avatar Feb 03 '21 23:02 rdstevens

I'm looking for /events or /users/:id/events and haven't found it (yet?) in this client.

RobThree avatar May 06 '22 14:05 RobThree