Michael Jones
Michael Jones
Do you have a proposed format for how you would go about defining this? It seems straightforward to define a query parameter that is only required when another is present,...
Question: will this support similar functionality as Postman where you can have a request basically repeat itself? The use case I’m thinking is request one loads an array as a...
Can't reproduce this issue either. Have you attempted to add a vehicle after signup manually by grabbing the VIN and Pin from MailHog? I just scripted out some tests, and...
Updated so that we are not duplicating author information in the mongo table: Instead we're just storing the `authorid` for posts AND comments, and then using that to fetch back...
@piyushroshan proposed method of addressing this: https://github.com/OWASP/crAPI/pull/81