Skip to content

Shubham-Raj-25/gameCRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gameCRUD

API Reference

Base API Endpoint

https://gamecrud-production.up.railway.app

Get all games

  GET /api/game

Get game

  GET /api/game/${id}
Parameter Type Description
id string Required. Id of game to fetch

Add game

 POST /api/game

Schema to follow

Parameter Type Description
name string name of the game to add
url string url of game to add
author string author of the game to add
publishedDate date publish date of the game to add

Update game

 PATCH /api/game/${id}
Parameter Type Description
id string Required. Id of game to update

Schema to follow

Parameter Type Description
name string updated name of the game
url string updated url of the game
author string updated author of the game
publishedDate date updated publish date of the game

Delete game

 DELETE /api/game/${id}
Parameter Type Description
id string Required. Id of game to delete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published