MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / post

Method post

packages/wl-sdk/src/client.ts:264–266  ·  view source on GitHub ↗
(input: PostInput)

Source from the content-addressed store, hash-verified

262 // ── Mutations ──────────────────────────────────────────────────
263
264 async post(input: PostInput): Promise<PostOutcome> {
265 return unwrap(await post({ ...input, ctx: this.#ctx() }), this.#config.onError);
266 }
267
268 async edit(input: EditInput): Promise<MutationOutcome> {
269 return unwrap(await edit({ ...input, ctx: this.#ctx() }), this.#config.onError);

Callers 15

createKiloBotFunction · 0.80
processLinkedMessageFunction · 0.80
processMessageFunction · 0.80
promptLinkAccountFunction · 0.80
promptLinkAccountFunction · 0.80
postBotThreadMessageFunction · 0.80
index.tsFile · 0.80
index.tsFile · 0.80
auth.tsFile · 0.80
index.tsFile · 0.80
index.tsFile · 0.80
control-server.tsFile · 0.80

Calls 3

#ctxMethod · 0.95
postFunction · 0.90
unwrapFunction · 0.70

Tested by 7

createAppFunction · 0.64
buildMountedAppFunction · 0.64
createAppFunction · 0.64
makeAppFunction · 0.64
setupDataFunction · 0.64
setupWithResolvedActionFunction · 0.64
makeUserAppFunction · 0.64