insomnia/plugins/insomnia-plugin-kong-portal
2021-08-27 15:44:01 +12:00
..
assets Usage documentation for bundled plugins (#2120) 2020-05-13 09:22:55 +12:00
flow-typed Initial designer merge 2020-04-26 13:33:39 -07:00
src Present Kong Admin API connection errors to user (#3205) 2021-03-24 15:38:09 +13:00
.babelrc Present Kong Admin API connection errors to user (#3205) 2021-03-24 15:38:09 +13:00
.flowconfig Present Kong Admin API connection errors to user (#3205) 2021-03-24 15:38:09 +13:00
.gitignore Fix insomnia-components version to 2.2.19 for kong portal plugin (#2522) 2020-08-18 09:34:17 +12:00
.npmignore Fix .npmignore 2021-05-19 14:37:56 +02:00
index.js Initial pass to combine eslint and prettier (#2166) 2020-05-15 10:54:07 +12:00
package-lock.json version packages lib@2.3.1 2021-08-26 08:15:00 +12:00
package.json version packages lib@2.3.1 2021-08-26 08:15:00 +12:00
README.md adds markdown linting (#3931) 2021-08-27 15:44:01 +12:00
webpack.config.js Expose styled-components on the window object for UI plugins (#2528) 2020-08-21 06:44:08 +12:00

Kong Portal Deploy (Insomnia Plugin)

Npm Version

This is a plugin for Insomnia to add the ability to deploy API specifications to Kong Portal.

Installation

Install the insomnia-plugin-kong-portal plugin from Preferences > Plugins.

plugins

Usage

Once this plugin is installed, navigate to the homepage and click ... to open the menu for a document.

If installed correctly, an option titled Deploy to Portal will appear.

dropdown

Click on this button and enter your URL, workspace name and RBAC token in order to connect to Kong.

connect