()
| 791 | } |
| 792 | |
| 793 | func (c *ApiClient) XPing() error { |
| 794 | url := c.encodeURL("/api/topom/xping/%s", c.xauth) |
| 795 | return rpc.ApiGetJson(url, nil) |
| 796 | } |
| 797 | |
| 798 | func (c *ApiClient) Stats() (*Stats, error) { |
| 799 | url := c.encodeURL("/api/topom/stats/%s", c.xauth) |