Skip to content

status

older version

just to be able to test the mechanism and the server, there is a simple service called ping. It simply returns 'pong' to test the connection.

changetitle
1
2
3
4
5
{
    "jsonrpc":"2.0",
    "method":"status",
    "id":533,
}

The return in this example should be :

changetitle
{
    "jsonrpc":"2.0",
    "method":"status",
    "id":533,
    "result": { 
        "horizons" : { 
        } , { 
        } 
    }
}