ibisclient.dto module¶

Classes:

DTO classes for transferring data from the server to client in the web service API.

All web service API methods return an instance or a list of one of these DTO classes, or a primitive type such as a bool, int or string.

In the case of an error, an IbisException will be raised which will contain an instance of an IbisError DTO.