Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 290 Bytes

File metadata and controls

12 lines (11 loc) · 290 Bytes

Solapi SDK for Ruby

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

{
  "api_key": "[INPUT YOUR API KEY]",
  "api_secret": "[INPUT YOUR API SECRET]",
  "protocol": "https",
  "domain": "api.solapi.com",
  "prefix": ""
}