feat: Add random endpoints to the SDK (#277)

This commit is contained in:
2024-10-17 22:52:19 +02:00
committed by GitHub
parent 54a4b729b3
commit e08fd98269
4 changed files with 39 additions and 12 deletions

View File

@@ -16,5 +16,5 @@ export const ENDPOINTS: Array<Endpoints> = [
'cards', 'categories', 'dex-ids', 'energy-types',
'hp', 'illustrators', 'rarities', 'regulation-marks',
'retreats', 'series', 'sets', 'stages', 'suffixes',
'trainer-types', 'types', 'variants'
'trainer-types', 'types', 'variants', 'random'
] as const