.. | ||
src | ||
Cargo.toml | ||
README.md |
Unofficial Saleor App SDK
SDK for building Saleor Apps, inspired by The Official Saleor SDK
This repo is very likely to introduce breaking changes as it's very early in development. Made specifically for the Saleor App Template for Rust
Current Coverage: ~10%
- Base Types (Manifest, Webhooks, SaleorApp etc.)
- APLs (Only redis currently implemented)
- JWT Management
- Webhook utilities
- Settings Manager
- App Bridge
- Handlers
Usage
Check the git repo for example use in saleor-app-template