Skip to content

Commit

Permalink
[skip ci] Add readme to examples directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mzeitlin11 committed Dec 4, 2023
1 parent 11d80e6 commit f7a0999
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Examples
This folder contains examples showing how to use `async-stripe`. Each example
is setup as its own crate so the dependencies are clear.

The examples include:
- `endpoints`: General usage, including API calls for commonly used resources, along
with examples of using different request strategies.
- `pagination`: Async streaming of Stripe API calls which allow [Pagination](https://stripe.com/docs/api/pagination)
- `webhook-actix`: Receiving Stripe webhooks using the web framework `actix-web`
- `webhook-rocket`: Receiving Stripe webhooks using the web framework `rocket`
- `webhook-axum`: Receiving Stripe webhooks using the web framework `axum`

0 comments on commit f7a0999

Please sign in to comment.