API First Development - Part 2 - Open Api Specification
In the first part of this blog series, I included the below code. In this part, we will be discussing how to write one such file by explaining what each keyword signifies.
openapi: 3.0.0
info:
version: 0.0.1
title: Library Service
description:...
vedantbothikar.hashnode.dev3 min read