mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-23 19:22:08 +00:00
9 lines
170 B
Markdown
9 lines
170 B
Markdown
current endpoints
|
|
|
|
```js
|
|
console.log(await tcgdex.getCard("1", "hgss1"))
|
|
console.log(await tcgdex.getSet("hgss1"))
|
|
console.log(await tcgdex.getExpansion("hgss"))
|
|
|
|
```
|