API
REQUEST
URL's
[POST] - http://technicaltest.azurewebsites.net/api/Test
[POST] - http://technicaltest.azurewebsites.net/api/Test/Reorganize
JSON
{ Text: "Añade aquí el texto que quieras testear.", NumberOfCharacters: 5 }
RESPONSE
{ "Text": "Aña-\nde\naquí\nel\ntex-\nto\nque\nquie-\nras\ntes-\nte-\nar.", "Warnings": [ { "Word": "QUIERAS", "Contexts": [ { "Syllable": "QUIE", "WarningType": 3, "Numbers": [] }, { "Syllable": "QUIE", "WarningType": 1, "Numbers": [] } ] } ] }