deague 0.0.2
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);
}
- 0.0.2 released a year ago
 - zkxjzmswkwl/deague
 - MIT
 - Copyright © 2024, carter
 
- Authors:
 - Dependencies:
 - dackson
 - Versions:
 - 
						
Show all 3 versions0.0.2 2024-Jan-14 0.0.1 2024-Jan-14 ~Main 2024-Jan-14  - Download Stats:
 - 
						
- 
								
0 downloads today
 - 
								
0 downloads this week
 - 
								
3 downloads this month
 - 
								
10 downloads total
 
 - 
								
 - Score:
 - 0.4
 - Short URL:
 - deague.dub.pm