Packages
A minimal Stripe SDK for Elixir with webhook handling, built on Req and Spark. Provides a simple API client and declarative DSL for webhook handlers with Igniter-powered code generation.
Current section
Files
Jump to
Current section
Files
tiny_elixir_stripe
.formatter.exs
.formatter.exs
# Used by "mix format"
[
plugins: [Spark.Formatter],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [
handle: 2
],
export: [
locals_without_parens: [
handle: 2
]
]
]