server-api
server-api copied to clipboard
Server API providing official AsyncAPI tools
### Reason/Context This Issue is used to track changes needed to support AsyncAPI v3. As a code owner, please edit this list of TODO tasks in order to properly track...
Server-API is going to be migrated to be part of [CLI](https://github.com/asyncapi/cli/). See https://github.com/asyncapi/server-api/issues/485. In the meantime, we are not accepting new PR's on this repo, not even the automated ones...
#### Reason/Context Server-API is not so different to what https://github.com/asyncapi/cli is. The big difference remains on the [Ports](https://fideloper.com/hexagonal-architecture) they expose. Beyond that, the logic they perform is precisely the same:...
**Description** - Fixed the TypeScript compile error by updating `@types/node` and `TypeScript` versions. **Related issue(s)** Resolves #364
**Description** Running server (`npm run start:prod`) results in a type conflict error for AbortSignal between `@types/node/globals.d.ts` and `typescript/lib/lib.dom.d.ts.` **Error** `node_modules/@types/node/globals.d.ts:72:13 - error TS2403: Subsequent variable declarations must have the same...
As in current Dockerfile we install dependencies by `npm install` due to problem described in the https://github.com/asyncapi/.github/issues/123 issue. After resolving mentioned issue we should move from `npm install` to the...
**Description** - Add /optimize path - Updated openapi.yaml - Write controller - Write tests
**Description** Updated websiteUrl to point to the GitHub repository. **Related issue(s)** Fixes asyncapi/website#3797