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

Added support for collapsing folders for paths with same prefix. #5

Merged
merged 4 commits into from
Oct 7, 2019

Conversation

VShingala
Copy link
Member

In RAML we can specify resources as nested and as individual like in OpenAPI.

For this reason we need to merge resources with same prefix path under same folder.

Also in RAML unlike OpenAPI, we can specify name and description of resource (Note that resource and method are different) so if resource has no methods but has name or description we will not collapse it with it’s parent folder for postman collection.

@VShingala VShingala merged commit 6902268 into feature/code-coverage Oct 7, 2019
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.

1 participant