Chess Game API Example
Show All APIs
Chess Game GraphQL API
Chess Game OpenAPI 3.0
Overview
Authentication
OAuth Authentication
Basic Authentication
Admin
Game
query
currentGame
query
game
query
games
GET
/players
GET
/players/{id}
mutation
createGame
mutation
newGame
Player
GET
/players
GET
/players/{id}
mutation
move
POST
/players
Other Operations
API Authentication
API endpoints are authenticated using Basic or OAuth.
Basic Authentication
OAuth Authentication