An open API service indexing awesome lists of open source software.

https://github.com/vinitshahdeo/postman-schema-editor

Edit your Postman Schema directly into VS Code
https://github.com/vinitshahdeo/postman-schema-editor

Last synced: about 2 months ago
JSON representation

Edit your Postman Schema directly into VS Code

Awesome Lists containing this project

README

          

# Postman Schema Editor : a VSCode Extension to edit Postman Schemas

A VSCode extension that allows you to edit your Postman Schemas in editor and publish your schema changes to Postman from VSCode editor itself.

## Setup

To run locally,

- Get [Postman API Key](https://learning.postman.com/docs/developer/intro-api/#generating-a-postman-api-key) and update `settings.json` of VSCode editor

- Run `npm install`

- Follow [this](https://code.visualstudio.com/api/get-started/your-first-extension#debugging-the-extension) to run the extension locally

## Contributors

- [@shreys7](https://github.com/shreys7)
- [@saialekhya-postman](https://github.com/saialekhya-postman)
- [@vinitshahdeo](https://github.com/vinitshahdeo)