Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axway/api-builder-admin

Package Overview
Dependencies
Maintainers
0
Versions
409
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axway/api-builder-admin

API Builder development UI and API

  • 5.4.0
  • joyce
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

@axway/api-builder-admin

API Builder development UI and API

Features

  • Install alongside API Builder to activate a UI for service development and administration at runtime.
  • This should be installed as a dev dependency so it is not included or running in production builds.

Install

npm install --save-dev @axway/api-builder-admin

API Reference

Administration package for API Builder developent at runtime. Includes the admin ui and api.

@axway/api-builder-admin~Admin

Kind: inner class of @axway/api-builder-admin

new Admin()

Administration console.

admin.resolveAllowedHosts(apibuilder, allowedHosts, next)

Gets a list of IPs which are allowed hosts. If API Builder is configured to allow any hostnames, they will be resolved as IPs.

Kind: instance method of Admin

ParamTypeDescription
apibuilderAPIBuilderAPI Builder server
allowedHostsarray | stringhostname, or array of hostnames/ips to resolve
nextfunctioncallback

admin.getAccessControlMiddleware(apibuilder, allowedIps) ⇒ function

Returns express middleware which limits access to a subset of allowed IPs

Kind: instance method of Admin
Returns: function - access control express middleware

ParamTypeDescription
apibuilderAPIBuilderAPI Builder server
allowedIpsarrayarrays to limit route access to

admin.start(apibuilder, callback)

Start the admin

Kind: instance method of Admin

ParamTypeDescription
apibuilderobjectAPI Builder instance
callbackfunctioncallback

admin.stop(callback)

Stop the admin.

Kind: instance method of Admin

ParamTypeDescription
callbackfunctioncallback

Author

Axway support@axway.com https://axway.com

License

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.

Keywords

FAQs

Package last updated on 16 Aug 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc