server-api icon indicating copy to clipboard operation
server-api copied to clipboard

Server API providing official AsyncAPI tools

Results 13 server-api issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

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...

stale

#### 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:...

enhancement

**Description** - Fixed the TypeScript compile error by updating `@types/node` and `TypeScript` versions. **Related issue(s)** Resolves #364

stale

**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...

stale

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...

bug
stale

**Related issue(s)** Resolves #39

stale

**Related issue(s)** Resolves #36

stale

**Description** - Add /optimize path - Updated openapi.yaml - Write controller - Write tests

stale

**Description** Updated websiteUrl to point to the GitHub repository. **Related issue(s)** Fixes asyncapi/website#3797