Postman Import
Import a Postman collection:
noodle import ./postman_collection.json -i postmannoodle import ./collection.json -i postman -o ./my-collectionsThe importer:
- Converts each Postman request to a
.ymlfile - Preserves folder structure and auth
- Generates
{{var}}placeholders for Postman variables - Handles body types, headers, and query parameters