1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-07 05:49:53 +00:00

Update README.md

This commit is contained in:
Florian Bouillon 2021-08-26 14:33:39 +02:00 committed by GitHub
parent 9800ab625f
commit d5670ef6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +31,11 @@ A Multilanguage Pokémon TCG Database with Cards Pictures and most of the inform
## Interact with the Database
The easiest way to interact with the database is by using one of our SDKs _list below_.
_documentation available at https://www.tcgdex.net/docs
You can however build the API yourself by using our [compiler](https://github.com/tcgdex/compiler) or download the already [compiled database](https://github.com/tcgdex/distribution).
- The easiest way to interact with the database is by using one of our SDKs _list below_.
- You can also direcly use the endpoints at `api.tcgdex.net`.
- You can build the API yourself by using our [compiler](https://github.com/tcgdex/compiler) or download the already [compiled database](https://github.com/tcgdex/distribution).
## SDKs / API Wrappers