Categorygithub.com/udhos/hello-go-openapi-apifirst
module
0.0.0-20220430014901-a4ad6bd510b0
Repository: https://github.com/udhos/hello-go-openapi-apifirst.git
Documentation: pkg.go.dev

# README

hello-go-openapi-apifirst

Build

./build.sh

Run

# server
pets-server

# client
pets-client

curl

# add
curl -H 'content-type:application/json' -X POST --data-binary '{"name":"john"}' localhost:8080/pets

# list
curl localhost:8080/pets

# query
curl localhost:8080/pets/1000

# delete
curl -X DELETE localhost:8080/pets/1000

# Packages

No description provided by the author
No description provided by the author
No description provided by the author