Paddlex
An Elixir wrapper for the paddle.com API
Install / Use
/learn @imricardoramos/PaddlexREADME
Paddlex
An Elixir wrapper for the paddle.com API, inspired by paddle_pay and stripity_stripe
Table of Contents
Installation
Add paddlex to your list of dependencies in mix.exs:
def deps do
[
{:paddlex, "~> 0.1.1"}
]
end
Usage
Configuration
Configure lib the credentials obtained from the Paddle Dashboard
# config/dev.exs
config :paddlex,
environment: :sandbox
vendor_id: "YOUR SANBOX VENDOR ID (as number)"
vendor_auth_code: 'YOUR SANDBOX VENDOR AUTH CODE'
# config/prod.exs
config :paddlex,
environment: :production
vendor_id: "YOUR PRODUCTION VENDOR ID (as number)"
vendor_auth_code: 'YOUR PRODUCTION VENDOR AUTH CODE'
Examples
For examples of usage, please see the HexDocs
Contributing
Feedback, feature requests, and fixes are welcomed and encouraged.
To ensure a commit passes CI you should run mix check
License
Paddlex is released under the MIT license. See the LICENSE.
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
