3

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

samsonych
  • 51
  • 3
  • I don't know of one, but it should be doable, however the reverse--from IODoc -> swagger will probably require some manual work. – fehguy Nov 08 '15 at 23:47

2 Answers2

0

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'

ArcoK
  • 26
  • 2
-1

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 ..

feikiss
  • 344
  • 4
  • 14