-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: confluence plugin methods (#219)
This pull request refactors the initialization methods of the ConfluencePlugin and DiscordPlugin classes. It removes unused arguments, extracts the Confluence API to an interface, and updates the ConfluencePlugin to use channels for items and errors. These changes improve the code structure and make it easier to maintain and extend.
- Loading branch information
Baruch Odem (Rothkoff)
authored
Mar 7, 2024
1 parent
2055905
commit 35f27ed
Showing
3 changed files
with
131 additions
and
89 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
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