Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 852 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 852 Bytes

Crossword

Used to build crosswords and store them in the cache. Redis - used as cache storage.

Rest Api

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

Response formats

  • json
  • xml

Commands

Used to generate a new crossword:

php bin/console crossword:generate {type} {language} {WORD-COUNT} --{LIMIT}

Author

Dykyi Roman, e-mail: [email protected]