MCPcopy Index your code
hub / github.com/danwrong/restler / get

Function get

lib/restler.js:322–324  ·  view source on GitHub ↗
(url, options)

Source from the content-addressed store, hash-verified

320}
321
322function get(url, options) {
323 return request(url, shortcutOptions(options, 'GET'));
324}
325
326function patch(url, options) {
327 return request(url, shortcutOptions(options, 'PATCH'));

Callers 1

restler.jsFile · 0.85

Calls 2

requestFunction · 0.85
shortcutOptionsFunction · 0.85

Tested by

no test coverage detected