saleor-apps-rs/sdk/README.md

20 lines
706 B
Markdown
Raw Normal View History

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
2024-03-11 16:48:54 +00:00
- [x] Base Types (Manifest, Webhooks, SaleorApp, Auth etc.)
2024-03-11 16:45:41 +00:00
- [x] APLs (Only redis currently implemented)
2024-03-11 16:48:54 +00:00
- [x] Webhook utilities (Axum middleware for payload signature verification)
2024-03-11 16:45:41 +00:00
- [ ] JWT Management
- [ ] 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