Interested in sponsoring the site? [find out more]
API Testing Challenge 15 - How To - GET todos json 200
This post and video shows how to complete the challenge GET /todos JSON (200)
to successfully GET all the todos in JSON format.
API Testing Challenge 14 - How To - GET todos xml 200
This post and video shows how to complete the challenge GET /todos XML (200)
to successfully GET all the todos in XML format.
API Testing Challenge 13 - How To - OPTIONS todos 200
This post and video shows how to complete the challenge OPTIONS /todos (200)
to successfully identify the allowed verbs for an API End Point.
API Testing Challenge 12 - How To - DELETE todos/id 200
This post and video shows how to complete the challenge DELETE /todos/id (200)
to successfully delete a todo item in the application.
API Testing Challenge - How To - POST todos/id 200
This post and video shows how to complete the challenge POST /todos/id (200)
to successfully update a todo item in the application.
API Testing Challenge - How To - POST todos 400
This post and video shows how to complete the challenge POST /todos (400)
to fail to create a todo item in the application due to not passing validation - using Insomnia.
API Testing Challenge - How To - GET todos 200 filter
This post and video shows how to complete the challenge GET /todos (200) ? filter
to create a todo item in the application using Insomnia.
API Testing Challenge - How To - POST todos 201
This post and video shows how to complete the challenge POST /todos (201)
to create a todo item in the application using Insomnia.
API Testing Challenge - How To - HEAD todos 200
This post and video shows how to complete the challenge HEAD /todos (200)
using Insomnia.
API Testing Challenge - How To - GET todos id 404
This post and video shows how to complete the challenge GET /todos/id 404
using Insomnia.