Skip to content

Commit

Permalink
make it clear how to fetch info
Browse files Browse the repository at this point in the history
  • Loading branch information
philipithomas committed Feb 23, 2016
1 parent 721b890 commit 48dcb17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ c = Client(key=YOUR_API_KEY)
# or email help@staffjoy.com
org = c.get_organization(ORG_ID)

# See the org name
print(org.data.name)

# See all locations
org.get_locations()

Expand Down

0 comments on commit 48dcb17

Please sign in to comment.