- Group: Walk through the TAQUITO API Contract
- Group: ReST refresher (pros / cons / overview)
- Group: Understand TAQUITO Data Model & Profiles (or data shapes)
- Group: Define our TAQUITO API Routes
- Group: Define our TAQUITO API Data Definitions (what does it need to know or check)
- Group: Swagger refresher (overview / pros / cons)
- Group: Walk through TAQUITO Swagger starter specification at swagger.json
- Individual / Pairs: Add GET route to the TAQUITO Swagger starter specification at swagger.json
- Individual / Pairs: Add DELETE route to the TAQUITO Swagger starter specification at swagger.json
Check your final specification against the proposed final TAQUITO Swagger specification at swagger-done.json
See our starter TAQUITO Swagger specification at swagger.json. It will be missing the DELETE
and GET
routes, as those are to be added through your work.