-
Notifications
You must be signed in to change notification settings - Fork 101
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 Node.js package as CLI client #519
Comments
@sweeneyskirt-sl do you want to do this one? @christian-bromann You're thinking this belongs in the following page: https://docs.saucelabs.com/dev/api/#accessing-the-apis |
Yes, in fact I think we should provide an example of the Node.js CLI client in all instances where we have a curl example using tabs so user can decide whether they want to test the API with curl or |
This is a good idea. I will add it to my roadmap. Thanks, @christian-bromann! Where can I find more information about this CLI -- it is not in our official documentation. Should it be? |
I think so. In fact we should have sections on our API bindings in general. We have one for Node.js (this one mentioned above) and one for Java. Informations on supported endpoints and commands can be found here. I don't think we need exhaustive docs given that the package should document itself properly. But for interacting with the API it would be great to include this CLI tool as option and have a page with some instructions on how to use the package. |
@sweeneyskirt-sl any updates on this? |
🚀 Feature Proposal
Have you read the contributing guidelines on issues?
Description
Our Node.js client allows to fetch our API through the command line, e.g.:
Export credentials:
Access our API:
Motivation
I believe this can help customer a lot to explore our API and their data.
Example
The text was updated successfully, but these errors were encountered: