ops method

Future<HGrid> ops()

Call "ops" to query which operations are supported by server.

Implementation

Future<HGrid> ops() {
  return call("ops", HGrid.EMPTY);
}