Slide 16
Slide 16 text
The AI-Powered API Builder
Goal: Make sure everything works
22
Go through all your resources, for each do:
1. GET a collection
2. POST an item to the collection, inspect the response
3. GET the collection and observe the item in list
4. PUT to the item with its ID to change a property
5. GET the item by its ID and observe changes
6. DELETE the item by its ID
7. DELETE the item by its ID again and observe a 404
8. GET the item by its ID and observe a 404
9. GET the collection and observe the item is missing