Skip to content

ChasakisD/PaladinsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PaladinsAPI

PaladinsAPI is a Class Library built in C# which can provide you the main endpoints from the paladins api.

Installation and usage

  1. Get your devId and authkey from https://fs12.formsite.com/HiRez/form48/secure_index.html
  2. Download PaladinsAPI from nuget: https://www.nuget.org/packages/PaladinsAPI
  3. Initialize the API:
var client = new PaladinsApi("DEV_ID_HERE", "DEV_PASS_HERE", Platform.PC|Platform.Xbox|Platform.Ps4);
var player = await client.GetPlayer("PLAYER_NAME_HERE");
  1. Use methods described in documentation.

Documentation

TODO..

Releases

No releases published

Packages

No packages published

Languages