Nearly finished 😄

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-03-11 21:55:23 +01:00
parent 7809913d18
commit 2d40b72218
69 changed files with 1375 additions and 1490 deletions

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# TCGdex/Compile
_The Compiler for the TCGdex Database_
## Endpoints Made
- `cards`
- `categories`
- `hp`
- `illustrators`
- `rarities`
- `retreates`
- `series` <- was `expansions`
- `sets`
- `types`
## Endpoints TODO list
- `abilities`
- `abilities-type`
- `attacks`
- `attacks-by-cost`
- `attacks-by-type`
- `resistances`
- `weaknesses`