I just keep seeing this Swagger thing at a lot of places and I don't have a clear idea on how is it useful. Can someone please share what it is and how it can help?
Swagger is a tool for writing documentation for your API. Is as simple as that. When you write an API, you often want people to know how to use it, what routes to hit, what data to pass through and what are the expected results. You use Swagger to achieve that. But you can dive more into the concept from their official website.
jimoh hadi
Software Engineer
Swagger is a tool for writing documentation for your API. Is as simple as that. When you write an API, you often want people to know how to use it, what routes to hit, what data to pass through and what are the expected results. You use Swagger to achieve that. But you can dive more into the concept from their official website.