Prerequisites
Describe the issue
resp, err := kindeManagmentAPI.GetOrganizationConnections(context.Background(), management_api.GetOrganizationConnectionsParams{
OrganizationCode: "...",
})
if err != nil {
panic(err)
}
fmt.Println(resp)
all of the properties returned inside resp are not set - as a result empty
Library URL
https://github.com/kinde-oss/kinde-go
Library version
main and 0.1.8
Operating system(s)
macOS
Operating system version(s)
latest
Further environment details
No response
Reproducible test case URL
No response
Additional information
No response
Prerequisites
Describe the issue
all of the properties returned inside resp are not set - as a result empty
Library URL
https://github.com/kinde-oss/kinde-go
Library version
main and 0.1.8
Operating system(s)
macOS
Operating system version(s)
latest
Further environment details
No response
Reproducible test case URL
No response
Additional information
No response