Files
NetrunnerDb.Net/readme.md
Tommy Parnell d517869fd5 tidy things up
2015-05-24 17:52:45 -04:00

724 B

Build status

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)