Closed hayribakici closed 1 year ago
This PR refactors the logic of the list methods that are in numerous endpoint files. This is done by adding a generic _listWithIds method, which results having less repetetive code.
list
endpoint
_listWithIds
Was contemplating for a second if _listFromIds would fit better, but it's fine 😆 Thank you for your continued contributions! Much appreciated!
Was contemplating for a second if _listFromIds would fit better, but it's fine 😆
_listFromIds
Thank you for your continued contributions! Much appreciated!
That seems like a good idea. Should I change it?
This PR refactors the logic of the
list
methods that are in numerousendpoint
files. This is done by adding a generic_listWithIds
method, which results having less repetetive code.