Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Add an option to allow data to be returned in the primitive format instead of forcing the new object format #504

Open
andrelccorrea-blinctek opened this issue Mar 4, 2024 · 2 comments

Comments

@andrelccorrea-blinctek
Copy link

The new data format returned by the lib is not always ideal, making 2 costly conversions necessary, one done by the lib itself and another, turning the data into primitive formats again.
If there was an option that could be passed at lib initialization and allowed to choose between the old and new format, it would be a great help.

@leohbatista
Copy link

The abstraction is good in theory, but since the main purpose of this module is to make API calls to Plaid, this is more an overhead than an improvement. Please allow returning directly as a dict, even as not by default.

@phoenixy1
Copy link
Contributor

Thanks for the feedback! Unfortunately this is something we're not likely to add, as it doesn't appear to be supported by the version of OpenAPI generator we use for python. If and when we next upgrade our version of the python openapi generator, we will take this feedback into account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants