Skip to content

AzurAPI/AzurAPINet

Repository files navigation

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

About

A C# wrapper for the AzurAPI database

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages