Api-First driven development (Swagger, OpenApi, Spring Boot) : Part 4 - Path Params

preview_player
Показать описание
Hey guys new as my previous API-first video is gaining traction I've decided to create a series. In todays part we look at POST requests. Please make sure to subscribe for future parts and like the video if it helped you out.

Any questions just ask :)
Рекомендации по теме
Комментарии
Автор

Thx again! Best swagger tutorial on yb. Some auth layer and would be perfect.

flutterama
Автор

This is series that I exactly wanted. Thanks Mike. :)

toy_buddies
Автор

Hi Mike. Thanks a lot, the video helped me to start with OpenAPI. I have the yaml in place, I generated model and interfaces. What I don't understand is how to use generated model in conjunction with hibernate so that I can work with database. If you can point me in the right direction I would appreciate it a lot.

ArturSentsov
Автор

You can make request body of post with description example value

maianh
Автор

Hello Mike. Could you do a video on securing the API with authentication? I defined security: BasicAuth[] in my yaml and it generated some Swagger annotations in generated code, but I can't figure out what to do with them. Is this supposed to help me with adding authentication or do I have to do it on my own in my service project?

martingraizely