-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
[BUG] Missing server.title() function #1075
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
Apologies, I created this issue in the |
@fmvilas so its still need to be done?? |
I'm going to try. |
In case someone is interested, there's a very similar issue: #1076. Same but with |
- title(): returns the server title string or undefined - hasTitle: returns boolean indicating if title exists - added the unit tests for the respective functions - tested the code by building, ensuring changes in esm, cjs
Describe the bug.
The Server Object doesn't have a way to access the
title
attribute of a server.Expected behavior
We should have a function called
.title()
in the Server Object.Screenshots
No screenshots.
How to Reproduce
Not relevant.
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
No, someone else can work on it
The text was updated successfully, but these errors were encountered: