Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
bitbucket-report-sonarqube
Advanced tools
Commandline tool to use the management APIs of SAP API Management
Commandline tool to use the management APIs of SAP API Management
Currently supports creating / updating providers and products and generating documentation
npm i -g sap-apim
Create a yaml file with the following contents:
provider:
name: example-provider
description: This is an example provider
isOnPremise: false # default false
host: example.com
port: 443 # default 443
useSsl: true # default true
path: /v1/test
keyStore: example # optional, useSsl must be true
keyAlias: example # optional, useSsl must be true
managedByProxy: true # default false
Use in combination with sapim
sap-apim provider ./manifest.yaml
Create a yaml file with the following contents:
products:
- name: Example-product-silver
title: Example product silver
description: |
Silver version of the example product
quota: 2
interval: 1
timeunit: minute
proxies:
- echoheaders
- name: Example-product-gold
title: Example product gold
description: |
Gold version of the example product
quota: 3
interval: 1
timeunit: minute
proxies:
- echoheaders
Use in combination with sapim
sap-apim products ./products.yaml
To be able to see the documentation of an API proxy correctly in the SAP developer portal, the APIProxy requires 2 folders with some documentation content. This command will generate those 2 folders from an openapi spec by creating, downloading, extracting the 2 folders and deleting a proxy in SAP. Both openapi 3.0 and swagger 2.0 are supported in json and yml format.
Use in combination with sapim
sap-apim documentation <spec> <outputFolder>
sap-apim documentation ./openapi.yml ./APIProxy
This command will create / update / delete the key-values in your KVMs.
Create a yaml file with the following contents, or add this to your current yaml file:
kvms:
test:
key1: value1
key2: value2
Use in combination with sapim
sap-apim kvms <manifest>
sap-apim kvms manifest.yaml
sap-apim kvms manifest.yaml --purgeDeleted // Deletes entries from the KVM that are not in the Manifest
FAQs
Commandline tool to use the management APIs of SAP API Management
The npm package bitbucket-report-sonarqube receives a total of 47 weekly downloads. As such, bitbucket-report-sonarqube popularity was classified as not popular.
We found that bitbucket-report-sonarqube demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.