This package has been deprecated

Author message:

no longer maintained

put-json

0.1.2 • Public • Published

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
}

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i put-json

Weekly Downloads

0

Version

0.1.2

License

BSD-2-Clause

Last publish

Collaborators

  • dstokes
  • dguttman
  • tphummel