JoeBussard / polywordleapi

the api for playing polywordle
0 stars 0 forks source link

API does not return game status #8

Closed JoeBussard closed 2 years ago

JoeBussard commented 2 years ago

The API does not have a field for game status or progress.

The API does not have a field that tells the client whether a game is in progress or finished. When you make a guess after the maximum amount of guesses, it returns the same exact response over again - idempotent!

JoeBussard commented 2 years ago

This was fixed in #25