Client for restflow
Classes
| AbstractHf3Session() | Abstract base class for the Remote or Local Hiflow3 session. |
| HiFlowRestClient(url) | High level api for restflow services |
| Simulation(lowlevel, token) | The simulation is a Hiflow3Session on the server. |
Exceptions
| HTTPResponseError(message, **kwargs) | |
| RestApiException |
Bases: exceptions.BaseException
Bases: object
High level api for restflow services
| Parameters: | url (str) – the base url for the service, eg. http://localhost:5000 |
|---|
Bases: exceptions.BaseException