원격 구성 적용
remoteConfig
from hackle.model import HackleUser
# 원격 구성 정보 담은 인스턴스를 반환합니다.
user = HackleUser.builder() \
.device_id('ae2182e0') \
.build()
remote_config = hackle_client.remote_config(user=user)원격 구성 파라미터 조회
마지막 업데이트