facebook / facebook-python-business-sdk

Python SDK for Meta Marketing APIs
https://developers.facebook.com/docs/business-sdk
Other
1.27k stars 629 forks source link

Stub files #657

Open aaaaahaaaaa opened 7 months ago

aaaaahaaaaa commented 7 months ago

Considering that the SDK seems to heavily rely on dynamically retyping objects at runtime, it would be great if stub files could be published along side. Otherwise using this package within projects that rely on type checkers pretty much results in having to ignore type errors everywhere as actual return types completely differ from signatures.