2.1 KiB
2.1 KiB
id, title, localeTitle, challengeType, isRequired
id | title | localeTitle | challengeType | isRequired |
---|---|---|---|---|
bd7158d8c443edefaeb5bd0e | URL Shortener Microservice | URL Shortener Microservice | 4 | true |
Description
Instructions
Tests
tests:
- text: يمكنني تمرير عنوان URL كمعلمة وسيتلقى عنوان URL مختصرًا في استجابة JSON.
testString: ''
- text: "إذا قمت بتمرير عنوان URL غير صالح لا يتبع تنسيق http://www.example.com الصالح ، فستتضمن استجابة JSON خطأً بدلاً من ذلك".
testString: ''
- text: "عندما أزور عنوان URL المختصر هذا ، سيعيد توجيهي إلى الرابط الأصلي."
testString: ''
Challenge Seed
Solution
// solution required