Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: add support for simple operations on user inputs #1

Open
anroopak opened this issue Oct 1, 2018 · 2 comments
Open
Labels
hacktoberfest help wanted Extra attention is needed

Comments

@anroopak
Copy link
Owner

anroopak commented Oct 1, 2018

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
   
@anroopak anroopak added help wanted Extra attention is needed hacktoberfest labels Oct 1, 2018
@esslushy
Copy link

esslushy commented Oct 1, 2018

May I try to add the basic operations. Seems like a good project.

@anroopak
Copy link
Owner Author

anroopak commented Oct 2, 2018

Yes please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants