• 
      

    Add an API for webhooks

    Review Request #10053 — Created July 2, 2018 and submitted

    Information

    rb-gateway
    master
    8eb3a4e...

    Reviewers

    Webhooks can now be created, deleted, updated, or retrieved from the web
    API.

    Now that we have multiple sub-routers, (e.g. for repos/ and hooks/), the
    router building code has been refactored into a data type (routingEntry)
    and method (addRoutes) so that the same code does not need to be
    repeated for each set of routes.

    Co-authored-by: Florie Cai floriecai@hotmail.com

    Ran go fmt ./....
    Ran make test.
    Ran make integration-tests.

    Description From Last Updated

    Typo in description: mulitple

    daviddavid
    david
    1. 
        
    2. Show all issues

      Typo in description: mulitple

    3. 
        
    brennie
    david
    1. Ship It!
    2. 
        
    brennie
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (df85d8d)