Skip to content

Mozilla-GitHub-Standards/f05a8558b0f7aecd9bf7c1d5fce4c59e4f60d9204b84b0f85c80d7adba4abd8f

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python BadgeKit API Client

A client for the BadgeKit API, in Python

Usage

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']

Testing

python test

About

A client for the BadgeKit API, in Python

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%