AFL.automation.APIServer.Client#
Classes
|
Communicate with APIServer |
|
ServerDiscovery class |
- class AFL.automation.APIServer.Client.Client(ip=None, port='5000', username=None, interactive=False)[source]#
Communicate with APIServer
This class provides an interface to generate HTTP REST requests that are sent to an APIServer, monitor the status of those requests, and retrieve the results of those requests. It is intended to be used as a client to the APIServer class.
- deposit_obj(obj, uid=None)[source]#
Deposit an object in the dropbox obj : object, the object to deposit id : str, the uuid to deposit the object under if not specified, a new uuid will be generated