The video for this lesson is currently being updated, please read the transcript instead.

Overview of API

As you know, we're running a Node.js server to serve our app at port 3000. This server also includes an API that will serve poster objects in a JSON payload for us to use in our project.

This API can be accessed with a GET request at the URL /search. Let's try it out.

The API returned something, so if we now select "Raw Data", you can see that it actually returned an empty array.

To view the complete lesson you'll need to login or join this course.


Click to load comments...