Issue when trying to handle batch request in minimal api. #55008
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
Status: Resolved
The issue
I'm trying to handle multiple requests in batch with the new minimal api as do OData, and the same way MsGraph is doing it (https://learn.microsoft.com/en-us/graph/json-batching).
Constraints
In my current context, I can't use Odata.
So I'm searching for a way with the current documentation in .NET8 for minimal apis to handle batches (not bulk request with arrays).
Attempts
I didn't find what I was looking for, so I'm guessing there is actually no feature regarding batching multiple requests natively.
Questions
Is there a solution ?
Can it be usefull to the community to have such a feature ?
The text was updated successfully, but these errors were encountered: