v2 docs: [https://github.com/goadesign/goa/blob/v2/docs/Guide.md]
go install
goa gen ninepod/design
Note: Anytime you change the design.go file, cd into project root /ninepod and rerun goa gen ninepod/design
goa example ninepod/design
Run API Server:
(defaults port :80)
Override port with -http-port 8080
cd cmd/http
go build
./http
Pass in appropriate required request parameters as flags.
Example:
cd cmd/http-cli
go build
./http-cli pods pods --a 7674819484560861460 --b "Entertainment"