1.7 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.7 KiB
		
	
	
	
	
	
	
	
id, title, localeTitle, challengeType, isRequired
| id | title | localeTitle | challengeType | isRequired | 
|---|---|---|---|---|
| bd7158d8c443edefaeb5bd0e | URL Shortener Microservice | Microservice do Shortener de URL | 4 | true | 
Description
Instructions
Tests
tests:
  - text: Posso passar um URL como parâmetro e receberei um URL abreviado na resposta JSON.
    testString: ''
  - text: 'Se eu passar um URL inválido que não segue o formato http://www.example.com válido, a resposta JSON conterá um erro.'
    testString: ''
  - text: "Quando visito esse URL encurtado, ele me redireciona para o meu link original."
    testString: ''
Challenge Seed
Solution
// solution required