32139f8416bb896ed1c0196525038e0ed6ba1434
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%