fix checkboxes
This commit is contained in:
parent
aab0a1b8ce
commit
578c6833a7
2 changed files with 13 additions and 11 deletions
|
@ -3,12 +3,12 @@ name = "saleor-app-sdk"
|
||||||
authors = ["Djkáťo <djkatovfx@gmail.com>"]
|
authors = ["Djkáťo <djkatovfx@gmail.com>"]
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Unofficial Saleor App SDK like library, made to work with rust."
|
description = "Unofficial Saleor App SDK like library, made to for Rust."
|
||||||
keywords = ["saleor", "sdk", "plugin"]
|
keywords = ["saleor", "sdk", "plugin"]
|
||||||
categories = ["api-bindings", "web-programming::http-server"]
|
categories = ["api-bindings", "web-programming::http-server"]
|
||||||
homepage = "https://github.com/djkato/saleor-app-rs-template"
|
homepage = "https://github.com/djkato/saleor-apps-rs"
|
||||||
repository = "https://github.com/djkato/saleor-app-rs-template"
|
repository = "https://github.com/djkato/saleor-apps-rs"
|
||||||
documentation = "https://github.com/djkato/saleor-app-rs-template"
|
documentation = "https://github.com/djkato/saleor-apps-rs"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -1,16 +1,18 @@
|
||||||
# Unofficial Saleor App SDK
|
# Unofficial Saleor App SDK
|
||||||
|
|
||||||
SDK for building [Saleor Apps](https://github.com/saleor/apps), inspired by The [Official Saleor SDK](https://github.com/saleor/apps)
|
SDK for building [Saleor Apps](https://github.com/saleor/apps), inspired by The [Official Saleor SDK](https://github.com/saleor/apps)
|
||||||
|
|
||||||
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](https://github.com/djkato/saleor-apps-rs)
|
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](https://github.com/djkato/saleor-apps-rs)
|
||||||
|
|
||||||
Current Coverage: ~10%
|
Current Coverage: ~10%
|
||||||
[x] Base Types (Manifest, Webhooks, SaleorApp etc.)
|
|
||||||
[x] APLs (Only redis currently implemented)
|
- [x] Base Types (Manifest, Webhooks, SaleorApp etc.)
|
||||||
[ ] JWT Management
|
- [x] APLs (Only redis currently implemented)
|
||||||
[ ] Webhook utilities
|
- [ ] JWT Management
|
||||||
[ ] Settings Manager
|
- [ ] Webhook utilities
|
||||||
[ ] App Bridge
|
- [ ] Settings Manager
|
||||||
[ ] Handlers
|
- [ ] App Bridge
|
||||||
|
- [ ] Handlers
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue