Hey there welcome back friends in the quest of building of a micro service based on the resource post, we have did some progress and we have implemented the functionality for view all post and view specific post. Now in here if we check the section where we have the method definitely we are making use of a getter method right what is get get is the HTTP request type which we are performing and whenever we are like hitting the URL slash post or slash post slash ID using the get method we are getting appropriate result. Now moving forward we must use the POST method. Now in order to get the POST method we won't be able to do it directly from the web browser but using an extension on any other Have a browser we can definitely perform like different type of requests for our application. Now, in our case, we will be making use of Google Chrome and we will make use of an extension by the name of postman, not definitely there would be like similar application similar extension is available on different web browsers as well.
So you can like use any of the REST client on any of the different web browser that's up to you. In our case, we will make use of this extension by the name of postman, let me quickly add this extension to Google Chrome. And this would be installed in couple of seconds. Alright, so this extension has been added. And if I click on this icon, then here is an interface using which we can send in a request to our application. Now using this drop down we can also change the method from Get to purchase.
So that is a huge support there is every possible method available in this drop down or right now from our next video we will start using this extension and we will definitely develop more functionality for our Spring Boot application. Alright, so that's it for today. I hope you guys enjoyed this video. Thanks for watching. Have a nice day and take care