An API is a general term to describe the way for computer software (though could be hardware) components to communicate with each other, whether they live on the same machine or remotely (such as client/server applications).
OpenAPI is a specification used to describe APIs that are based on HTTP, which today drive the majority of applications. The OpenAPI used to be known as Swagger. Swagger, today, is a set of tools that take an API definition in the OpenAPI format, and allow you to do various things with it, including documentation, testing, code generation and more. From: <[email protected]> on behalf of Laurie Anderson <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Thursday, December 7, 2017 at 13:51 To: Swagger <[email protected]> Subject: Swagger for Dummies If a person is computer literate, but programmer illiterate, how would one describe Swagger and what exactly is an API? An advise and information accepted (unless you're only giving rude comments.) Thanks! -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
