-
Notifications
You must be signed in to change notification settings - Fork 1
sd_utils.api.provider
pencil-pusher edited this page Apr 24, 2021
·
1 revision
class HttpProvider(ABC)
| @abstractmethod
| format_response(response: Tuple[int, dict])
This method is to format a generic response to work correctly within the networks interface.
The input to this function is generated by
_internal_handle