The ApiGomasterclass api is used to retrieve main user data (first name, email, nickname) as well as data concerning video games, name, mark, price, release date.
GET /api/games| Parameter | Type | Description |
|---|---|---|
api_key |
string |
Required. Your API key |
GET /api/games/${id}| Parameter | Type | Description |
|---|---|---|
id |
string |
Required. Id of game to fetch |
GET /api/games/${id}| Parameter | Type | Description |
|---|---|---|
id |
string |
Required. Id of game to Delete |
POST /api/games| Parameter | Type | Description |
|---|---|---|
games_name |
string |
Required. Name of item to create |
mark |
string |
Required. mark of item to create |
price |
string |
Required. Price of item to create |
relase_date |
string |
Required. Release date of item to create |
POST /api/games/${id}| Parameter | Type | Description |
|---|---|---|
id |
string |
Required. Id of game to update |
games_name |
string |
Required. Name of item to Update |
mark |
string |
Required. mark of item to Update |
price |
string |
Required. Price of item to create |
relase_date |
string |
Required. Release date of item to create |
git clone https://github.com/Aazarias/ApiGomasterclass.git
go run main.go
- @Aazarias
- Damasio Matthieu