MCPcopy
hub / github.com/Effect-TS/effect / addHttpApi

Method addHttpApi

packages/platform/src/HttpApi.ts:67–67  ·  view source on GitHub ↗

* Add another `HttpApi` to the `HttpApi`.

(
    api: HttpApi<Id2, Groups2, E2, R2>
  )

Source from the content-addressed store, hash-verified

65 * Add another `HttpApi` to the `HttpApi`.
66 */
67 addHttpApi<Id2 extends string, Groups2 extends HttpApiGroup.HttpApiGroup.Any, E2, R2>(
68 api: HttpApi<Id2, Groups2, E2, R2>
69 ): HttpApi<
70 Id,

Callers 4

HttpApi.test.tsFile · 0.80
ApiClass · 0.80
MyApiClass · 0.80
OpenApi.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected