Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
peelar committed Sep 8, 2023
1 parent 525f1a6 commit 4274bed
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,18 @@ the command:
```bash
pnpm lint
```

## Examples

You can find examples of using the SDK in the [examples](./examples) directory.

The examples are based on the [Saleor App Template](https://www.github.com/saleor/saleor-app-template).

The `examples` directory contains:

- `async-webhook-handler` - an exemplary implemention of `order-created` webhook handler.
- `dashboard-extensions` -
- `external-webhook` -
- `metadata-manager` -
- `protected-route` -
- `trpc` - an example of implementing an app that uses tRPC.

0 comments on commit 4274bed

Please sign in to comment.