You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
For some optimisations (speed, debit or memory), Is it possible to specify which attributes we want to get when calling
gazu.client.fetch_all()
orgazu.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 !
The text was updated successfully, but these errors were encountered: