Create a Node.js function for an HTTP GET request with URL parameters

InstructorWill Button

Share this video with your friends

Send Tweet

In this lesson, you will learn how to create a function in your Node.js Todo API server that gets the ID of the Todo item being requested from the URL and retrieve the Todo item from Elasticsearch.