| label | Games |
|---|---|
| order | 99996 |
All the routes related to games
==- [!badge text="GET"] Get all system
Parameters in the path
| Name | Type | Description | Required |
|---|---|---|---|
| librarieName | string | The librarie name | true |
| Status | Description |
|---|---|
| 200: OK | All the system |
| 404: Not Found | The librarie was not found |
==- [!badge text="GET"] Get system data
Parameters in the path
| Name | Type | Description | Required |
|---|---|---|---|
| consoleName | string | The console name | true |
| Status | Description |
|---|---|
| 200: OK | The console data |
==- [!badge text="GET"] Get all games
Parameters in the path
| Name | Type | Description | Required |
|---|---|---|---|
| librarieName | string | The librarie name | true |
| Status | Description |
|---|---|
| 200: OK | All the games |
| 404: Not Found | The librarie was not found |
==- [!badge text="GET"] Get the game file
Parameters in the path
| Name | Type | Description | Required |
|---|---|---|---|
| console | string | The console name | true |
| gameSlug | string | The game slug | true |
| Status | Description |
|---|---|
| 200: OK | The game file |
==- [!badge text="GET"] Get the console bios
Parameters in the path
| Name | Type | Description | Required |
|---|---|---|---|
| console | string | The console name | true |
| Status | Description |
|---|---|
| 200: OK | The console bios |
==- [!badge text="GET"] Get the game data
Parameters in the path
| Name | Type | Description | Required |
|---|---|---|---|
| gameId | string | The game id (from IGDB) | true |
| Status | Description |
|---|---|
| 200: OK | The game data |
| 404: Not Found | The game was not found |
===