vhelpers
v0.0.7
Published
Vincnet Ma's helpers functions.
Readme
// command request
{
id: '', // should be unique
method: 'GET', // GET/POST/PUT/DELETE
url: 'foo/bar/getLatest', // string
params: {} // any
body: {} // any
response: {} // generated by the handler
}