Gadi Medero
Preview of Swagger, how the endpoints looks like.
Create a new game in the Repository.
Possible errors:
Existing ID.
Existing Name.
Wrong Platform.
Wrong Price.
Retrieval all video games from the repository.
Retrieval a single video game by its ID from the repository.
Error by not found ID.
Apdate an existing video game to the repository.
Non existing video game error:
Delete an existing video game from the repository.
Swagger preview.
No duplicates are allowed, authentication restrictions and strong password rules.
Only admin users with their Token can generate other admin accounts and post, update and delete games.
Everybody can register a normal account.
If your account does not exist or your credentials are wrong, we will notify you of the error.
This API was tested on Postman (for learning purposes) and with NUnit6.
Thank you!

























