Implementation of Wordle API #1059
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#1059
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As discussed in #343 it is entirely possible to implement a Wordle API using Option 2 and its word list for all the checks. This issue comes in two parts: a frontend component where the user inputs their guessed word, and a "backend" component (most likely a service) that checks if the word is in the word list and calls the API if so.
This might not be made this year.
Implemenation of Wordle APIto Implementation of Wordle API