-
Notifications
You must be signed in to change notification settings - Fork 5
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
Create shorthand methods for every HTTP method #1 #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change the comment
src/letsRoute.js
Outdated
this.on("POST",url,fn); | ||
} | ||
/** | ||
* Adds routes for GET method and URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be changed to DELETE
Congratulations and thanks for your first PR. |
Thanks a lot, you're doing a great job. |
Now as you're already have confidence to raise PRs, you should increase the level of complexity with each PR to learn more. |
Sure, I want to do that already. Can you point me to some other issue? I want to work on some more. |
तुम्हारा determination काबिल-ए-तारीफ है । (It looks a bit odd to write in Hindi but I'm trying to bring it in trend) I've just added an easy one in this repo. And some complex issues can be found here |
Thanks a lot. |
I have added the shorthand methods and some tests for them. Please let me know if anything else is required.