This includes certificates (where it does nothing), but does not include any translations.
1.9 KiB
1.9 KiB
id, title, challengeType, isHidden, isRequired, forumTopicId
id | title | challengeType | isHidden | isRequired | forumTopicId |
---|---|---|---|---|---|
bd7158d8c443edefaeb5bd0e | URL Shortener Microservice | 4 | false | true | 301509 |
Description
Instructions
Tests
tests:
- text: I can pass a URL as a parameter and I will receive a shortened URL in the JSON response.
testString: ''
- text: 'If I pass an invalid URL that doesn''t follow the valid http://www.example.com format, the JSON response will contain an error instead.'
testString: ''
- text: 'When I visit that shortened URL, it will redirect me to my original link.'
testString: ''
Challenge Seed
Solution
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/