-
Notifications
You must be signed in to change notification settings - Fork 118
Integrate 'Scalar' openapi plugin so that we can render Real Device Access API #3312
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
|
Deploy preview ready for 3312! |
|
Deploy preview ready for 3312! |
|
Deploy preview ready for 3312! |
|
Deploy preview ready for 3312! |
|
Deploy preview ready for 3312! |
1 similar comment
|
Deploy preview ready for 3312! |
|
Deploy preview ready for 3312! |
|
Deploy preview ready for 3312! |
docusaurus.config.js
Outdated
| { | ||
| // This title will appear in the top left dropdown within Scalar API doc. | ||
| title: 'Real Device Access API', | ||
| url: 'https://raw.githubusercontent.com/saucelabs/real-device-api/6b34c94ae9be3af027cad344bcfd01f319ef270d/open_api_specification.yaml', |
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.
revert previous commit
|
Deploy preview ready for 3312! |
This reverts commit 0c185b1.
|
Deploy preview ready for 3312! |
|
Deploy preview ready for 3312! |
1 similar comment
|
Deploy preview ready for 3312! |
|
Deploy preview ready for 3312! |
|
Deploy preview ready for 3312! |
|
Deploy preview ready for 3312! |
|
Deploy preview ready for 3312! |
|
Deploy preview ready for 3312! |
Description
Integrate the Scalar Plugin to render open-api files. We are especially interested in rendering the new Real Device Access API.
Motivation and Context
Currently we maintain our API contracts by translating the open-api spec manually to html.
This is not scalable and error prone in case of changes to the API.
We therefore introduce 'scalar' plugin, which can read and render open-api files.
Types of Changes