asyncapi
Here are 90 public repositories matching this topic...
I had opened an issue in the Shins project along these lines, but felt it might be better(?) considered here. Mermade/shins#53
To state the scenario from that issue:
Once a user is logged into our site, I'd like to be able to inject a user's API key dynamically into the API calls within the documentation. I'm using Widdershins to generate the base docs from OpenAPISp
Reason/Context
The problem is described here asyncapi/playground#79. It must be clear that returned data is not content but an object with content and metadata + what is this metadata, and that it is only with React renderer.
Description
Probably JSDoc must be only updated. Of course, some additional section in the readme would be also welcomed
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Jan 2, 2022 - C#
-
Updated
Dec 19, 2021 - Java
Reason/Context
Please try answering few of those questions
- Why we need this improvement?
Depending on the screen resolution, the menu on the right side overlay the spec content
- How will this change help?
Allow the user to collapse this menu if needed - What is the motivation?
A degraded user experience
 renderer, of course after unification. Unfornatelly we are blocked by asyncapi/generator#521. After improving compilation of React templates, switching to React template will be very easy.
-
Updated
Dec 26, 2021 - Java
-
Updated
Dec 16, 2021 - JavaScript
-
Updated
Dec 16, 2021 - Java
-
Updated
Dec 31, 2021 - Python
-
Updated
Sep 4, 2021 - TypeScript
-
Updated
Dec 22, 2021 - JavaScript
-
Updated
Jan 23, 2021
-
Updated
Dec 8, 2021 - Go
As we read in the specification about headers field for Message Object:
we validate it by the lines:
https://github.com/asyncapi/asyncapi-node/blob/master/schemas/2.1.0.json#L644-L657
However we should also validate the headers in the Message Trait Object:
-
Updated
Dec 16, 2021 - JavaScript
It happens 3 times in filters/all.js
- https://sonarcloud.io/project/issues?id=asyncapi_nodejs-template&issues=AXSXW9Lo1vC5408yMwFu&open=AXSXW9Lo1vC5408yMwFu
- https://sonarcloud.io/project/issues?id=asyncapi_nodejs-template&issues=AXSXW9Lo1vC5408yMwFf&open=AXSXW9Lo1vC5408yMwFf
- https://sonarcloud.io/project/issues?id=asyncapi_nodejs-template&issues=AXSXW9Lo1vC5408yMwFb&open=AXSXW9Lo1vC540
Improve this page
Add a description, image, and links to the asyncapi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asyncapi topic, visit your repo's landing page and select "manage topics."



Describe the bug
Operation bindings are described as
Map[string, Operation Bindings Object]where channel bindings are described asChannel Bindings ObjectI expected both definitions to be described as either
Map[string, <NAME>]or<NAME>