We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET
/games
EMPTY
Status code: 200 (Ok)
200
Body:
[ { "id": 123, "title": "", "plataform": "", "condition": "", "repro": false, "collections": [ ] }, { "id": 123, "title": "", "plataform": "", "condition": "", "repro": false, "collections": [ ] } ]
POST
{ "id": 123, "title": "", "plataform": "", "condition": "", "repro": false, "collections": [ ] }
Status code: 201 (Created)
201
{ "id": 123 }
PUT
/games?id=123
Status code: 200 (OK)
DELETE
Status code:* 200 (Deleted)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Request game list
GET
/games
Request
EMPTY
Response
Status code:
200
(Ok)Body:
Create new game
POST
/games
Request
Body:
Response
Status code:
201
(Created)Body:
Update game
PUT
/games?id=123
Request
Body:
Response
Status code:
200
(OK)Body:
Delete game
DELETE
/games?id=123
Request
Response
Status code:*
200
(Deleted)Body:
Game specific search
GET
/games
Request
Response
Status code:
200
(OK)The text was updated successfully, but these errors were encountered: