Please share the endpoint used in postman for module 1 and 2 which is not available in code | Rest Assured Forum
C
chandan kumar Posted on 27/04/2019

A
Ashish Thakur Replied on 16/05/2019

Get Requests:

  • Get All students – http://localhost:8080/student/list
  • Get Specific students - http://localhost:8080/student/list?programme=Financial%20Analysis
  • Get with limit- http://localhost:8080/student/list?programme=Financial%20Analysis&limit=2
  • Get By ID - http://localhost:8080/student/10

Post- http://localhost:8080/student 
And you need to send the json body along

Put - http://localhost:8080/student/10

Delete-http://localhost:8080/student/10
As you must have understood you can add the id at end as per your choice.


C
chandan kumar Replied on 16/05/2019

Thanks..can you please share the PPT you used for this module to chandan.jha4@gmail.com


A
Ashish Thakur Replied on 17/05/2019

Sent.

Please check