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
Add support to perform simple operations on the user inputs
User inputs may be printed in response using {{path.user_id}} where path is a system defined variable and contains values passed on the URL path and user_id is the variable name.
Eg: stub path is /customer/:user_id/details -> and get.json file is
"user_id": {{path.user_id}},
....
}```
- Other basic operations required :
- basic math operations
- basic string operations
The text was updated successfully, but these errors were encountered:
Add support to perform simple operations on the user inputs
{{path.user_id}}
wherepath
is a system defined variable and contains values passed on the URL path anduser_id
is the variable name.Eg: stub path is
/customer/:user_id/details
-> and get.json file isThe text was updated successfully, but these errors were encountered: