(prefix: string)
| 33 | const api = composePluginApi([openApiHttpPlugin()] as const); |
| 34 | |
| 35 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 36 | |
| 37 | /** A trivial upstream on 127.0.0.1: `GET /me` is 200 for any bearer. It exists |
| 38 | * only to give the OpenAPI integration a `servers` base URL — the guarantee |
no test coverage detected