-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add method .hasMessages() #84
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue. |
@fmvilas what is you view on this. |
It totally makes sense, yes. Actually, the purpose of the parser is to eventually offer an abstract infterface that's independent of the AsyncAPI document structure. This is a good example. |
🎉 This issue has been resolved in version 0.19.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Yes. We can probably have another issue to target all those missing methods. Not necessarily for v1 though. |
Add method
asyncapi.hasMessages()
like we have others,asyncapi.hasChannels()
.This will be used to check if messages are defined, and then show them in a separate section.
To be used here:
asyncapi/html-template#31 (review)
Related PR: asyncapi/html-template#31
The text was updated successfully, but these errors were encountered: