-
Notifications
You must be signed in to change notification settings - Fork 4
refactor: centralize API slug mapping into a single file #903
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
base: main
Are you sure you want to change the base?
Conversation
Creates a dedicated api-slug-mapping.ts file to centralize the mapping between API display names and their slugs. Updates all files to use this mapping and adds documentation.
✅ Deploy Preview for elated-hoover-5c29bf ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request does not contain a valid label. Please add one of the following labels: ['release-no', 'release-auto', 'release-patch', 'release-minor', 'release-major']
✅ Deploy Preview for elated-hoover-5c29bf ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Performance ResultsPage /docs/api-reference/message-center-api#post-/api/mail-service/pvt/providers/-EmailProvider-/dkimComplete results here Page /docs/api-reference/buyer-organizations#post-/api/b2b/import/buyer-orgs/validate/-importId-Complete results here Page /docs/guides/vtex-io-documentation-1-developing-storefront-apps-using-react-and-vtex-ioComplete results here Overall Performance |
A total of 11 tests failed! API guides documentation page3 failing tests:
Status of documentation pages8 failing tests:
For more information, open the cypress action summary page. |
A total of 9 tests failed! API reference documentation page9 failing tests:
For more information, open the cypress action summary page. |
78bd737
to
014de6f
Compare
Creates a dedicated api-slug-mapping.ts file to centralize the mapping between API
display names and their slugs. Updates all files to use this mapping and adds documentation.
What is the purpose of this pull request?
What problem is this solving?
How should this be manually tested?
Screenshots or example usage
Types of changes