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

### What I'm trying to achieve Use an APL that I don't have to pay another party for . For simple KV storage it should be enough to just use...

Partially implemented here https://github.com/saleor/saleor-dashboard/pull/2550/files iframe loader should exchange token and use POST to securely send it to the app server.

app-sdk requires bodyParser to be "false" so signature can be verified. This part is easy to be omitted and leads to ambiguous error ```2023-05-09T08:47:03.205Z app-sdk:SaleorWebhook Unexpected error: InternalServerError: stream is...

DX

After new fields are set in APL (app ID), SettingsManager can be simplified. Implement SettingsManager that will call API without injecting calls Use `global.fetch` inside, allow to provider custom client....

Generate types based on current Saleor GraphQL schema.

https://supabase.com/ Supabase can have 1st class APL Consider 2 ways of creating it - by creating supabase instance by APL/SDK, and/or to inject supabase to APL

SDK will likely need monorepo, because: 1. It provides code both for node and browser, having them in single package causes errors already (index file exposes fs, causing broken imports...

Epic

1. Prepare pre-release workflow (https://github.com/changesets/changesets/blob/main/docs/prereleases.md) for branches opened by changesets. This should be automatically creating RCs and attach them to the PR 2. Create label "skip release" and modify existing...

good first issue
CICD

Dashboard renders app with required params (theme, domain...) but also can add some context data like product id etc. These params are available in URL when apps loads but can...