msgraph-sdk-javascript icon indicating copy to clipboard operation
msgraph-sdk-javascript copied to clipboard

Microsoft Graph client library for JavaScript

Results 159 msgraph-sdk-javascript issues
Sort by recently updated
recently updated
newest added

[AB#10679](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10679)

Epic
TypeScript
appbuilding

# 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...

enhancement

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...

enhancement

[AB#10578](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10578)

enhancement

# 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...

enhancement
request: feature
P2

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...

request: documentation
Bug - P1

Address comments in #480 [AB#10183](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10183)

enhancement