Updating testing
A client for the BadgeKit API, in Python
from badgekitapiclient import init endpoint = 'http://api.example.org' auth = {'key': 'auth key', 'secret': 'auth secret'} client = init(endpoint, auth) badges = client.get_badges(system='system-slug') for badge in badges: print badge['name']
python test
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Python BadgeKit API Client
A client for the BadgeKit API, in Python
Usage
Testing