Struct hubcaps::hooks::Hooks [] [src]

pub struct Hooks<C> where
    C: Clone + Connect
{ /* fields omitted */ }

Interface for managing repository hooks

Methods

impl<C: Clone + Connect> Hooks<C>
[src]

[src]

lists hook associated with a repository

[src]

creates a new repository hook Repository service hooks (like email or Campfire) can have at most one configured at a time. Creating hooks for a service that already has one configured will update the existing hook. see github docs for more information

[src]

edits an existing repository hook

[src]

deletes a repository hook by id