JoeBussard / polywordleapi

the api for playing polywordle
0 stars 0 forks source link

v1 spec is out of date #52

Closed JoeBussard closed 2 years ago

JoeBussard commented 2 years ago

Now that the server supports custom solutions, the v1 spec is outdated. Sending POST requests to /v1/game/<game_uuid> with a guess key:value pair will no longer work if there is a solution key:value pair included in the request. This is minor but it will grow with more features added.

JoeBussard commented 2 years ago

Endpoint for creating a new game was changed to /newgame/ to avoid collision between making a guess and making a new game with custom solution.