blob: ef2c067f648decf7ead43d6888301a60a43782f8 [file] [log] [blame]
Joe Gregorio48d361f2010-08-18 13:19:21 -04001This is a prototype implementation of a client
2for discovery based APIs.
3
4Installation
5============
6
7None.
8
9For the time being the required libraries
10are checked into this directory to make
11developement easier, so you can just run
12this directly after checking out.
13
14Running
15=======
16
17First run three-legged-dance.py to get OAuth
18tokens for Buzz, which will be stored in a file.
19
20 $ python three-legged-dance.py
21
22Then run sample.py, which will use the apiclient
23library to retrieve the title of the most
24recent entry in Buzz.
25
26 $ python sample.py
27
28
29Third Pary Libraries
30====================
31
32http://code.google.com/p/httplib2
33http://code.google.com/p/uri-templates
34http://github.com/simplegeo/python-oauth2
35