stripe / stripe-node

Node.js library for the Stripe API.
https://stripe.com
MIT License
3.9k stars 755 forks source link

Clean up examples #2205

Closed jar-stripe closed 1 month ago

jar-stripe commented 1 month ago

Why?

In our recent SDK release we added a couple new examples along with a template to make it easy for us to create new examples. The names of the examples and the template were confusing and hard to understand and our documentation around examples was lacking. This PR fixes/clarifies the names and added comments to explain each new example.

What?

jar-stripe commented 1 month ago

Note: this is based off of the jar/fetch-related-object-method branch. Merge https://github.com/stripe/stripe-node/pull/2201 before this PR.