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

Method fetchAddressBooks

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

Source from the content-addressed store, hash-verified

10852 return defaultParam(addressBookMultiGet, { headers: this.authHeaders })(params[0]);
10853 }
10854 async fetchAddressBooks(...params) {
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 }

Callers 1

listAddressBooksMethod · 0.80

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected