LeagueDevelopers / lol-skins-viewer

League of Legends Companion App
MIT License
45 stars 9 forks source link

How can you get this link #31

Closed gietmxh closed 6 years ago

gietmxh commented 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

s-coimbra21 commented 6 years ago

It's the internal LCU API. You can use this app to see all the methods https://github.com/Pupix/rift-explorer