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

Add parameters to fetch_all() or fetch_one() to specify which attributes we want #279

Open
firegreen opened this issue Mar 1, 2023 · 0 comments
Assignees

Comments

@firegreen
Copy link

For some optimisations (speed, debit or memory), Is it possible to specify which attributes we want to get when calling gazu.client.fetch_all() or gazu.client.fetch_one() ?

For instance, if I want to get all users but only to manipulate their names, I would make a request by specifying "first_name" and "last_name" in option to minimize the data to request.

Thanks in advance !

@EvanBldy EvanBldy self-assigned this Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants