yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send multiple requests

marcin-szulc opened this issue · comments

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?