Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@axway/api-builder
Advanced tools
An Axway API Builder command-line utility.
The preferred way to invoke the API Builder CLI is to use npx
. This ensures you get the latest CLI and API Builder project. However, if you still wish to install the CLI globally:
$ [sudo] npm install -g @axway/api-builder
Then, you will have an api-builder
command available that you can use as an alternative to npx @axway/api-builder
.
You can use the CLI to generate a new project. The CLI will create a new directory called ./myproject
and initialize the new project and automatically install its dependencies.
$ npx @axway/api-builder init myproject
$ cd myproject
$ npm start
Once it is running, you can open your browser to http://localhost:8080/console
to access the UI.
You can create a new project and initialize it with proxy services available from Amplify Central. Log in to the Amplify Platform production server using the following command:
$ axway auth login
Then, initialize a new API Builder project and specify the --get-catalog
option. This will use the current Amplify user session to download the proxy services available from Amplify Central. The command will create the project, download the proxy services, and execute an npm install
in the myproject
directory.
$ npx @axway/api-builder init --get-catalog myproject
$ cd myproject
Running an API Builder service will launch the runtime and the UI, which can be used to make changes to your service. By default, the service will bind to http://localhost:8080
. If you wish to change this, see the following section on Providing environment-specific configuration.
$ npm start
Then, open a browser to: http://localhost:8080/console
You can use the CLI to generate a new flow-node plugin project to create custom flow-nodes that can be shared and used in the API Builder Flow editor.
$ npx @axway/api-builder plugin init myplugin
The CLI will create your plugin in a new directory called ./api-builder-plugin-myplugin
and will install its dependencies.
Then you can switch to the newly created plugin directory and run the test suite:
$ cd api-builder-plugin-myplugin
$ npm test
You can use the CLI to generate a new flow-node plugin project to create custom flow-nodes that can be shared and used in the API Builder Flow editor.
$ @axway/api-builder plugin init --type=oas myplugin
The CLI will create your plugin in a new directory called ./api-builder-plugin-myplugin
and will install its dependencies.
Then you can switch to the newly created plugin directory.
$ cd api-builder-plugin-myplugin
You should copy one or more OpenAPI files that you intend to generate flow-nodes from into the openapi
directory.
Optionally, you can also provide an icon alongside each OpenAPI file which will be displayed in the API Builder UI. The OpenAPI file and icon should have matching file names:
petstore.json
petstore.svg
Now you can run the test suite:
$ npm test
For more information, see Create a plugin from OpenAPI files.
Create an API Builder project.
--get-catalog - Uses an existing authenticated login to access Amplify Central to download the Amplify Unified Catalog for use within API Builder.
--no-install - Does not automatically run npm install
.
directory - The project directory to create.
Creates and initializes a new API Builder project in the directory specified by directory
. The command will not run if the directory exists or if the command is run within an existing API Builder project directory.
Initialize a new project directory:
$ npx @axway/api-builder init myproject
Initialize a new project directory and download the Amplify Unified Catalog (requires login with the Axway CLI):
$ axway auth login
$ npx @axway/api-builder init --get-catalog myproject
Download the Amplify Unified Catalog from Amplify Central into an existing project directory.
Authentication with the Amplify Platform is required to use this command. It will connect to Amplify Central and download and install the Amplify Unified Catalog into an existing project directory. You must be in your project directory to execute this command.
Download and install the Amplify Unified Catalog into an existing project (requires login):
$ npx @axway/api-builder get-catalog
Create an API Builder plugin.
--no-install - Does not automatically run npm install
.
--type - The type of plugin to initialize. Specify standard
or oas
. Default is standard
.
directory - The plugin directory to create.
Creates and initializes a new API Builder plugin project by creating the project in the directory specified by directory
. If directory
is not prefixed with "api-builder-plugin-"
, it will be prefixed for you. The command can be run in an existing API Builder project directory.
Axway support@axway.com https://axway.com
This code is proprietary, closed source software licensed to you by Axway. All Rights Reserved. You may not modify Axway’s code without express written permission of Axway. You are licensed to use and distribute your services developed with the use of this software and dependencies, including distributing reasonable and appropriate portions of the Axway code and dependencies. Except as set forth above, this code MUST not be copied or otherwise redistributed without express written permission of Axway. This module is licensed as part of the Axway Platform and governed under the terms of the Axway license agreement (General Conditions) located here: https://support.axway.com/en/auth/general-conditions; EXCEPT THAT IF YOU RECEIVED A FREE SUBSCRIPTION, LICENSE, OR SUPPORT SUBSCRIPTION FOR THIS CODE, NOTWITHSTANDING THE LANGUAGE OF THE GENERAL CONDITIONS, AXWAY HEREBY DISCLAIMS ALL SUPPORT AND MAINTENANCE OBLIGATIONS, AS WELL AS ALL EXPRESS AND IMPLIED WARRANTIES, INCLUDING BUT NOT LIMITED TO IMPLIED INFRINGEMENT WARRANTIES, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, AND YOU ACCEPT THE PRODUCT AS-IS AND WITH ALL FAULTS, SOLELY AT YOUR OWN RISK. Your right to use this software is strictly limited to the term (if any) of the license or subscription originally granted to you.
FAQs
Axway API Builder
The npm package @axway/api-builder receives a total of 268 weekly downloads. As such, @axway/api-builder popularity was classified as not popular.
We found that @axway/api-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.