Skip to content

Latest commit

 

History

History
154 lines (102 loc) · 2.54 KB

games.md

File metadata and controls

154 lines (102 loc) · 2.54 KB
label order
Games
99996

Games

All the routes related to games

Routes

==- [!badge text="GET"] Get all system

Parameters in the path

Parameters


Path

Name Type Description Required
librarieName string The librarie name true

Responses


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

Parameters


Path

Name Type Description Required
consoleName string The console name true

Responses


Status Description
200: OK The console data

==- [!badge text="GET"] Get all games

Parameters in the path

Parameters


Path

Name Type Description Required
librarieName string The librarie name true

Responses


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

Parameters


Path

Name Type Description Required
console string The console name true
gameSlug string The game slug true

Responses


Status Description
200: OK The game file

==- [!badge text="GET"] Get the console bios

Parameters in the path

Parameters


Path

Name Type Description Required
console string The console name true

Responses


Status Description
200: OK The console bios

==- [!badge text="GET"] Get the game data

Parameters in the path

Parameters


Path

Name Type Description Required
gameId string The game id (from IGDB) true

Responses


Status Description
200: OK The game data
404: Not Found The game was not found

===