Struct hubcaps::hooks::HookCreateOptionsBuilder [] [src]

pub struct HookCreateOptionsBuilder(_);

Methods

impl HookCreateOptionsBuilder
[src]

[src]

[src]

a list of github events this hook should receive deliveries for the default is "push". for a full list, see the Github api docs

[src]

web hooks must have an associated url

[src]

web hooks can optionally specify a content_type of "form" or "json" which indicates the type of payload they will expect to receive

[src]

web hooks can optionally provide a secret used to sign deliveries to identify that their source was indeed github

[src]

[src]

[src]