deague ~Main
Simple library to facilitate use of the League of Legends client API.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
Example
import std.stdio;
import leagueclient;
void main()
{
auto leagueClient = new LeagueClient();
writeln(leagueClient.getCurrentSummoner().gameName);
writeln(leagueClient.getAccountAndSummonerIds().accountId);
writeln(leagueClient.getSummonerProfile());
leagueClient.setSummonerIcon(12);
}
- Registered by Carter
- ~Main released 10 months ago
- zkxjzmswkwl/deague
- MIT
- Copyright © 2024, carter
- Authors:
- Dependencies:
- dackson
- Versions:
-
0.0.2 2024-Jan-14 0.0.1 2024-Jan-14 ~Main 2024-Jan-14 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
2 downloads total
-
- Score:
- 0.3
- Short URL:
- deague.dub.pm