Client Tests and Updates

Added client tests and updated the client class to use a better URL to get the data across all classes
This commit is contained in:
Bradyn Glines
2018-01-21 16:44:07 -07:00
parent 32a55a0cdf
commit 599b12daf8
5 changed files with 157 additions and 14 deletions

View File

@ -3,9 +3,11 @@
"module": "commonjs",
"target": "es5",
"declaration": true,
"outDir": "./dist"
"outDir": "./dist",
"sourceMap": true,
"experimentalDecorators": true
},
"include": [
"src/**/*"
"src/**/*.ts"
]
}