|
|
f077348af4
|
Add deprication notices to Meta methods
|
2021-03-22 22:31:06 -04:00 |
|
|
|
21d94dd997
|
Refactor meta route retrieval and return types
|
2021-03-22 22:26:08 -04:00 |
|
|
|
c5d48dba11
|
Add set deprication noticess
|
2021-03-22 22:23:29 -04:00 |
|
|
|
4d442f2d81
|
Add card method deprication notices
|
2021-03-22 22:23:14 -04:00 |
|
|
|
ed55ddc434
|
Add v2 Migration guide
|
2021-03-22 22:22:53 -04:00 |
|
|
|
9d40a50d80
|
Install types/node dependency for environment variables
|
2021-03-22 00:39:43 -04:00 |
|
|
|
eedad4f043
|
Set API key header with environment variable
|
2021-03-22 00:39:23 -04:00 |
|
|
|
47861f3760
|
Update optional properties and formatting for Card
|
2021-03-22 00:39:05 -04:00 |
|
|
|
3624938ade
|
Update optional properties for card interfaces
|
2021-03-22 00:38:39 -04:00 |
|
|
|
82ca4b6626
|
Merge pull request #20 from PokemonTCG/revert-19-v2-migration
Revert "Add v2 Migration"
|
2021-03-16 00:24:43 -04:00 |
|
|
|
76fa13fa12
|
Revert "Add v2 Migration"
|
2021-03-16 00:24:25 -04:00 |
|
|
|
3b3b65e7d0
|
Merge pull request #19 from acupoftee/v2-migration
Add v2 Migration
|
2021-03-16 00:22:27 -04:00 |
|
|
|
fd3df49bc8
|
Add name for contribution
|
2021-03-16 00:18:09 -04:00 |
|
|
|
9443263499
|
Update sdk version
|
2021-03-16 00:17:37 -04:00 |
|
|
|
0ef85368c8
|
Updated gitignore with .idea directory
|
2021-03-15 23:23:40 -04:00 |
|
|
|
5755c744a3
|
Add formatted and linted files
|
2021-03-15 23:23:06 -04:00 |
|
|
|
de16add8d1
|
Add eslint dependencies
|
2021-03-15 21:45:12 -04:00 |
|
|
|
315f8cbef3
|
Add prettierignore
|
2021-03-15 21:44:36 -04:00 |
|
|
|
8a3b2a0b7a
|
Add eslint config files
|
2021-03-15 21:43:43 -04:00 |
|
|
|
66965487a7
|
Add return type to Client.getInstance
|
2021-03-15 12:35:47 -04:00 |
|
|
|
523201535d
|
Add prettierrc.json
|
2021-03-15 08:45:16 -04:00 |
|
|
|
904c92bb9b
|
Remove optional parameter in params to query function
|
2021-03-15 08:44:57 -04:00 |
|
|
|
0e4698f2a1
|
Install prettier dependency
|
2021-03-15 08:38:23 -04:00 |
|
|
|
417cced318
|
Add test timeout in jest config
|
2021-03-15 08:37:56 -04:00 |
|
|
|
b0a744fd58
|
Fix cardService test formatting
|
2021-03-14 21:36:53 -04:00 |
|
|
|
1033ad9dc2
|
Add tests for card enums
|
2021-03-14 21:33:46 -04:00 |
|
|
|
1bcdd1d990
|
Add param check
|
2021-03-14 21:33:20 -04:00 |
|
|
|
619ec93332
|
Fix spelling errors in card enums
|
2021-03-14 21:32:56 -04:00 |
|
|
|
517ee0ff53
|
Add functions for card constants
|
2021-03-14 21:32:36 -04:00 |
|
|
|
6f1c4958b1
|
Add enum types for select Card properties
|
2021-03-14 17:15:48 -04:00 |
|
|
|
eb01211d09
|
Use singular naming scheme for enums
|
2021-03-14 17:04:42 -04:00 |
|
|
|
bfc4ad92b9
|
Add search parameter enums
|
2021-03-12 22:01:41 -05:00 |
|
|
|
71266cf726
|
Update legality enum casing
|
2021-03-12 22:00:35 -05:00 |
|
|
|
11c0c9041f
|
Add type enums
|
2021-03-12 21:58:57 -05:00 |
|
|
|
decba63848
|
Add supertype enums
|
2021-03-12 21:58:53 -05:00 |
|
|
|
da9f106165
|
Add subtype enums
|
2021-03-12 21:58:46 -05:00 |
|
|
|
6c034d399f
|
Add rarity enums
|
2021-03-12 21:58:40 -05:00 |
|
|
|
de37e0ef40
|
Match Set property ordering with API resource ordering
|
2021-03-12 21:31:46 -05:00 |
|
|
|
4e87f38bc5
|
Match Card property order with API resource order
|
2021-03-12 21:31:36 -05:00 |
|
|
|
1492b96a23
|
Update testing dependencies
|
2021-03-11 19:40:07 -05:00 |
|
|
|
5435e233e9
|
Delete client.test.ts
|
2021-03-11 19:29:58 -05:00 |
|
|
|
32e6de135e
|
Add Set Service test
|
2021-03-11 19:27:04 -05:00 |
|
|
|
735d428dc2
|
Export individual functions in setService
|
2021-03-11 19:26:23 -05:00 |
|
|
|
ed16e6e937
|
Remove query builder abstraction
|
2021-03-11 12:46:02 -05:00 |
|
|
|
33116796dd
|
Export individual card service functions
|
2021-03-11 08:02:32 -05:00 |
|
|
|
1ab1add58a
|
Add ampersand and parameter conditions in client.ts
|
2021-03-11 07:59:21 -05:00 |
|
|
|
8c75754623
|
Add passing card service integration tests
|
2021-03-11 07:57:39 -05:00 |
|
|
|
d9fcb2ed55
|
Merge typing updates from v2-migration branch
|
2021-03-10 09:00:23 -05:00 |
|
|
|
f86810201d
|
Merge branch 'master' into v2-migration
|
2021-03-10 08:55:31 -05:00 |
|
|
|
bfa0502a1e
|
Update and pin Axios to latest release
|
2021-03-09 20:06:10 -05:00 |
|