Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Add 'get' example to README.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
dicato committed Aug 6, 2015
1 parent 912369a commit f1067cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -37,6 +37,10 @@ usage
# token authentication
strongarm.api_key = 'your_api_token'
# get (ie, search) a single Domain
domain = strongarm.Domain.get('example.com')
print(domain.name)
# list all blackholed domains
for domain in strongarm.Domain.all():
print(domain.name)
Expand Down

0 comments on commit f1067cd

Please sign in to comment.