cdeeaf4dc3db0109b6dcb4599396a0e9d4398847
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)
Description
Languages
C#
100%