The Streams Platform Addon
A backend implementation of words suggesting API. It is useful for help solving words for crossword puzzles.
- Masked queries
- Two languages support (RU/EN)
- Separately gets counts and data for each query
- ...
Coming soon...
Receives a count of words matched with a given mask.
Parameter | Type | Default | Description |
---|---|---|---|
mask |
string | Mask of a word, where all unknown letters replaced by underscores _ |
Receives a list of words suggested to a given mask.
Parameter | Type | Default | Description |
---|---|---|---|
mask |
string | Mask of a word, where all unknown letters replaced by underscores _ |
|
page |
number | 0 | Page number |
Receives a list of clues related with a given word.
Parameter | Type | Default | Description |
---|---|---|---|
word |
string | A full word |
Receives a list of available grids.
Save a given grid to the database.
Creates a new empty crossword instance.