go-pagerduty
go-pagerduty copied to clipboard
Add implementation for notification list
The change adds an implementation for the notification list
sub-command which had a skeleton but was not previously completed. I added a small helper function to depaginate (up to a user-specified limit) the results. I would be happy to generalize this depagination function for other list
operations if so desired.