-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add storage API #108
Comments
@christian-bromann I can implement this. |
@christian-bromann I have an OpenAPI spec question. Looks like when implementing AutonomIQ you added the node-saucelabs/apis/autonomiq.json Lines 81 to 89 in 09b269b
but looks like in the spec shared (as well as according to the Swagger Editor) this should be inside a node-saucelabs/apis/storage.json Lines 533 to 546 in 09b269b
problem is, our logic only checks for type directly in the Line 140 in 09b269b
We can either:
Is parameters.type a Swagger 2.0 vs parameters.schema.type a OpenAPI 3.0 thing? |
Might be, not sure but let's support both protocols and go with solution |
Our live testing team has provided an OpenAPI spec for the recent released storage API. This should be added to our Node.js client. The spec is the following:
The text was updated successfully, but these errors were encountered: