Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support for nested postman collection items #40

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

frankkilcommins
Copy link
Member

@frankkilcommins frankkilcommins commented Jan 10, 2025

Add support for better management of nested folders within Postman Collections.

Root level requests are now added to an Explore API folder with same name as Explore Space (e.g. Postman collection 'foo' with requests will create Explore Space 'foo' with API folder 'foo' which will contain the request connections).

Nested folders within a collection, will have a name format of Parent - Child (e.g. foo/bar will create API folder called foo - bar, foo/bar/baz will create API folder called foo - bar - baz)

Fixes: #36

@YOU54F YOU54F merged commit 78a0dd0 into main Jan 15, 2025
10 checks passed
@YOU54F
Copy link
Member

YOU54F commented Jan 15, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to group requests under a single connection in Mass Import from Postman
2 participants