MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / post

Method post

static/js/utils.js:411–413  ·  view source on GitHub ↗
(path, body, options = {})

Source from the content-addressed store, hash-verified

409 }
410
411 post(path, body, options = {}) {
412 return this.request(path, { ...options, method: 'POST', body });
413 }
414
415 put(path, body, options = {}) {
416 return this.request(path, { ...options, method: 'PUT', body });

Callers 15

pauseActiveBatchTasksFunction · 0.45
resumeActiveBatchTasksFunction · 0.45
refreshTokenFunction · 0.45
validateTokenFunction · 0.45
runBatchRefreshTaskFunction · 0.45
runBatchValidateTaskFunction · 0.45
runOverviewRefreshTaskFunction · 0.45
bootstrapSessionTokenFunction · 0.45
handleBatchDeleteFunction · 0.45
uploadToCpaFunction · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected