Skip to content

test/postman#3 Actors Endpoints

Make Test to all the endpoints to see if the responses are correct and it function correctly.

  • GET: 'actors/', 'actors/:id'
  • POST: 'actors/'
  • PUT: 'actors/:id'
  • PATCH: 'actors/:id'
  • DELETE: 'actors/:id'

Later of this save all the tests and add it to the repo those files.

Edited by erickmx