Skip to content

Commit

Permalink
updated readme to include python code
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Quinn committed Jan 4, 2017
1 parent 6b63c2f commit 3b8de84
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@ Installation

pip install litmos-api


Getting started
=============

::
from litmos import Litmos
litmos = Litmos({apikey}, {source})
#retrieve users
all_users = litmos.User.all()
Documentation
=============

Expand Down

0 comments on commit 3b8de84

Please sign in to comment.