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

https://github.com/dnbard/brackets-postman

Brackets extension to test REST API
https://github.com/dnbard/brackets-postman

Last synced: about 1 year ago
JSON representation

Brackets extension to test REST API

Awesome Lists containing this project

README

          

#REST Client for Brackets

REST Client that simplifies creation and sending of any HTTP request.
Unofficial POSTMAN extension for Brackets IDE.
This is alpha release. Please submit bugs and new ideas.

![Brackets Postman Extension](https://raw.githubusercontent.com/dnbard/brackets-postman/master/presentation/postman.gif)

##Features
* Request methods supported *GET, POST, PUT, PATCH, DELETE, COPY, HEAD, OPTIONS, PURGE*
* Integration with CodeMirror (editor that powering Brackets IDE)
* Formatted response based on response MIME type
* Ability to set headers and request body
* Ability to view response headers
* Compact layout integrated into the Brackets

##How to set request headers
![request headers](https://raw.githubusercontent.com/dnbard/brackets-postman/master/presentation/headers.gif)