saleor-apps-rs/sdk
2024-11-15 01:38:19 +01:00
..
src get bridge working! 2024-11-15 01:38:19 +01:00
.neoconf.json Bridge progress 2024-09-27 19:11:10 +02:00
build.rs Remove Anyhow completely, slight refactoring 2024-11-15 01:37:52 +01:00
Cargo.toml Remove Anyhow completely, slight refactoring 2024-11-15 01:37:52 +01: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
schema.graphql Remove Anyhow completely, slight refactoring 2024-11-15 01:37:52 +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