opsgenie-go-sdk-v2 icon indicating copy to clipboard operation
opsgenie-go-sdk-v2 copied to clipboard

check schedule ListRequest.Expand for nil

Open bewing opened this issue 2 years ago • 0 comments

Treat a nil pointer for ListRequest.Expand as "false", basically, omitting the param from the URL.

Allows one to

resp, err := sc.List(nil, &schedule.ListRequest{}) without a panic.

bewing avatar Jul 21 '23 21:07 bewing