()
| 271 | } |
| 272 | |
| 273 | func (c *ApiClient) XPing() error { |
| 274 | url := c.encodeURL("/api/proxy/xping/%s", c.xauth) |
| 275 | return rpc.ApiGetJson(url, nil) |
| 276 | } |
| 277 | |
| 278 | func (c *ApiClient) StatsSimple() (*Stats, error) { |
| 279 | url := c.encodeURL("/api/proxy/stats/%s", c.xauth) |
no test coverage detected