yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
626 stars 147 forks source link

Send multiple requests #290

Open marcin-szulc opened 2 years ago

marcin-szulc commented 2 years ago

I wonder how can I send multiple requests at the same time and get success response only when all requests complete successfully. From the other side I need to know when any of sent requests fails.

Any idea how can this be achieved?