Categorygithub.com/EduardoBacarin/grpc-gateway
module
0.0.0-20241127023030-4ef3dab43e6d
Repository: https://github.com/eduardobacarin/grpc-gateway.git
Documentation: pkg.go.dev

# README

make runapi make rungateway

Endpoints para teste:

  curl -X POST -d '{"name": "foo", "price": 10.20}' localhost:8081/api/v1/add
  curl -X POST -d '{"name": "bar", "price": 5.10}' localhost:8081/api/v1/add
  curl localhost:8081/api/v1/list
  curl -X DELETE "localhost:8081/api/v1/delete/<ID do foo>"
  curl localhost:8081/api/v1/list

# Packages

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