class Tanda::Webhook::Types::UnverifiedWebhook

Included Modules

Defined in:

tanda_webhook/types/unverified_webhook.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.from(body_string : String) : self | Error::Base #

[View source]

Instance Method Detail

def hook_key : String | Nil #

[View source]
def hook_signature : String | Nil #

[View source]
def hook_time : UInt32 | Nil #

[View source]
def payload : WebhookPayload | Nil #

[View source]
def to_webhook : Webhook | Error::Base #

[View source]