vmdef / smallshopapi

Small shop API - Spring Boot
GNU General Public License v3.0
0 stars 0 forks source link

API specification #1

Open vmdef opened 3 years ago

vmdef commented 3 years ago

We'll follow a design-first approach for implementation. We will make use of the OpenAPI Specification (OAS) for first designing the API.

vmdef commented 3 years ago

We'll use version 3.0.3 (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md), writing the specification in YAML (https://yaml.org/spec/). We can use the Swagger Tools: