MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / post

Method post

cli/src/utils/codebuff-api.ts:150–150  ·  view source on GitHub ↗

Make a POST request

(
    path: string,
    body?: Record<string, unknown>,
    options?: RequestOptions,
  )

Source from the content-addressed store, hash-verified

148
149 /** Make a POST request */
150 post<T>(
151 path: string,
152 body?: Record<string, unknown>,
153 options?: RequestOptions,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected