question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Generate folders according to the tags in the OAS spec

See original GitHub issue

Description: When importing an OpenApi 3.0 yaml file with a tags section, these are ignored. Postman folders seem to be generated based on the first segment of each endpoint’s URL.

Expected Behaviour: It would be much more convenient if Postman folders derived from a specification’s tags. (For my use case, anyway. I would be interested to hear other opinions on this.)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
drjonnicholsoncommented, Feb 20, 2019

👍 to having an option to allow structuring the collection by tags. Without this our API in Postman isn’t structured the way our docs are presented, making it harder to use.

It’d be really good if the it could use the x-displayName vendor extension (used in tools like ReDoc) if it exists. Fall back to the tag name if not.

(I’m not willing to pay for Apimatic subscriptions etc)

2reactions
PetraRouvoetcommented, Sep 5, 2019

is there any progress on this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Grouping Operations With Tags - Swagger
OAS 3 This guide is for OpenAPI 3.0. If you use OpenAPI 2.0, see our OpenAPI 2.0 ... For example, Swagger UI uses...
Read more >
Usage - OpenAPI Generator
Generator for creating a new template set and configuration for Codegen. The output will be based on the language you specify, and includes ......
Read more >
Getting started tutorial: Using Stoplight Studio to create an ...
In the sidebar, right-click the Paths folder and select New Path. New path in Stoplight editor · Click the Tags button Stoplight tags...
Read more >
Designing REST API with Open API Specification (OAS) v2.0 ...
Arrange the directories accordingly & make sure that you are able to access the API spec file from localhost. Hands-On with OpenAPI ...
Read more >
Converting OpenAPI Specs to Postman Collections
API Structure: The OAS spec lists API endpoints according to the path ... strategies to create folders – using operation tags, for example....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found