This is a Rest Assured testing framework using Java, testNG, POJO, concepts
Just do a maven install (usually IDE take care of dowloading dependancies when you import eg: Eclipse)
mvn install
mvn test
API_Framework
src.main.java
api `To have all End Points `
pojo `To have easy access to properties or fields, and methods that you can use to access and modify the values `
utils `T0 have supporting scripts for reports, reading property file`
src.test.java
Test cases