![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
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 4 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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.