Module sktmls.mls_client

Classes

class DoesNotExist (msg='결과가 존재하지 않습니다')

Common base class for all non-exit exceptions.

Ancestors

class MLSClient (env: MLSENV = None, runtime_env:  = None, username: str = None, password: str = None)

Subclasses

Methods

def get_env(self) ‑> MLSENV
def get_runtime_env(self) ‑> MLSRuntimeENV
def get_username(self) ‑> str
class MLSClientError (code: int, msg: str)

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException

Subclasses

class MLSResponse (response: requests.models.Response = None, status: int = None, body: Dict[str, Any] = None)