Skip to content

Fix folders and urls in Postman collection generation #252

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

Merged
merged 3 commits into from
Apr 25, 2025

Conversation

steve-henry
Copy link
Contributor

  • Updated how the Postman endpoints are grouped based on tags in the OpenAPI spec
  • Set the URL for all requests to include the production base url
  • Ran the generation to update the existing Postman collections

@steve-henry steve-henry requested a review from a team April 25, 2025 10:56
Copy link
Contributor

@VarshSuresh VarshSuresh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

protocol: 'https',
host: server.host || server.hostname,
path: this.path(server, path),
host: ['api.intercom.io'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non blocking:
Sorry my knowledge on this is low. But do we just generate postman collections only for the US region?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, we could generate a different environment for each region and insert the base url as a variable. That would be a good follow up

@steve-henry steve-henry merged commit c046513 into main Apr 25, 2025
5 checks passed
@steve-henry steve-henry deleted the sch/fix-folders-and-urls-in-postman-generation branch April 25, 2025 12:36
Copy link

@VedranZoricic VedranZoricic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

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.

3 participants