OpenAPI Specification
"Swagger" aracının arkasındaki bilimsel makalenin özeti.
The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimum amount of implementation logic. This is similar to what interface descriptions have done for component technologies over the last 20 years.