GitHub / virtualansoftware / virtualan-api-first-openapi
The API first (or design first) approach focuses on the API’s design before starting to write the code. The resulting code will be the output of our design, which means that the first thing we need to do is to write the API specification (OpenApi). That is, we will design how our API will look like and how it should work before starting to write any line of the code.
Stars: 0
Forks: 0
Open issues: 0
License: apache-2.0
Language: Java
Size: 18.6 KB
Dependencies parsed at: Pending
Created at: almost 4 years ago
Updated at: over 3 years ago
Pushed at: over 3 years ago
Last synced at: about 2 months ago
Topics: api-first, mock-server, service-virtualization, spring-boot, virtualan