Handles operations related to groups.
This class provides methods to retrieve, cache, and manage groups by interacting with an external API. It also listens to real-time updates via sockets if the client has sockets enabled.
Retrieves all Group items.
Optional
Whether to skip the cache and fetch directly from the source.
A promise that resolves to an array of Group objects.
Fetches a group by its ID.
The ID of the group to be fetched.
Whether to skip the cache and fetch directly from the server.
The group object corresponding to the provided ID.
This method retrieves information on where a specified group is being used.
The unique identifier of the group to query.
A promise that resolves to the result indicating where the item is used.
Handles operations related to groups.
This class provides methods to retrieve, cache, and manage groups by interacting with an external API. It also listens to real-time updates via sockets if the client has sockets enabled.