Skip to content

Add Batch RequestBuilder to baseClient #46

@darrelmiller

Description

@darrelmiller

Currently you cannot call the $batch endpoint using the GraphServiceClient. We would like to add a Batch request builder to the baseClient to make it possible to do the following:

  graphClient.Batch.Request().PostAsync(batchRequestContent);

It is not necessary to generate this request builder, it can be added to the core library.

/cc @MIchaelMainer

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions