MCPcopy
hub / github.com/callumalpass/tasknotes / post

Method post

src/api/APIRouter.ts:49–51  ·  view source on GitHub ↗
(pattern: string, handler: RouteHandler)

Source from the content-addressed store, hash-verified

47 }
48
49 post(pattern: string, handler: RouteHandler): void {
50 this.register("POST", pattern, handler);
51 }
52
53 put(pattern: string, handler: RouteHandler): void {
54 this.register("PUT", pattern, handler);

Callers 1

test-webhook.jsFile · 0.80

Calls 1

registerMethod · 0.95

Tested by

no test coverage detected