Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
apiman-admin-client
Advanced tools
Node.js client for the Apiman admin API.
This package provides a Node.js client for the Apiman REST services.
Node.js 4, 5, 6
This project is no longer being actively maintained.
For more information please read:
http://www.apiman.io/blog/apiman/3scale/2016/06/22/redhat-3scale-apiman.html
http://www.apiman.io/blog/apiman/3scale/2016/08/19/3scale-apiman-part2.html
Please read the contributing guide
npm install apiman-admin-client -S
const apiman = require('apiman-admin-client');
const options = {
'baseUrl': 'http://localhost:8080',
'username': 'admin',
'password': 'admin123!'
};
apiman.status(options)
.then(x => console.log(x))
.catch(e => console.log(e));
apiman.exportData(options)
.then(x => console.log(x))
.catch(e => console.log(e));
apiman.gateways(options)
.then(x => console.log(x))
.catch(e => console.log(e));
http://bucharest-gold.github.io/apiman-admin-client/
If you have the github rights to do it, you can publish the API documentation by running
./scripts/publish-docs.sh
. This script will generate the documentation, then clone this
repository into a temporary directory, checkout the gh-pages
branch and update it with
the newly generated documentation.
FAQs
Node.js client for the Apiman admin API.
The npm package apiman-admin-client receives a total of 0 weekly downloads. As such, apiman-admin-client popularity was classified as not popular.
We found that apiman-admin-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.