fulvio-diller

Results 4 comments of fulvio-diller

Here the endpoint were it crashes ``` "/api/v2.0/stores/{storeId}/members/enroll": { "post": { "tags": [ "Members" ], "summary": "Enrolls a member into the Loyalty Program.\r\nThis will create a new member in the...

Same of them are detailed like that.

Why not use the operationId instead of the summary for the filename. Only use the summary if the operationID does not exist.

I am doing a cli converter from Swagger to Bruno in golang and then adding it to GitHub action. I will release it soon