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

Function apiWithNoMethods

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

Source from the content-addressed store, hash-verified

78}
79
80function apiWithNoMethods(dir) {
81 console.log('apiWithNoMethods');
82 return api({
83 kebab: 'no-method',
84 methods: []
85 }, dir);
86}
87
88function apiWithReservedWord(dir) {
89 return api({

Callers 1

installFunction · 0.85

Calls 1

apiFunction · 0.85

Tested by

no test coverage detected