iamport-rest-client-python icon indicating copy to clipboard operation
iamport-rest-client-python copied to clipboard

[알림] async python 을 위한 client

Open rumbarum opened this issue 2 years ago • 0 comments
trafficstars

안녕하세요~

기존 client를 aiohttp를 사용하는 async 코드로 변환, 몇가지 수정 하였습니다.

  1. Token 재사용 (만료 60초 이상시)
  2. sync -> async
  3. .format -> f-string
  4. typing, mypy 적용

기존 Iamport client 메소드는 다 구현되어 있는 상태이며 pypi 에도 등록 되어 있습니다.

https://github.com/rumbarum/iamport-async-rest-client-python

rumbarum avatar Jan 18 '23 12:01 rumbarum