Files
NetrunnerDb.Net/readme.md
Tommy Parnell 3b7921a0dc add one card
2015-05-18 20:18:21 -04:00

378 B

Build status

What is this?

A simple API wrapper over the netrunner db.

How does this work?

To put it simply

new Repository().GetRequest<Cards>()

OR

new Repository().GetCards()

new Repository().GetRequest<Card>(01001)