Closed gietmxh closed 6 years ago
const collectionResponse = await fetch(`http://127.0.0.1:${proxyPort}/lol-champions/v1/inventories/${summoner.id}/champions`); const masteryResponse = await fetch(`http://127.0.0.1:${proxyPort}/lol-collections/v1/inventories/${summoner.id}/champion-mastery`);
I try to captrue but it doesn't work. How can you know this url
It's the internal LCU API. You can use this app to see all the methods https://github.com/Pupix/rift-explorer
I try to captrue but it doesn't work. How can you know this url