From the course: Learning Combine with Swift

Unlock the full course today

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

Challenge: Use Combine to call an API endpoint

Challenge: Use Combine to call an API endpoint - Swift Tutorial

From the course: Learning Combine with Swift

Start my 1-month free trial

Challenge: Use Combine to call an API endpoint

(upbeat music) - [Instructor] Now it is time for another challenge and this time, you will work with a rest API endpoint. You will start off by creating a publisher that will call this mocking endpoints again and get back a list of posts. You will then filter it to only return the first post and further filter to only return the title. Best of luck.

Contents