opsgenie-go-sdk-v2
opsgenie-go-sdk-v2 copied to clipboard
check schedule ListRequest.Expand for nil
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.