Used to build crosswords and store them in the cache. Redis - used as cache storage.
Path | Method | Scheme | Grant |
---|---|---|---|
/api/crossword/construct/{LANGUAGE}/{TYPE}/{WORD-COUNT} | GET | ANY | ALL |
/api/crossword/languages | GET | ANY | ALL |
/api/crossword/types | GET | ANY | ALL |
json
xml
Used to generate a new crossword:
php bin/console crossword:generate {type} {language} {WORD-COUNT} --{LIMIT}
Dykyi Roman, e-mail: [email protected]