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

Add Custom request option

Open marekbuban opened this issue 4 years ago • 1 comments

I've noticed java sdk allows to make "Custom request" https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Custom-Requests

It would be great if .net sdk allows the same. Any plan to add it or reason why not? AB#7284

marekbuban avatar Apr 30 '20 19:04 marekbuban

We discussed this before. The conclusion is that we want people to either use the generated client when possible, and if not, you use the httpClient to submit requests via the httpProvider:

GraphServiceClient.HttpProvider.SendAsync(httpRequestMessage)

There is a response handler for deserializing the response objects.

To anyone seeing this post, please 👍 if you want a Custom Request option in the client.

MIchaelMainer avatar Apr 30 '20 20:04 MIchaelMainer

Closing this stale issue.

ddyett avatar Jun 28 '23 01:06 ddyett