2024-02-27 23:31:25 +00:00
# Unofficial Saleor App SDK
SDK for building [Saleor Apps ](https://github.com/saleor/apps ), inspired by The [Official Saleor SDK ](https://github.com/saleor/apps )
2024-03-11 16:45:41 +00:00
2024-02-27 23:31:25 +00:00
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 ](https://github.com/djkato/saleor-apps-rs )
Current Coverage: ~10%
2024-03-11 16:45:41 +00:00
- [x] Base Types (Manifest, Webhooks, SaleorApp etc.)
- [x] APLs (Only redis currently implemented)
- [ ] JWT Management
- [ ] Webhook utilities
- [ ] Settings Manager
- [ ] App Bridge
- [ ] Handlers
2024-02-27 23:31:25 +00:00
## Usage
Check the git repo for example use in saleor-app-template