saleor-apps-rs/sdk/README.md
2024-03-11 17:45:41 +01:00

647 B

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