fabiobento512 / FRequest

FRequest - A fast, lightweight and opensource desktop application to make HTTP(s) requests
https://fabiobento512.github.io/FRequest
GNU General Public License v3.0
164 stars 14 forks source link

Importing .frp into SwaggerHub (Support import/export projects using OpenAPI 3.0) #13

Open Andrewsuares opened 5 years ago

Andrewsuares commented 5 years ago

Hello,

I am trying to import the .frp file into SwaggerHub. Any way to get this work? I've pasted the errors below. Thanks!

can not read a block mapping entry; a multiline key may not be an implicit key

No content due to Errors

The provided definition does not specify a valid version field.

Please indicate a valid Swagger or OpenAPI version field. Supported version fields are swagger: "2.0" and those that match openapi: 3.0.n (for example, openapi: 3.0.0).

fabiobento512 commented 5 years ago

This actually can be interesting. Adding support for OpenAPI 3.0 for both import and export of projects. Though this can be a quite heavy task (I haven't checked though). I will leave this open so anybody can pick up the task.