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);
}
Authors:
  • carter
Dependencies:
dackson
Versions:
0.0.2 2024-Jan-14
0.0.1 2024-Jan-14
~Main 2024-Jan-14
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 2 downloads total

Score:
0.3
Short URL:
deague.dub.pm