fix: add missing title() and summary() getters to Server class (#1075, #1076) - #1195
fix: add missing title() and summary() getters to Server class (#1075, #1076)#1195alexanderxfgl-bit wants to merge 2 commits into
Conversation
🦋 Changeset detectedLatest commit: 46eba4b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
|
|
the underline issue is part of microgrant program. please read the program guidlines https://github.com/asyncapi/community/blob/master/docs/010-contribution-guidelines/microgrant-program.md. thanks |



Fixes #1075 and #1076 by adding missing getter methods for title and summary to the Server class.\n\nThe methods follow the exact same pattern as existing getters like hasPathname()/pathname().\n\nCloses #1075\nCloses #1076