GitLabApiClient
GitLabApiClient copied to clipboard
Question: Does this client support the Events API?
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
I'm looking for /events or /users/:id/events and haven't found it (yet?) in this client.