api_layered_arch/

directory
v0.0.0-...-926ba8e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2022 License: Apache-2.0

README

Inventory App using layered architecture

Endpoint List Items: curl http://localhost:8080 | json_pp Endpoint Add Item: curl --header "Content-Type: application/json" --request POST --data "@add_item.json" http://localhost:8080/add Endpoint Change Open Status for Item: curl -sS 'http://localhost:8080/open?id=5&open=true' Endpoint Delete Item: curl http://localhost:8080/del?id=2

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL