692c9abdfa332f02d4ccc547e681762a91e0f77d
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%