Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 326 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 326 Bytes

Basic Gateway

Testing

Run:

go run main.go

Then open another terminal and run:

curl http://localhost:9096/pets/1

You should then see something like:

{"category":{"id":0,"name":"string"},"id":1,"name":"aspen","photoUrls":["string"],"status":"done","tags":[{"id":0,"name":"string"}]}