Tuesday 23 July 2019

Do you need a server to make REST requests?

I have an assignment that is due that calls for a REST request to be made to an external API. The wording of the assignment is a little confusing and therefore I am not sure where to start.Here is the assignment in question:Task: Write a NodeJS script that makes a REST request to get a list of users, filters the results, and deletes the user. The file will be ran through the terminal by running “node server.js Employee12345” Use these APIS: GET: http://dummy.restapiexample.com/api/v1/employees DELETE: dummy.restapiexample.com/api/v1/delete/{id}

Submitted July 23, 2019 at 08:24PM by springer937

No comments:

Post a Comment