You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a rest API and I want to validate the request and respond with proper error message If a specific field is not available or empty or invalid .
Can I do this using Stubmatic ?
The text was updated successfully, but these errors were encountered:
If I'm understanding your concern correctly, the answer is NO. Stubmatic is more about req-res mapping with almost no programming logic, conditions, and looping.
I want to create a rest API and I want to validate the request and respond with proper error message If a specific field is not available or empty or invalid .
Can I do this using Stubmatic ?
The text was updated successfully, but these errors were encountered: