generated at: 2013-11-17 14:49:39
POST /
get message ok
Target Server
http://localhost
(Plack application)
Parameters
application/json
jsonrpc: Number (e.g. 2.0)method: String (e.g. "get_entries")params: JSONcategory: String (e.g. "technology")limit: Number (e.g. 1)
Request
POST /
Response
- Status: 200
- Content-Type: application/json
{
"jsonrpc" : "2.0",
"id" : 1,
"result" : {
"entries" : [
{
"body" : "Hello!",
"title" : "example"
}
]
}
}