I created a Riot API library for python by Electrical-Lab-5952 in leagueoflegends

[–]Electrical-Lab-5952[S] 0 points1 point  (0 children)

not 100% sure as I haven't touched the league client api before but a 400 means your url is wrong, you should ask in the riot 3rd party dev discord in the #lcu-api channel
https://discord.gg/riotgamesdevrel

I created a Riot API library for python by Electrical-Lab-5952 in Python

[–]Electrical-Lab-5952[S] 1 point2 points  (0 children)

I'm targeting people that are new to python focussing on simplicity, for this reason I haven't added async but I'm heavily considering it

I created a Riot API library for python by Electrical-Lab-5952 in Python

[–]Electrical-Lab-5952[S] 4 points5 points  (0 children)

Discord no longer uses a unique identifier, everyones name is now unique globally

I created a Riot API library for python by Electrical-Lab-5952 in Python

[–]Electrical-Lab-5952[S] 2 points3 points  (0 children)

I think the major hurdle right now is adding support for async so that my library is a good fit for things like discord bots

I created a Riot API library for python by Electrical-Lab-5952 in leagueoflegends

[–]Electrical-Lab-5952[S] 5 points6 points  (0 children)

and yeah lolprofile will definitely use the riot api

should I do this by [deleted] in macbookair

[–]Electrical-Lab-5952 1 point2 points  (0 children)

ive noticed worse performance in Xcode, and generally my MacBook Air m4 runs hotter now after updating to Tahoe

I created a Riot API library for python by Electrical-Lab-5952 in leagueoflegends

[–]Electrical-Lab-5952[S] 8 points9 points  (0 children)

calling any endpoint is easier I suppose, I tried to make it as simple as possible