Skip to content

A series of PRs demonstrating API driven design and implementation with Golang and OpenAPI

Notifications You must be signed in to change notification settings

grevian/petstore-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

A series of PRs demonstrating API driven design and implementation with Golang and OpenAPI

Topics

Resources

Stars

Watchers

Forks