luckymarmot / API-Flow

Universal data structure and converter for API formats (Swagger, RAML, Paw, Postman…)
MIT License
194 stars 24 forks source link

Fix Import Bug when importing text in Paw #122

Closed JonathanMontane closed 7 years ago

JonathanMontane commented 7 years ago

If we import a File as text in Paw, it will crash most parsers that do file resolution as there are no URI or file path associated with this text

JonathanMontane commented 7 years ago

Fixed by #125.