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

Long routes lead to lots of extra folders #21

Open
zjrunner opened this issue Oct 17, 2018 · 1 comment
Open

Long routes lead to lots of extra folders #21

zjrunner opened this issue Oct 17, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@zjrunner
Copy link

An optional tree collapse can lighten the unnecessary hierarchy.

Routes at:
/organization/_apis/one
/organization/_apis/one/two/three
/organization/_apis/one/two/three/four

Currently

  • /organization
    • _apis
      • one
        • two
          • three
            • four

Collapsed

  • /organization/../one
    • two/three
      • four

I have a commit in a fork I'll link later as an option.

@abhijitkane abhijitkane added the enhancement New feature or request label Jul 5, 2019
@abhijitkane
Copy link
Member

PR on the OpenAPI dependency - postmanlabs/openapi-to-postman#96

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

No branches or pull requests

2 participants