(prefix: string)
| 35 | const api = composePluginApi([openApiHttpPlugin()] as const); |
| 36 | |
| 37 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 38 | |
| 39 | /** An OpenAPI integration that declares an OAuth (authorization-code) method |
| 40 | * pointed at `oauth`, so the connect modal treats it as an OAuth integration |
no test coverage detected