3.5.2.Swagger/OAI Specifications Walkthrough
//JSON "swagger": "2.0", "info": { "title": "uber API", "description": "Move your app forward with the Uber API", "version": "1.0.0" } //YAML "swagger": "2.0", "info" "title": "uber API" "description": "Move your app forward with the Uber API" "version": "1.0.0"
Previous3.5.1.Requirements Analysis Process & Intro to REST SpecificationsNext3.5.3.Swagger/OAI Specifications, Part 1 of 3
Last updated