mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
24 lines
764 B
Markdown
24 lines
764 B
Markdown
# Kong Portal Deploy (Insomnia Plugin)
|
|
|
|
[![Npm Version](https://img.shields.io/npm/v/insomnia-plugin-kong-portal.svg)](https://www.npmjs.com/package/insomnia-plugin-kong-portal)
|
|
|
|
This is a plugin for [Insomnia](https://insomnia.rest) to add the ability to deploy API specifications to Kong Portal.
|
|
|
|
## Installation
|
|
|
|
Install the `insomnia-plugin-kong-portal` plugin from Preferences > Plugins.
|
|
|
|
![](./assets/plugins.png)
|
|
|
|
## 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.
|
|
|
|
![](./assets/dropdown.png)
|
|
|
|
Click on this button and enter your URL, workspace name and RBAC token in order to connect to Kong.
|
|
|
|
![](assets/connect.png)
|