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

Method createVCard

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

Source from the content-addressed store, hash-verified

10858 return defaultParam(fetchVCards, { headers: this.authHeaders })(params[0]);
10859 }
10860 async createVCard(...params) {
10861 return defaultParam(createVCard, { headers: this.authHeaders })(params[0]);
10862 }
10863 async updateVCard(...params) {
10864 return defaultParam(updateVCard, { headers: this.authHeaders })(params[0]);
10865 }

Callers 1

createMethod · 0.80

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected