Unsafe Unwrap
webhooks.unsafe_unwrap() -> void
Function
Unsafe Unwrap
require "cadenya"
cadenya = Cadenya::Client.new(api_key: "My API Key")
result = cadenya.webhooks.unsafe_unwrap
puts(result)require "cadenya"
cadenya = Cadenya::Client.new(api_key: "My API Key")
result = cadenya.webhooks.unsafe_unwrap
puts(result)