Skip to content

sd_utils.api.provider

pencil-pusher edited this page Apr 24, 2021 · 1 revision

Table of Contents

sd_utils.api.provider

HttpProvider

class HttpProvider(ABC)

format_response

 | @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

Clone this wiki locally