Skip to content

wileyday/solapi-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solapi SDK for Python

Python 3.7

lib/config.ini 파일을 아래와 같이 설정 후 examples 아래 예제 코드를 실행해 보세요.

[AUTH]
# 계정의 API Key와 API Secret을 입력해주세요
api_key = [API KEY]
api_secret = [API SECRET]

[SERVER]
domain = api.solapi.com
protocol = https
prefix =

아래 라이브러리 설치를 필요로 합니다.

  • requests
  • configparser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%