You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* * @api [get] /pets * description: "Returns all pets from the system that the user has access to" * responses: * "200": * description: "A list of pets." * schema: * type: "String" */api.route('/pets',function(){/* Pet code 😺 */});
so we comment out our API in and then run swagger-inline and then run swagger-to-slate and swagger-codegen.
for example:
so we comment out our API in and then run
swagger-inline
and then runswagger-to-slate
andswagger-codegen
.References
The text was updated successfully, but these errors were encountered: