Howard

Results 1 comments of Howard

Bumping into the same issue with `client.Repos().ByOwnerId(owner).ByRepoId(repo).Rulesets().ByRuleset_id(rulesetId).Get()`, which is mapped to `/repos/{owner}/{repo}/rulesets/{ruleset_id}`. The `parseNode.GetChildNode("")` causes an error of `index is empty` at [this line](https://github.com/microsoft/kiota-serialization-json-go/blob/fb204b9dcbd5677f2b165ede11abbab4e80c744c/json_parse_node.go#L157) as well. ```Go // err ==...