microsoft / kiota-abstractions-go

Abstractions library for the Kiota generated SDKs in go
https://aka.ms/kiota/docs
MIT License
11 stars 10 forks source link

Parameters with lists of numbers not supported in URIs #124

Closed papegaaij closed 7 months ago

papegaaij commented 7 months ago

AddQueryParameters only checks for []string, []any and (slices of) enum types. Kiota however also constructs query parameters with types like []int64. These do not satisfy any of the current checks and are therefor never rendered in the resulting URI.

papegaaij commented 7 months ago

Ah, sorry, I totally forgot. I had to create the PR first before I could add the reference in the changelog and forgot to update the changelog afterwards.