saleor-apps-rs/sdk
2024-05-23 00:21:13 +02:00
..
src add features to feature gate big deps 2024-05-23 00:21:13 +02:00
Cargo.toml add features to feature gate big deps 2024-05-23 00:21:13 +02:00
README.md update readme 2024-03-11 17:59:21 +01: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