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

Microsoft Graph client library for JavaScript

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

Currently: `client.api().headers().select().get()`; New style; ``` const queryOptions = { select : "id" }; const headers = { key: value }; `client.api().get(queryOptions, headers )` ```

enhancement

- Currently each middleware in the Graph library update the telemetry feature flag. Update the logic to handle middleware specific telemetry while using Kiota middlewares. - Also, verify if currently...

enhancement
Middleware: Telemetry Handler

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

request: documentation
request: feature

# Feature Request As part of our v4 release, our SDKs should support OpenTelemetry to implement observability. See https://github.com/microsoftgraph/msgraph-sdk-design/pull/72

# Bug Report ## Prerequisites - [x] Can you reproduce the problem? - [x] Are you running the latest version? - [x] Are you reporting to the correct repository? -...

bug: service
Area: Outlook
Bug - P1

# Feature Request Add the ability to set the baseUri of the graph client after the client has been initialized. This will make it easier to change the `baseUri` of...

enhancement
request: feature
P2

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

request: feature