plaid/plaid-python

No formal human-readable documentation for SDK exists.

Opened this issue · 1 comments

As stated in the title, currently the only way to read what this sdk wants to get for which param to which method is to go to implementation via IDE and read through boilerplate openapi code.

Boilerplate-generated errors rarely help understand where sdk wants an instance of an inner class, an array of such instances or just a string/array of strings. So you still have to go and check through the code.

For reference here, this should work better if the client is regenerated using openapi v6.2.0
Docs for that generator include inline types or links to reference types
Endpoints include type hints
Model inputs include type hints