def
func:haystackCall
haystackCall(conn, op, req: null, checked: true)
Perform Haystack HTTP API call to given Str op name and with given request grid (can be anything acceptable toGrid()
). If the checked flag is true and server returns an error grid, then raise CallErr
, otherwise return the grid itself. Result is returned as Grid. Also see Client.call
.
meta
admin | ✓ |
---|---|
def | func:haystackCall |
is | func |
lib | lib:haystack |
name | haystackCall |