(prefix: string)
| 35 | const api = composePluginApi([openApiHttpPlugin()] as const); |
| 36 | |
| 37 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 38 | |
| 39 | /** Upstream on 127.0.0.1: `GET /inbox` is 200 for any bearer; `GET /files` |
| 40 | * answers a Google-shaped scope-insufficient 403; `GET /admin` answers an |
no test coverage detected