app-sdk icon indicating copy to clipboard operation
app-sdk copied to clipboard

SDK for building great Saleor Apps

Results 36 app-sdk issues
Sort by recently updated
recently updated
newest added

- webhook handlers most likely will need app settings to process the incoming request. Extend the async webhook context with Settings Manager - payload can contain private metadata of the...

enhancement
To refine

https://github.com/saleor/saleor-app-sdk/pull/121#discussion_r1031126685 We would like to have a common validation approach with atomic, reusable functions.

To refine

Export handler factories. Dont export middlewares, because they need next adapter and they need coupling with rates. Retes can stay as private detail of SDK. Middlewares *can* be exported with...

To avoid too frequent db hits, caching must be introduced

The dashboard can use extensions to e.g. prefill forms. For example - the extension can fetch product data from PIM. AppBridge should provide an interface to send these data and...

To test JWT middleware, we'll need PollyJS for mocking external calls

enhancement