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
There are some PagerDuty REST API endpoints that return API object references instead of the full objects for specific keys, to avoid sending massive amounts of (potentially unused) JSON across the wire.
Refer to this comment on a PR where a change was required to use APIObject instead, because it was the shape expected by the PagerDuty API: #273 (comment).
The reason I think we should investigate changing this, is because per our documentation some users may expect to see a full object sent back (see #250). This would be a v2.0.0 change.
The text was updated successfully, but these errors were encountered:
There are some PagerDuty REST API endpoints that return API object references instead of the full objects for specific keys, to avoid sending massive amounts of (potentially unused) JSON across the wire.
Refer to this comment on a PR where a change was required to use
APIObject
instead, because it was the shape expected by the PagerDuty API: #273 (comment).The reason I think we should investigate changing this, is because per our documentation some users may expect to see a full object sent back (see #250). This would be a v2.0.0 change.
The text was updated successfully, but these errors were encountered: