Challenge: Create an Order
Challenge yourself by writing a test to create a new order.
We'll cover the following...
Overview
Previously, we wrote API tests for a login application. Now we'll write API tests for a work order manager. The API provides the following endpoints:
POST
/api/orders
: This endpoint allows us to create a new order.GET
/api/orders
: This endpoint allows us to retrieve all current orders.GET ...
Access this course and 1400+ top-rated courses and projects.