brookshi / Hitchhiker

a Restful Api test tool
http://www.hitchhiker-api.com
Other
2.19k stars 402 forks source link

Question about export features #191

Closed xleliberty closed 6 years ago

xleliberty commented 6 years ago

Hi, thank you very much for this huge project ! A question about export data possibilities.

Have you planned to add possibility to export a project or at least a collection ? Would be great if we could export to same formats as provided in imports ( Postman / Swagger )

Thanks

brookshi commented 6 years ago

Refer to #107, export feature is in my road map but not high priority. All data store in your mysql database, json is just another storage. Export to Postman/Swagger need to be considered.

xleliberty commented 6 years ago

Thank you for your answer, i've just dig into mysql tables and yes, it should be relatively easy to work on an exporter to postman or/and swagger

regards