jenius-apps/nightingale-rest-api-client

Export Issue

jy4713 opened this issue · 1 comments

jy4713 commented

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

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.