1.6 define /todo/{id} path and define GET endpoint
Jul 10, 2017 · 1 min read
wb todoMVC Master >> 1.6 define /todo/{id} path a…
Update 7/19
OpenAPI3 (aka swagger3) is just about ready for official release. This means steps 1.1–1.x will need to be rewritten soon. The folks over at swagger-api are working hard updating the many swag tools to work with the latest spec.
Steps
Run swagger editor & server in mock mode if not running already.
Define Paths: /Todo/{id} in and GET in swagger.yaml
Test

Tutorial Navigation
The master tutorial doc is located here: WB todoMVC MASTER
Previous Step: 1.5 define /todo POST endpoint.
Next Step: 1.7 define /todo/{id} DELETE endpoint.
