saleor-apps-rs/sdk
djkato 27c039278c
Some checks failed
clippy / clippy (push) Has been cancelled
Fix all AppBridge payloads, split to actions and events etc
2024-11-08 01:10:59 +01:00
..
src Fix all AppBridge payloads, split to actions and events etc 2024-11-08 01:10:59 +01:00
.neoconf.json Bridge progress 2024-09-27 19:11:10 +02:00
Cargo.toml Bridge progress 2024-09-27 19:11:10 +02:00
README.md update readme 2024-03-11 17:59:21 +01:00
rust-toolchain.toml Bridge init 2024-06-17 22:18:13 +02:00

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: ~20%

  • Base Types (Manifest, Webhooks, SaleorApp, Auth etc.)
  • APLs (Only redis currently implemented)
  • Webhook utilities (Axum middleware for payload signature verification)
  • JWT Management
  • Settings Manager
  • App Bridge
  • Handlers

Usage

Check the git repo for example use in saleor-app-template