Fetchinator7
Fetchinator7
I guess there was a misunderstanding on my part. I thought ordering requests by type was supposed to work for all routes so this would have been a bug. BTW,...
Hi. Sorry for the late reply, and thanks again for this great project! Yes, my main objective would be to facilitate having all POST opt be executed 1st. Based on...
Sounds like you're [hitting the default mock](https://github.com/Fetchinator7/openapi-backend/blob/fix-req-query-parsing/src/backend.ts#L602). It works for me and the project is setup to use a mocking library so your schema probably isn't being provided correctly.
~~[I'm thinking we need a more robust way to parse booleans from strings](https://github.com/anttiviljami/openapi-backend/pull/262#discussion_r767178040) Ok, I guess my question is; "If the input parameter string is not a boolean, how should...