Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

ymmyk/sublime-poster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sublime-poster

A Sublime 2 Plugin to perform HTTP requests. Modeled after the Poster Add-on for Firefox. Syntax is JSON. When selecting the "Poster: Current File" from the Command Pallete, if the files JSON is readable a menu will appear asking which poster test to execute. Upon execution, a new window will open with the results of the request.

This plugin is nice because reproducing a request at a later date is easy as the requests can be saved in JSON.

Sample Syntax:

{
	"localhost_post" : {
		"url":"http://localhost/dump.php?foo=bar",
		"header":{
			"X-Auth-Username": "username",
			"X-Auth-Password": "password"
		},
		"data":{
			"field_1": "value_1",
			"field_2": "val2"
		},
		"method":"post"
	}
}

About

A Sublime 2 Plugin to do HTTP requests. Modeled after Poster Add-on for Firefox. Syntax is JSON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages