SmartBear / ready-msazure-plugin

Ready! API plugin for integrating with Microsoft API Manager
0 stars 1 forks source link
on-prem open-source readyapi-platform readyapi-plugin

Microsoft Azure API Management Plugin

===================

A plugin for ReadyAPI that allows you to import APIs directly from a MS Azure API Managment Service.

Installation

Install the plugin via the integrated Plugin Repository available via the Plugin Manager in ReadyAPI 1.3 and newer

Build it yourself

You can build the plugin by oneself by cloning this repository locally - make sure you have java and maven 3.X correctly installed - and run

mvn clean install assembly:single

in the project folder. The plugin dist.jar will be created in the target folder and can be installed via the Plugin Managers' "Load from File" action.

Usage

Once installed there will have two ways to import an API from an Azure API Management Service:

In both cases you will be prompted for:

Once a valid Management REST API URL and Access Token have been specified you will be presented with a list of available APIs and import options. Now you can easily:

Release History