jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
759 stars 36 forks source link

Export Issue #261

Open jy4713 opened 1 year ago

jy4713 commented 1 year ago

when I export collection as postman, every end of collection, "request": null is added, because of this this exported json is not imported in Insomnia with error "Error while scanning for resources to import:No importers found for file", i just removed "request":null from the json then I can imported. can you export without "request":null when collection including nested collection is exported ?.

jy4713 commented 1 year ago

also, when there is no header value, Nightingale export as "header" : null but Insomnia doesn't import this, only accept "header":[] and please use "mode": "raw" instead of "mode": null.