JSPM

@azure/api-management-custom-widgets-tools

1.0.0-alpha.20231023.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1919
  • Score
    100M100P100Q118748F
  • License MIT

Package Exports

  • @azure/api-management-custom-widgets-tools
  • @azure/api-management-custom-widgets-tools/dist-esm/src/index.js
  • @azure/api-management-custom-widgets-tools/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@azure/api-management-custom-widgets-tools) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Tools for working with custom widgets of Developer portal of Azure API Management service

This repository is managed by the Microsoft Azure API Management team and contains the source code of tools for development of custom widgets for the Developer portal. Refer to the official Azure documentation for more information and instructions.

Source code | Package (NPM) | Product documentation

Getting started

Currently supported environments

Prerequisites

Create your first Custom widget

Navigate to Custom widgets for Developer portal documentation to learn how to create and manage Custom widgets.

Key concepts

Package provides tools for communication between scaffolded widgets and the Developer Portal

This package should not be confused with @azure/api-management-custom-widgets-scaffolder package, which contains template files and a function to generate Custom widgets for the API Management services' Developer Portal.

Contributing

If you'd like to contribute to this library, please read the contributing guide to learn more about how to build and test the code.

To execute the tests you'll need to run:

  1. rush update
  2. rush build -t @azure/api-management-custom-widgets-tools
  3. cd sdk\apimanagement\api-management-custom-widgets-tools
  4. npm run test

View our tests folder for more details.