-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Is your feature request related to a problem? Please describe.
Yes, when using pySEAR to retrieve a list of connected users in a group, the returned information does not include the connection attributes. These attributes, which provide detailed information about user connections, are available when retrieving user data individually through a list of group_connections, but they are not included when fetching the group data, which lacks details about user connections. As a result, we need to send a separate request for each connected user to retrieve their detailed connection attributes, which complicates the process.
Describe the solution you'd like
I would like to see an enhancement to pySEAR that includes connection attributes in the response when retrieving the list of connected users in a group. This would improve the usability and provide developers with comprehensive information about user connections within groups.
Describe alternatives you've considered
As an alternative to modifying pySEAR, I would need to send a separate request for each connected user to obtain their connection attributes. This process is cumbersome and requires multiple requests and additional data processing to retrieve the necessary information. Streamlining this functionality by having the pySEAR provide these attributes directly would significantly enhance usability.
Additional context
Version of pySEAR : 0.5.0