You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The endpoints POST /analytics/raw/incidents and GET /alert_grouping_settings each have their own bespoke method of pagination and do not support the standard cursor-based or classic pagination styles. Hence, adding special adapters for them to RestApiV2Client would save effort for end users who would otherwise have to implement for themselves functions for paging through data of these endpoints.
The text was updated successfully, but these errors were encountered:
See original: PagerDuty/pdpyras#136
The endpoints
POST /analytics/raw/incidents
andGET /alert_grouping_settings
each have their own bespoke method of pagination and do not support the standard cursor-based or classic pagination styles. Hence, adding special adapters for them toRestApiV2Client
would save effort for end users who would otherwise have to implement for themselves functions for paging through data of these endpoints.The text was updated successfully, but these errors were encountered: