This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/add message binding to channel documentation (#35)
* feat: Add new tab with message binding to channel documentation and add header and message binding example to example tab * Add message binding to the request made by PublisherService so that the backend can use the message binding to construct a message * Improve mapping of message bindings to be more resilient if a backend creates a specification without message binding * Rename Binding in example tab to Message Binding and add full payload to log statement when producing messages * Display raw message bindings Regression: Previously included mapped ui attributes chore: Improve [protocol: string]: any typings Co-authored-by: [email protected] --------- Co-authored-by: Timon Back <[email protected]>
- Loading branch information
Showing
9 changed files
with
245 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,7 @@ button { | |
padding: 6px; | ||
font-weight: normal; | ||
} | ||
|
||
[hidden] { | ||
display: none !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.