MCPcopy Create free account
hub / github.com/Azure/powershell / post

Method post

lib/index.js:2640–2644  ·  view source on GitHub ↗
(requestUrl, data, additionalHeaders)

Source from the content-addressed store, hash-verified

2638 });
2639 }
2640 post(requestUrl, data, additionalHeaders) {
2641 return __awaiter(this, void 0, void 0, function* () {
2642 return this.request('POST', requestUrl, data, additionalHeaders || {});
2643 });
2644 }
2645 patch(requestUrl, data, additionalHeaders) {
2646 return __awaiter(this, void 0, void 0, function* () {
2647 return this.request('PATCH', requestUrl, data, additionalHeaders || {});

Callers 1

postJsonMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected