In this video, you will learn:
what is REST API
what is API Testing.
API methods
REST API testing with Real time Data
API Testing using Postman and Java Program
COVID19 REST API testing(Realtime stats)
Following are API's used in video
https://covid19.mathdro.id/api/
https://covid19.mathdro.id/api/countr...
#RestAPI, #RestAPITesting, #RestAPIExamples
Java Program used:
URL url = new URL("xxx");
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
BufferedReader br = new BufferedReader(new InputStreamReader(
(conn.getInputStream())));
String output;
while ((output = br.readLine()) != null) {
System.out.println(output);
}
On this page of the site you can watch the video online REST API testing - POSTMAN Vs Java Rest Client | Rest API Real time Example | Java REST Program with a duration of hours minute second in good quality, which was uploaded by the user Simplifying Tech 27 July 2020, share the link with friends and acquaintances, this video has already been watched 3,349 times on youtube and it was liked by 81 viewers. Enjoy your viewing!