2.1 KiB
2.1 KiB
id, title, challengeType, isRequired, forumTopicId, localeTitle
id | title | challengeType | isRequired | forumTopicId | localeTitle |
---|---|---|---|---|---|
bd7158d8c443edefaeb5bd0e | URL Shortener Microservice | 4 | true | 301509 | URL Шортенер Микросервис |
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: ''