2dc6db2f1f8b2660cae596b060662465d5381492
What is this?
A simple API wrapper over the netrunner db.
How does this work?
To put it simply
var result = new Repository().GetCards();
var result = new Repository().GetCard("CardId (example, noise = 01001)");
var result = new Repository().GetSets();
var result = new Repository().GetSet("tsb (set code, all set codes can be found by querying GetCards())");
var result new Repository().GetDecklist("Decklist ID, can be found in the URL of the decklist")
var targetDate = new DateTime(2014, 01, 01);
new Repository().GetDecklistForDay(targetDate)
Description
Languages
C#
100%