generator
generator copied to clipboard
Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!
With the start of GSoC, I now want to begin designing how to start the Quarkus template inside the generator project. I aim to just make the structure for where...
Let's explore and try adding a client for a new protocol - kafka so bacially create a new folder in https://github.com/asyncapi/generator/tree/master/packages/templates/clients this work will trigger new discussions on: - shoudl...
if we have AsyncAPI document, like Slack one, that has 3 operations, why not generate code that understands it? Meaning enable client user to write custom logic only for `hello`...
example from Slack and Hopscotch/Postman (one of these 2) has an operation that also has reply operation. This means that given application, whenever gets a message or sends a message,...
client for slack: discuss how we can share credentials to not leak anything sensitive to the public, but still any maintainer should have an easy way of plaing with example...
### Why do we need this improvement? It would be great to also have a template for generating GDScript code. Godot/Redot has a Built-in Web socket handler, so I guess...
 I came across this **`TODO`** in the `integration.test.js `file and I want to work on it.