samsonych
samsonych

Reputation: 61

Convert swagger json to mashery io-docs json

Does anyone know about the existence of a JSON-сonverter from Swagger API Docs to Mashery I/O Docs?

Upvotes: 3

Views: 792

Answers (2)

ArcoK
ArcoK

Reputation: 26

Tibco/Mashery is supporting Swagger - IODocs conversion in their new cloud tooling, where you define your APIs in Swagger, then can import it in Mashery to have IODocs. They've put some tools for it on github as 'api-definition-converter'

Upvotes: 0

feikiss
feikiss

Reputation: 354

how about this project: api-spec-converter in github? It converts most of the popular description types.

[update:] Currently, it just supports converting from other formats to swagger 2.0 ..

Upvotes: -1

Related Questions