Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

An unofficial Lambda for transforming the ChampionMastery.GG high scores into JSON.

License

Notifications You must be signed in to change notification settings

mikaeldui/ChampionMastery.GG-lambda-dotnet

Repository files navigation

ChampionMastery.GG .NET Lambda (unofficial)

An unofficial Lambda for transforming the ChampionMastery.GG high scores into JSON.

It's using the MikaelDui.ChampionMasteryGg.Client library.

Prerequisites

dotnet tool install -g Amazon.Lambda.Tools

Packaging

dotnet lambda package

or

dotnet lambda package -farch amd64

Consuming the Lambda

With the MikaelDui.ChampionMasteryGg.Client library.

ChampionMasteryGgClient.BaseAddress = "https://1a2b3c4d5e.execute-api.eu-west-2.amazonaws.com/";
ChampionMasteryGgClient.Encoding = ChampionMasteryGgEncoding.Json;
using ChampionMasteryGgClient client = new();
var highscores = await client.GetHighscoresAsync();

About

An unofficial Lambda for transforming the ChampionMastery.GG high scores into JSON.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages