MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / fetchVCards

Method fetchVCards

lib/models/dav.js:10857–10859  ·  view source on GitHub ↗
(...params)

Source from the content-addressed store, hash-verified

10855 return defaultParam(fetchAddressBooks, { headers: this.authHeaders, account: this.account })(params === null || params === void 0 ? void 0 : params[0]);
10856 }
10857 async fetchVCards(...params) {
10858 return defaultParam(fetchVCards, { headers: this.authHeaders })(params[0]);
10859 }
10860 async createVCard(...params) {
10861 return defaultParam(createVCard, { headers: this.authHeaders })(params[0]);
10862 }

Callers 1

listMethod · 0.80

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected