Java Spring Boot REST API Documentation What Why and How of Swagger
YOUR LINK HERE:
http://youtube.com/watch?v=BOahFNoIrPk
In this video we will extend our REST API with an interactive documentation using Swager. This allows our users to very quickly test and see what the API is about. • #nodejs #swagger #express #restapi • Code at the start of the video https://github.com/TomekQ13/bookstore... • Code at the end of the video https://github.com/TomekQ13/bookstore... It contains slightly different way to exclude the Swagger app from the api key authorization. Instead of excluding requests where originalUrl includes api-docs the api key validation is used only by the book router. • Video where we implemented the REST API • Build a REST API step by step - Creat... • 00:00 Intro • 03:13 Setting up Swagger • 22:23 Describing routes • 43:40 Final documentation
#############################
