c93714c2f4f1d7d9bb1dd0930a96375b66cf14e2
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%