module Gitlab

Defined in:

webhooks/common.cr
webhooks/events.cr
webhooks/project.cr
webhooks/system.cr

Constant Summary

Events = {} of String => Gitlab::Event.class

Class Method Summary

Class Method Detail

def self.event_from(json : String) : Event #

Factory method to build events from JSON payloads


[View source]