Commit Graph

25 Commits

Author SHA1 Message Date
Tee
ade8606e8f Merge initial v2 changes 2021-02-25 20:47:55 -05:00
239b18bcd3 Initial update to v2 data structures 2021-02-22 12:05:03 -05:00
Tee
cec9ea8c5e Move API constants to client.ts for ownership 2021-02-19 19:29:44 -05:00
Tee
9b6acd5b9a Remove API constants from sdk.ts 2021-02-19 19:29:16 -05:00
668c6740e7 Moved tests and updated Set 2020-11-17 08:12:12 -06: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
9ef254cde4 remove unwanted console.error 2020-07-04 10:57:19 -04: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
a53c961506 Test SDK without the "single" parameter; Small cleanup; Allow Client.get to accept a string for ID path parameter 2019-08-07 19:27:24 -05:00
682f90c49a Allow Client.get to accept a string for ID path parameter 2019-08-03 09:22:35 +10:00
93535ff9ad Small cleanup 2019-08-02 19:06:59 +10:00
609f583c4e Test SDK without the "single" parameter 2019-08-02 13:21:44 +10:00
6b39166105 Changing static public function for QueryBuilder to private 2019-07-07 21:21:16 -05:00
26dce235a6 Update package 2019-07-06 17:00:29 -04:00
0de4a8384d Update set definition 2019-07-06 15:53:51 -04:00
a084077543 Update card definition 2019-07-06 15:53:17 -04:00
7ad922eb19 IQuery Interface
Added the definition to the IQuery interface to be used under the PokemonTCG namespace
2018-01-21 17:10:39 -07:00
5c1ff275f6 Updated Readme and Index
Testing exporting a proper interface with the namespace
2018-01-21 16:59:58 -07: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
4159cd65fe README and Interfaces
Updated the IType interface and the README file that includes installation instructions and usage examples
2018-01-20 17:31:59 -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