MCPcopy Index your code
hub / github.com/Effect-TS/effect / MyApi

Class MyApi

packages/platform-node/examples/api.ts:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115class AnotherApi extends HttpApi.make("another").add(PeopleApi).prefix("/v2") {}
116
117class MyApi extends HttpApi.make("api")
118 .add(UsersApi)
119 .add(TopLevelApi)
120 .addHttpApi(AnotherApi)
121{}
122
123// ------------------------------------------------
124// implementation

Callers

nothing calls this directly

Calls 3

addHttpApiMethod · 0.80
addMethod · 0.65
makeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…