Introduction
In this chapter we will introduce you the basic concepts and workflow of the API.
Request
{
"service": "ServiceName",
"method": "methodName",
"params": {
"param1": 1,
"param2": 2
// [...]
}
}Response
{
"status": "ok",
"result": {
"field1": 1,
"field2": 2,
// [...]
}
}What's next?
Last updated
