Skip to content

BatchRequestStep enhancements #45

@darrelmiller

Description

@darrelmiller

a) Add a method to BatchRequestContent that is an overload of AddBatchRequestStep that accepts HttpRequestMessage as a parameter without having to provide an Id. Generate an Id using Guid.NewGuid.

b) Add another overload that accepts anything derived from baseRequest

The goal is to simplify creating batches for the simple case. Developers should be able to use GraphServiceClient to create request objects and just add them to a BatchRequestContent instance.

/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