文件名称:stripe_eventex:插件的条纹webhook集成
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-07 05:14:19
stripe webhook stripe-event Elixir
:warning: master分支目前正在积极开发中, StripeEventex 安装 添加stripe_eventex到您的依赖项列表mix.exs : def deps do [{ :stripe_eventex , " ~> 2.0.0 " }] end 然后在项目目录中运行mix do deps.get, deps.compile 。 用法 defmodule StripeEventApplication do import Plug . Conn use Plug . Router plug StripeEventex , path: " /stripe_hooks " , validation: & StripeEventApplication . valid! / 1 plug :match plug :dispatch get " /super_a
【文件预览】:
stripe_eventex-master
----mix.lock(926B)
----.gitignore(41B)
----mix.exs(793B)
----.travis.yml(89B)
----LICENSE(1KB)
----CHANGELOG.md(343B)
----README.md(2KB)
----config()
--------test.exs(203B)
--------config.exs(46B)
--------dev.exs(211B)
----lib()
--------stripe_eventex.ex(2KB)
----test()
--------stripe_eventex_test.exs(3KB)
--------test_helper.exs(15B)