コード例 #1
0
ファイル: test.py プロジェクト: packlnd/hacker-news-api-api
from api import API

a = API()
j = a.get_apis()
for api in j["items"]:
    print api