msgraph-sdk-javascript
msgraph-sdk-javascript copied to clipboard
Microsoft Graph client library for JavaScript
[AB#10679](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10679)
# Feature Request ## Is your feature request related to a problem? Please describe Currently the retry handler only rethrows when the underlining request throws: https://github.com/microsoftgraph/msgraph-sdk-javascript/blob/130f3c0e9d329498ef8444d86181255b640d5743/src/middleware/RetryHandler.ts#L176-L189 This means that a...
Currently, when creating the `LargeFileUpload` object or the `PageIterator` object, we are passing a `Client` object which is used to make the requests. The current design creates limitations in customizing...
[AB#10578](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10578)
# Feature Request ## Is your feature request related to a problem? Please describe Whilst troubleshooting using the Large File request I kept getting a message indicating that the message...
While discussing how to create service principals in https://github.com/Azure/azure-sdk-for-js/issues/14833, @diberry found that we don't have any reference documentation in https://docs.microsoft.com/javascript/api for the package `@microsoft/microsoft-graph-client`. I couldnt find any either. I...
Address comments in #480 [AB#10183](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10183)