msgraph-sdk-javascript
msgraph-sdk-javascript copied to clipboard
Microsoft Graph client library for JavaScript
Currently: `client.api().headers().select().get()`; New style; ``` const queryOptions = { select : "id" }; const headers = { key: value }; `client.api().get(queryOptions, headers )` ```
- 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...
[AB#13261](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/13261)
# 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? -...
# 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...
[AB#10681](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/10681)