| 115 | class AnotherApi extends HttpApi.make("another").add(PeopleApi).prefix("/v2") {} |
| 116 | |
| 117 | class MyApi extends HttpApi.make("api") |
| 118 | .add(UsersApi) |
| 119 | .add(TopLevelApi) |
| 120 | .addHttpApi(AnotherApi) |
| 121 | {} |
| 122 | |
| 123 | // ------------------------------------------------ |
| 124 | // implementation |
nothing calls this directly
no test coverage detected
searching dependent graphs…