Basic Working Product

The QueryBuilder is now being used to get data for each different class i.e. Card, Set, Type, SuperType and SubType
This commit is contained in:
Bradyn Glines
2018-01-20 16:45:17 -07:00
parent 92c2dea62f
commit 94a0da5aaa
17 changed files with 158 additions and 42 deletions

View File

@ -2,7 +2,8 @@
"name": "pokemon-tcg-sdk-typescript",
"version": "0.0.1",
"description": "Typescript SDK for the PokemonTCG API (https://api.pokemontcg.io)",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@ -15,6 +16,7 @@
"author": "Bradyn Glines",
"license": "MIT",
"dependencies": {
"axios": "^0.17.1"
"axios": "^0.17.1",
"typescript": "^2.6.2"
}
}