Ronald K

Results 76 comments of Ronald K

Thanks for pointing this out, 1. I will be working on a solution on allowing users to override `Content-Type` which would be useful to in this case. As you correctly...

@ritu-rubrik The fix should be ready within the next 7 days

@baywet I think we have a bit off on issue with compression. Native support for compression in node for the web is a bit on an issue, as of node...

@baywet Thanks for taking a look

@mralston this release is currently blocked by https://github.com/microsoft/kiota-php/pull/53

Hi @MilitsaB, thanks for trying out the SDK. Are you able to test this [example](https://learn.microsoft.com/en-us/graph/sdks/large-file-upload?tabs=go) i.e concatenate the folderID + itemPath + ":" ```go uploadSession, _ := graphClient.Drives(). ByDriveId(*myDrive.GetId()). Items()....

@baywet my thoughts in this issue is to reintroduce the wrapper class for the composed types. I don't think there is any other way to deserialize the types without atleast...

Here is an example for the changes ```typescript /* tslint:disable */ /* eslint-disable */ // Generated by Microsoft Kiota // @ts-ignore import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type...

@baywet @andrueastman @koros The approach to re-introduce the wrapper class is because I cant think of any other way to deserialize the classes that would not result in changing the...

> have the generator detect the scenario where the composed type is a combination of different send methods at generation time (e.g. collection and non collection or primitive and collection)...