2015-05-24 18:21:38 -04:00
2015-05-24 18:21:38 -04:00
2015-05-16 22:17:47 -04:00
2015-05-24 17:52:45 -04:00
2015-05-16 22:14:04 -04:00
2015-05-24 17:52:45 -04:00

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)

Description
C# API wrapper over NetrunnerDb
Readme Apache-2.0 63 KiB
Languages
C# 100%