MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / fetch

Method fetch

packages/xadmin/src/api.js:13–15  ·  view source on GitHub ↗
(id, options)

Source from the content-addressed store, hash-verified

11 }
12
13 fetch(id, options) {
14 throw 'App API not implement!!!'
15 }
16
17 count(where = {}) {
18 return this.fetch().then(ds => ds.length)

Callers 6

countMethod · 0.95
queryMethod · 0.95
getMethod · 0.95
deleteMethod · 0.95
putMethod · 0.95
postMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected