pdjs
pdjs copied to clipboard
Add example filtering by incident status
When migrating from node-pagerduty
it wasn't immediately obvious to me how to add the necessary query parameters to filter by status and service_id.
This PR adds a simple example filter by status == triggered
which should hopefully point others in the right direction.