This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Description
The initial idea I had was to build a tool to parse a script and perform code generation for the API, but since I am now noticing that stripe have a open spec of their api, it may be best to parse and use that instead. Using spec3 from https://github.com/stripe/openapi (which would be more up to date), we could possibly perform some code generation to keep the API up to date.