ServiceApi class
Constructors
- ServiceApi([ApiClient? apiClient])
Properties
Methods
-
healthGet(
) → Future< void> - Check HTTP server status
-
healthGetWithHttpInfo(
) → Future< Response> - Check HTTP server status
-
infoGet(
) → Future< Info?> - Get service info
-
infoGetWithHttpInfo(
) → Future< Response> - Get service info
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited