grim/resticide

Add a bunch of stuff to the readme
develop tip
2016-07-09, Gary Kramlich
f8bc0c4813a9
Add a bunch of stuff to the readme
{
"name": "httpbin get",
"request": {
"path": "/get",
"method": "GET",
"response": {
"statuscode": 200,
"json-schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"args": {
"type": "object",
"additionalProperties": {"type": "string"}
},
"headers": {
"type": "object",
"additionalProperties": {"type": "string"}
},
"origin": {"type": "string"},
"url": {"type": "string"}
},
"required": ["args", "headers", "origin", "url"]
}
}
}
}