Initial commit.
Classes and interfaces in place. The QueryBuilder generics are still a work in progress
This commit is contained in:
4
src/sdk.ts
Normal file
4
src/sdk.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export namespace PokemonTCG {
|
||||
export const API_URL: string = 'https://api.pokemontcg.io';
|
||||
export const version: string = '1';
|
||||
}
|
||||
Reference in New Issue
Block a user