node-apicalypse
node-apicalypse copied to clipboard
How exclude some objects from .requestAll
Hi.
I want to get some games based on platforms but seems like .requestAll returns all games that endpoint can provide. Is there any way to make .requestAll return objects based on parameters I set?
Hi.
I want to get some games based on platforms but seems like .requestAll returns all games that endpoint can provide. Is there any way to make .requestAll return objects based on parameters I set?
A hacky solution to this may be to set a request interceptor in the requestAll options that filters data there.