Skip to content

gmcerveny/jsonbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON BIN

A RESTful webservice to set and retrieve JSON.

USAGE

Create a bin

$ curl -X POST http://jsonbin.herokuapp.com/
access at http://jsonbin.herokuapp.com/abf052c9

Set content

$ curl -X PUT -d "oops=there goes my skirt" http://jsonbin.herokuapp.com/abf052c9
{"oops":"there goes my skirt"}

Retrieve bin

$ curl http://jsonbin.herokuapp.com/abf052c9
{"oops":"there goes my skirt"}

About

restful webservice to store and retrieve json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published