Skip to content

Commit 907aaaa

Browse files
committed
README.md edited online with Bitbucket
1 parent 49858de commit 907aaaa

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66
* [python-requests](http://docs.python-requests.org/en/latest/)
77
* Uber developer account and application client ID: https://developer.uber.com/
88

9+
### Usage ###
10+
11+
12+
```
13+
#!python
14+
15+
from uber import Api
16+
api = Api.Uber(**credentials)
17+
api.get_profile()
18+
```
19+
20+
21+
922
### Who do I talk to? ###
1023

11-
engineering@entmobile.com
24+
engineering@entmobile.com
25+

0 commit comments

Comments
 (0)