Connections Endpoint is missing include_totals
parameter
#349
Labels
feature request
A feature has been asked for or suggested by the community
include_totals
parameter
#349
Describe the problem you'd like to have solved
The official auth0 api endpoint get_connections has a paramter
include_totals
. Since the endpoint is paginated the totals are needed to get all connections sensibly.Describe the ideal solution
Add
include_totals
as a parameter in the connections methodAlternatives and current work-arounds
Know how many you have and loop over that, make an educated guess, just using
my_client.get('api/v2/connections', parameters_including_the_totals)
does not work for me (`getaddrinfo': Failed to open TCP connection).Additional information, if any
I would be happy to make the contribution myself?!
The text was updated successfully, but these errors were encountered: