opsgenie / opsgenie-go-sdk-v2

Opsgenie GO SDK v2
Apache License 2.0
34 stars 63 forks source link

check schedule ListRequest.Expand for nil #136

Open bewing opened 1 year ago

bewing commented 1 year ago

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.