20- Using POSTMAN API to POST your REST APIs
Steps taken to POST your API on POSTMAN
1- Download and Open POSTMAN API.
2- Choose the method you want to execute(POST).
3- Write your URL Path " http://localhost:8080/api/employees"
4- Choose the format which you are submitting data in my case is body-> raw -> json
5- Submit and wait for Response..
6- Check your MySQL Workbench to see your changes OR HttpStatus .
Creating or Posting your first entry
Creating or Posting your second entry
Creating or Posting your third entry
Creating or Posting your fourth entry
Creating or Posting your fifth entry
Checking Updates on MySQL
Comments
Post a Comment