-
Hi,
I took a look at the generator and tried to use it, works like a charm, thanks! But one thing I miss is the ability to add message header like described here: https://www.asyncapi.com/docs/spec…
-
use [this PR](https://github.com/asyncapi/generator/pull/925/files) as inspiration, except for:
- no changes to workflows
- arborist version should not be changed by this issue
- supported engines …
-
#### Reason/Context
As JSON Schema is a common denominator of all of the input types, being able to take any type of input and output normalized JSON Schema would make this tool useful in other flo…
-
A playbook for API-first transformation at scale- Delivery Infrastructure Platform Part 1 - https://medium.com/@jayadebaj/a-playbook-for-api-first-transformation-at-scale-delivery-infrastructure-platf…
-
Nice stuff - I am a nats fan boy :)
there is a nats web dashboard here: https://github.com/mdawar/nats-dashboard
It's pretty good. Its just a simple JSON parser of what comes off the NATS Monito…
-
### Use Case
At the moment all messages are versioned using the AsyncAPI document version. Some users have expressed an interest to version the messages inside the document differently.
I'm propos…
-
#### Describe the bug
The python code generated from the generator example (https://www.asyncapi.com/tools/generator) has several issues that prevent the code from running (without debugging):
1. me…
-
This project deserves a proper README.
- What is it about?
- Features?
- What's the current development status?
- If applies, how can users install it?
- Standard README elements such as how to…
smoya updated
3 years ago
-
Codegen:
```ts
import { TheCodegenConfiguration } from '@the-codegen-project/cli'
const config: TheCodegenConfiguration = {
inputType: 'asyncapi',
inputPath: '../../definitions/services/bundled…
-
#### Reason/Context
As of now there is no official support for JSON (de-)serialization with the Kotlin models provided by Modelina.
While most models will work just fine, there are more than enough …