MCPcopy
hub / github.com/diegohaz/rest / defaultApi

Function defaultApi

test/index.js:67–71  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

65}
66
67function defaultApi(dir) {
68 return api({
69 kebab: 'default-api'
70 }, dir);
71}
72
73function apiWithDifferentEndpointName(dir) {
74 return api({

Callers 1

installFunction · 0.85

Calls 1

apiFunction · 0.85

Tested by

no test coverage detected