put-json

v0.1.1
wrapper for PUTting json with hyperquest
hyperquest post json browserify

put-json

wrapper for putting json with hyperquest

Build Status
NPM

install

npm install put-json

test

./bin/test

example

var putJson = require("put-json")

var url = "http://my-put-url.net/path"
var body = {my: "test", data: "fun"}

putJson url, body, function (err, result) {
  // do stuff
}

Metadata

Downloads

Maintainers