Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: loonghao/webhook_bridge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: loonghao/webhook_bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Apr 12, 2025

  1. feat: add support for RESTful methods (GET, POST, PUT, DELETE)

    This change adds support for different HTTP methods (GET, POST, PUT, DELETE) to the webhook_bridge plugin system. Plugins can now implement method-specific handlers to process different types of requests.
    
    Signed-off-by: longhao <[email protected]>
    loonghao committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    e26d193 View commit details
    Browse the repository at this point in the history
  2. feat: add support for RESTful methods (GET, POST, PUT, DELETE)

    This change adds support for different HTTP methods (GET, POST, PUT, DELETE) to the webhook_bridge plugin system. Plugins can now implement method-specific handlers to process different types of requests.
    
    - Modified BasePlugin class to support different HTTP methods
    - Added support for GET, POST, PUT, DELETE methods to the same path
    - Created example plugin demonstrating RESTful API usage
    - Fixed lint issues
    
    Signed-off-by: longhao <[email protected]>
    loonghao committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    1ae99c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8817b2 View commit details
    Browse the repository at this point in the history
Loading