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