saleor-app-sdk

Crates.iosaleor-app-sdk
lib.rssaleor-app-sdk
version0.6.2
created_at2024-03-11 16:43:08.662565+00
updated_at2025-01-03 11:23:29.305674+00
descriptionUnofficial Saleor App SDK library, made to for Rust.
homepagehttps://github.com/djkato/saleor-apps-rs
repositoryhttps://github.com/djkato/saleor-apps-rs
max_upload_size
id1169622
size1,013,123
Djkáťo (djkato)

documentation

https://github.com/djkato/saleor-apps-rs

README

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

  • Base Types (Manifest, Webhooks, SaleorApp, Auth etc.)
  • APLs (Only redis and file apl currently implemented)
  • Webhook utilities (Axum middleware for payload signature verification)
  • JWT Management
  • Settings Manager (in progress rn)
  • App Bridge (uses web_sys, wasm_bindgen and similar, is front-end framework agnostic)
  • Handlers

Usage

Check the git repo for example use in app-template

Commit count: 139

cargo fmt