1.7 KiB
1.7 KiB
id, title, localeTitle, challengeType, isRequired
id | title | localeTitle | challengeType | isRequired |
---|---|---|---|---|
bd7158d8c443edefaeb5bd0e | URL Shortener Microservice | Microservicio de acortador de URL | 4 | true |
Description
Instructions
Tests
tests:
- text: Puedo pasar una URL como parámetro y recibiré una URL abreviada en la respuesta JSON.
testString: ''
- text: "Si paso una URL no válida que no sigue el formato válido de http://www.example.com, la respuesta JSON contendrá un error."
testString: ''
- text: "Cuando visite esa URL abreviada, me redirigirá a mi enlace original."
testString: ''
Challenge Seed
Solution
// solution required