mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-18 14:29:47 +08:00
Stubs for stripe (#5770)
A library that provides convenient access to the Stripe API from applications. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses. I started with stubgen, then cleaned up to address missing functions. Testing plan is to keep an eye on CI and fix any issues that arise.
This commit is contained in:
committed by
GitHub
parent
80f61d2209
commit
0cd4ee39a2
@@ -53,7 +53,8 @@
|
||||
"stubs/Werkzeug",
|
||||
"stubs/beautifulsoup4",
|
||||
"stubs/slumber",
|
||||
"stubs/oauthlib"
|
||||
"stubs/oauthlib",
|
||||
"stubs/stripe"
|
||||
],
|
||||
"typeCheckingMode": "basic",
|
||||
"strictListInference": true,
|
||||
|
||||
Reference in New Issue
Block a user