chrisvdm / redwoodjs-stripe

A Redwood/Stripe integration made easy
MIT License
46 stars 7 forks source link

Improv/sdl generation #120

Open chrisvdm opened 1 year ago

chrisvdm commented 1 year ago

Managing sdl schema is time consuming. Better approach would be to generate schema from Stripe's openAPI Spec. This PR is part one of a larger issue (https://github.com/chrisvdm/redwoodjs-stripe/issues/117)

API (might need some help here):

https://github.com/chrisvdm/redwoodjs-stripe/issues/63