Commit Graph

20 Commits

Author SHA1 Message Date
Tee
5c67dcf4bf Use stringified parameter object for client 2021-03-18 09:27:47 -04:00
Tee
5755c744a3 Add formatted and linted files 2021-03-15 23:23:06 -04:00
Tee
66965487a7 Add return type to Client.getInstance 2021-03-15 12:35:47 -04:00
Tee
904c92bb9b Remove optional parameter in params to query function 2021-03-15 08:44:57 -04:00
Tee
1bcdd1d990 Add param check 2021-03-14 21:33:20 -04:00
Tee
1ab1add58a Add ampersand and parameter conditions in client.ts 2021-03-11 07:59:21 -05:00
Tee
537a236b42 Create private singleton class for Client 2021-02-27 23:06:15 -05:00
Tee
e8201df35f Transfer API information to client for ownership 2021-02-25 22:09:07 -05:00
Tee
cec9ea8c5e Move API constants to client.ts for ownership 2021-02-19 19:29:44 -05:00
239d1b2831 Added ancientTrait to Card; updated README 2020-11-15 20:54:09 -06:00
ef53f9f99c Marked Promise methods as async; const correctness; return reject Promise, if failed. 2020-11-15 20:29:28 -06:00
94cfed900d Update package name for easier use 2019-10-12 13:44:01 -04:00
795aa22ec2 fix(5): Cant search for terms containing ampersand 2019-10-02 13:51:43 +10:00
682f90c49a Allow Client.get to accept a string for ID path parameter 2019-08-03 09:22:35 +10:00
609f583c4e Test SDK without the "single" parameter 2019-08-02 13:21:44 +10:00
26dce235a6 Update package 2019-07-06 17:00:29 -04:00
599b12daf8 Client Tests and Updates
Added client tests and updated the client class to use a better URL to get the data across all classes
2018-01-21 16:44:07 -07:00
643a54d40d Test Coverage
Added test coverage for all of the QueryBuilder methods which are the foundation to all of the other classes methods like Card.
2018-01-21 11:12:47 -07:00
94a0da5aaa Basic Working Product
The QueryBuilder is now being used to get data for each different class i.e. Card, Set, Type, SuperType and SubType
2018-01-20 16:45:17 -07:00
92c2dea62f Initial commit.
Classes and interfaces in place. The QueryBuilder generics are still a work in progress
2018-01-18 17:19:41 -07:00