We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6cf0b4 + cbf1e57 commit b5d5635Copy full SHA for b5d5635
README.rst
@@ -1,7 +1,16 @@
1
-Ubersmith API Client for Python.
+# Ubersmith API Client for Python
2
3
.. image:: https://travis-ci.org/internap/python-ubersmithclient.svg?branch=master
4
:target: https://travis-ci.org/internap/python-ubersmithclient
5
6
.. image:: https://img.shields.io/pypi/v/ubersmith_client.svg?style=flat
7
- :target: https://pypi.python.org/pypi/ubersmith_client
+ :target: https://pypi.python.org/pypi/ubersmith_client
8
+
9
+# Usage
10
11
+ >>> import ubersmith_client
12
+ >>> api = ubersmith_client.api.init('http://ubersmith.com/api/2.0/', 'username', 'password')
13
+ >>> api.client.count()
14
+ u'264'
15
+ >>> api.client.latest_client()
16
+ 1265
0 commit comments