
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@appythings/apidex-cli
Advanced tools
Commandline tool to use the management APIs of Apidex
npm i -g @appythings/apidex-cli
To upload your API's to apidex, create a yaml file with the following content:
products:
- name: ID-of-the-API # For SAP and Apigee this is the name of the product, not the displayName
openapi: swagger.json # link to an openapi spec in yaml or json format
permissionGroup: owners # Permission group that is allowed access to this product (optional)
categories: # You can also bundle multiple products in a category
- name: category1 # Choose a unique name for the category
openapi: swagger.json # link to an openapi spec in yaml or json format
products:
- name: ID-of-the-API
inheritSpec: true # You can choose to let the product inherit the spec from the category
permissionGroup: owners # Permission group that is allowed access to this product (optional)
- name: ID-of-the-API
inheritSpec: false
openapi: swagger.json # Or the product will have it's own spec
permissionGroup: owners # Permission group that is allowed access to this product (optional)
apidex-cli upload-spec [options] <manifest>
uploads an openapi spec to apidex
Options:
--environment <environment> add the environment to deploy this to
--host <host> add the hostname for the developer portal
--clientId <clientId> add the clientId from your OpenID Connect provider linked to the developer portal
--clientSecret <clientSecret> add the clientSecret from your OpenID Connect provider linked to the developer portal
--aud <aud> Only used in combination with client certificate authentication instead of clientSecret. Provide the audience for the client token. (default: null)
--scope <scope> add the scope for the developer portal app registration
--tokenUrl <tokenUrl> add the tokenUrl from your OpenID Connect provider (ex: https://login.microsoftonline.com/yourcompany.onmicrosoft.com/oauth2/v2.0/token)
--force Force the database to overwrite spec regardless of version number (default: false)
--token <token> provide a token instead
-h, --help display help for command
apidex-cli upload-markdown [options] <directory>
uploads a directory of markdown files to apidex
Options:
--host <host> add the hostname for the developer portal
--clientId <clientId> add the clientId from your OpenID Connect provider linked to the developer portal
--clientSecret <clientSecret> add the clientSecret from your OpenID Connect provider linked to the developer portal
--aud <aud> Only used in combination with client certificate authentication instead of clientSecret. Provide the audience for the client token. (default: null)
--scope <scope> add the scope for the developer portal app registration
--tokenUrl <tokenUrl> add the tokenUrl from your OpenID Connect provider (ex: https://login.microsoftonline.com/yourcompany.onmicrosoft.com/oauth2/v2.0/token)
-h, --help display help for command
FAQs
Commandline tool to use the management APIs of Apidex
The npm package @appythings/apidex-cli receives a total of 0 weekly downloads. As such, @appythings/apidex-cli popularity was classified as not popular.
We found that @appythings/apidex-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.