UNPKG

api-spec-converter

Version:

Convert API descriptions between popular formats such as OpenAPI(fka Swagger), RAML, API Blueprint, WADL, etc.

17 lines (15 loc) 256 B
info: title: testsickle version: 0.0.1 paths: '/api/v2/user/{id}': get: operationId: user.get parameters: - in: path name: id type: string summary: Get user tags: - User swagger: '2.0'