Skip to content

Conversation

@FedericoNegri
Copy link
Contributor

So far the fields="all" query parameter was set by default in all requests. Proposed changes:

  • expose an all_fields boolean parameter in the Client object to control this behavior
  • if enabled, set this query parameter on the requests.Session object stored by the Client.

To play it safe, for the time being I'd still enable it by default and ask consumers to turn it off according to their needs.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 22, 2023
@FedericoNegri FedericoNegri marked this pull request as ready for review March 22, 2023 21:21
This was linked to issues Mar 22, 2023
@FedericoNegri FedericoNegri merged commit 6616575 into main Mar 23, 2023
@FedericoNegri FedericoNegri deleted the fnegri/fields branch April 6, 2023 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the default fields="all" query parameter Retry mechanism

3 participants