Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 482 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 482 Bytes

This repository is a demo showing a pattern for API first design with Golang and OpenAPI, See the Pull Requests for a series of PRs building and iterating a demonstration service with this pattern

The goal of this approach is to provide a strong tie between the API spec and the Golang implementation, which provides strong typing for request payloads and responses, and for which the spec can be used to generate rich client SDKs