Nikitha Chettiar

Results 98 comments of Nikitha Chettiar

@markfields Thank you for the contribution! I will review the PR and the approaches proposed in this issue and get back to you.

@markfields FYI, the PageIterator task has a [getDeltaLink API](https://github.com/microsoftgraph/msgraph-sdk-javascript/blob/c239b7cd652d636648445139b6b5df1523640916/src/tasks/PageIterator.ts#L169) which gives access to the delta link when working with a collection of items. The requirement you stated in this issue...

@anvilation Thank you for your feedback! This feature seems to be a good enhancement to improve the usability of the Graph JS client library.

https://github.com/microsoft/OpenAPI.NET/issues/913#issuecomment-1164422147

Adding to the observability point, The current design of TypeScript maps a request body object to the model class at the time of request as follows: ``` interface User {...

- Instead of using the backing store through the object, we could think of associating a singleton backing store with the client instance and update which would look like something...

https://github.com/microsoft/kiota/issues/1008#issuecomment-1017507628 Are the conversation above and this issue two separate issues?

Converting this to draft for now as I am investigating a bug where a some request executor method body parameters are not being replaced in the Graph V1 scope.

https://github.com/microsoftgraph/msgraph-sdk-typescript/actions/runs/2368809346 - Graph V1 SDK successful runtime action