Packages
ex_porter_sdk
0.1.0
An Elixir SDK for Porter's delivery API, providing a simple and reliable way to integrate Porter's logistics services into your Elixir applications. Features include getting delivery quotes, creating and managing delivery orders, and real-time order tracking.
Current section
Files
Jump to
Current section
Files
lib/webhook.ex
defmodule ExPorterSDK.Webhook do
alias ExPorterSDK.Webhook.Impl
def verify_webhook(config, params) do
Impl.verify_webhook(config, params)
end
end