3b7921a0dc1f5692de4ce415402ee9bca791889b
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%