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
I wanted to fetch presences for a project but the wrapper offered no method to do that. Currently, I have to use the client.rest/RESTManager private to make a reqeust to the presences endpoint.
Ideal solution or implementation
I think the best way to do this would be to refactor client.presences to include all presences (not just the client's- but probably have some sort of identifier for if the presence is the clients or not on the presence class) and add a fetch method that just fetches from the /presences endpoint.
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered:
Which package is the feature request for?
The core library
Feature
I wanted to fetch presences for a project but the wrapper offered no method to do that. Currently, I have to use the
client.rest
/RESTManager
private to make a reqeust to the presences endpoint.Ideal solution or implementation
I think the best way to do this would be to refactor
client.presences
to include all presences (not just the client's- but probably have some sort of identifier for if the presence is the clients or not on the presence class) and add afetch
method that just fetches from the/presences
endpoint.Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered: