From 229f995891697d059de395230ac4f809754298af Mon Sep 17 00:00:00 2001 From: Avior Date: Wed, 23 Jun 2021 13:55:17 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9beebd474..4843a9f00 100644 --- a/README.md +++ b/README.md @@ -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). -## 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: - --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 +_If you have made a SDK you can start a [discussion](https://github.com/tcgdex/cards-database/discussions/new) to be added here_ # Contributing