Test your API client's GET requests
GET /v0/marco
None
Status: 200 OK
X-Blockspring-Api-Version: v0
{
"shout": "POLO!"
}
Test your API client's POST requests
POST /v0/echo
Post any JSON object to have it echoed back to you.
{
"this": {
"is": "too",
"cool": ["for", "school"]
},
"wow": 9001
}
Status: 200 OK
X-Blockspring-Api-Version: v0
{
"this": {
"is": "too",
"cool": ["for", "school"]
},
"wow": 9001
}