1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-18 06:19:54 +00:00

Update README.md

This commit is contained in:
Florian Bouillon 2021-06-23 13:55:17 +02:00 committed by GitHub
parent 37642b962b
commit 229f995891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,22 +8,14 @@ The easiest way to use the datas is via our [Javascript/Typescript SDK](https://
You can however build this yourself via our [compiler](https://github.com/tcgdex/compiler) or download the already build [compiled database](https://github.com/tcgdex/distribution). You can however build this yourself via our [compiler](https://github.com/tcgdex/compiler) or download the already build [compiled database](https://github.com/tcgdex/distribution).
## Changelogs ## SDKs (API Wrapper but SDK is way cooler 😄)
### V2 We currently officially support theses SDKs
this is a complete rework of the database to make it easier to Add or edit any cards - [Javascript/Typescript SDK](https://github.com/tcgdex/javascript-sdk)
- [PHP SDK](https://github.com/tcgdex/php-sdk)
the new folder architecture is this: _If you have made a SDK you can start a [discussion](https://github.com/tcgdex/cards-database/discussions/new) to be added here_
-data
- Serie Name <- Each .ts files contains informations for the corresponding serie
- Set Name <- Each .ts files contains informations for the corresponding set
- Card Identifier <- Each .ts files contains informations for the corresponding card
### V1 - [Last Commit](https://github.com/tcgdex/cards-database/tree/8f9e9536567d2ba712fa8bb0ac147c8040903470)
This is the initial Release Containing everything into Ids
# Contributing # Contributing