Skip to content

Bug: Decoding of GetOrganizationConnections #53

Description

@moredure

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions