Files
NetrunnerDb.Net/readme.md
Tommy Parnell 3b7921a0dc add one card
2015-05-18 20:18:21 -04:00

24 lines
378 B
Markdown

[![Build status](https://ci.appveyor.com/api/projects/status/2shuyra61n7ntmee?svg=true)](https://ci.appveyor.com/project/tparnell8/netrunnerdb-net)
## 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)
```