New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ysbauto-keymanager

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ysbauto-keymanager

A utility to write and read keys to and from api server

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

ysbauto-keymanager

A utility to write and read keys to and from api server

Installation

npm install ysbauto-keymanager

Params

(host,sauceuser)

host: API hostname
sauceuser: username

API Request & Response:

 SetKey API: An API method which will generate a new sauce api key

 Request: http://localhost:8080/api/setkey?user=xxxx

 Response:
 
 {
  "setkey": "xxxx-xxxxxxxxx-xxxxxx-xxxxxxxx",
  "serverInformation": {
    "serverName": "YSB QE API Server",
    "apiVersion": "0.0.1",
    "requestDuration": 2289,
    "currentTime": 1434488268553
  }
}
 GetKey API: An API method which will read new sauce api key

 Request: http://localhost:8080/api/getkey?user=xxxx

 Response:
 
 {
  "getkey": "xxxx-xxxxxxxxx-xxxxxx-xxxxxxxx",
  "serverInformation": {
    "serverName": "YSB QE API Server",
    "apiVersion": "0.0.1",
    "requestDuration": 2289,
    "currentTime": 1434488268553
  }
}

Release History

  • 0.0.1 Initial release
  • README.md update

Keywords

FAQs

Package last updated on 14 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc