North-Seattle-College / ad440-winter2020-tuesday-repo

Repository for AD 440 Winter 2020 Tuesday Class
Apache License 2.0
2 stars 3 forks source link

Review: Fix PUT and DELETE APIs and add error handling, logging and configuration #264

Closed jerwest closed 4 years ago

sanfordwinslow commented 4 years ago

I tested the PUT API by updating machine name for a machine in postman. I got a success response back and looked in the database in azure to verify and saw my update was successful.

I tested the DELETE API by entering a machineId in the {id} variable in postman. I got a success message back and verified in the database in azure that the machine was deleted.