Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 997 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 997 Bytes

AzurAPINet

NuGet Prerelease

QuickStart

Install the NuGet package

using Jan0660.AzurAPINet;

AzurAPIClient Client = new AzurAPIClient(new AzurAPIClientOptions());
Console.WriteLine($"No. of ships: {Client.getAllShips().Count}");
Console.WriteLine($"Takao's rarity: {Client.getShip("takao").Rarity}");
Console.WriteLine($"Javelin's nationality: {Client.getShipByEnglishName("javelin").Nationality}");

Expected output (as of now):

You ever just boot into linux so you can flex it in your readme