-
-
Notifications
You must be signed in to change notification settings - Fork 129
add fetch methodes request to javascript #126
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
Conversation
β Deploy Preview for quicksnip ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Hey, thanks for the contribution, but those don't match what we expect for snippets.
Snippets should be a function with a unique functionnality, not just wrapping a standard library function. They should also be self contained, and followed by one or two example of uses.
Description
Added the GET POST PUT DELETE methodes for javascript.
Just some examples with some example data and json parser (where json is expected).
Type of Change
Checklist