Skip to content

A lightweight API client written in C# to optimize your time when developing projects for the Predecessor game.

License

Notifications You must be signed in to change notification settings

bslie/OmedaCity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omeda City Client API

project-image

A lightweight API client written in C# to optimize your time when developing projects for the Predecessor game.

🧐 Features

Here're some of the project's best features:

  • Easy to maintain
  • Highly documented
  • Minimal conditions
  • Wrapped in NUnit tests

🛠️ Installation Steps:

1. Installation via command line using dotnet CLI.

dotnet add package OmedaCity

Example

using OmedaCity;
using OmedaCity.Enums;

public async Task GetPlayerById()
{
    var player = await OmedaCityClientApi.GetPlayerById("<PLAYER ID FROM OMEDA CITY>");
    Console.WriteLine($"Name: {player.DisplayName}");
    Console.WriteLine($"MMR: {player.Mmr}");
    Console.WriteLine($"Rank: {player.RankTitle}");
}

💻 Built with

Technologies used in the project:

  • C# 8.0
  • Newtonsoft.Json 13.0.3
  • FiveAnts.Endpoint 0.0.1

About

A lightweight API client written in C# to optimize your time when developing projects for the Predecessor game.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages