hook-javascript icon indicating copy to clipboard operation
hook-javascript copied to clipboard

allow callback as second parameter for get/post/put/delete methods

Open endel opened this issue 10 years ago • 0 comments

As a shortcut for .get().then(function() { }):

hook.get('/url', function() { })
hook.post('/url', function() { })

endel avatar Jun 10 '15 20:06 endel