From the course: Learning ASP.NET

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Challenge: Courses API

Challenge: Courses API

From the course: Learning ASP.NET

Start my 1-month free trial

Challenge: Courses API

(lively music) - [Instructor] In this challenge, I'd like you to create a web service that returns all of the courses that are available at Roux Academy. This API will need to be accessible to all callers that are outside of our domain. The URL will be /api/Course and it'll support HTTP GET requests. The service will respond with a list of courses. To keep things simple, the list can be hard-coded. The information returned will be the course ID, name, description, and whether or not it's active. This challenge should take you about five minutes to complete. When you're finished or if you get stuck, be sure to check out my solution video.

Contents