Ronald K

Results 76 comments of Ronald K

@andrueastman @baywet I have a possible solution for this > 1. always declare returning a parsable. We can add an alias for Parsable to the exported type e.g `export type...

> 2. do not contain "triage" code to return the collections of parsable or the scalar values. This only affects the objects / collection of objects when a type discriminator...

@baywet @andrueastman Could you look at this [solution ](https://github.com/microsoft/kiota/pull/5461). The only remaing bit would be to add a default call to serialize composed type as in this example ```ts export...

Sample builder ```typescript /* tslint:disable */ /* eslint-disable */ // Generated by Microsoft Kiota // @ts-ignore import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation,...

Hi @almeida-raphael, Thanks for trying the SDK. As you have discovered, the Teams api and the response is not a `Team` object, You will need to use a [header inspection...