| GoogleDocs Example |
| =============================================================================== |
| |
| Description |
| =============================================================================== |
| - demonstrates the use of Wink REST Client to interact with google Docs service |
| - demonstrates the creation of a custom Handler used to authenticate the user |
| against google authentication service |
| - the example provides the following features: list document, upload new document, delete document. |
| |
| Running the example |
| =============================================================================== |
| Run org.apache.wink.example.googledocs.GoogleDocsClient in order to get help. |
| The following lines illustrate the possible usages: |
| * List existing documents: GoogleDocsClient -l -u test@gmail.com -p test123 |
| * Upload new document: GoogleDocsClient -f c:\test.xls -u test@gmail.com -p test123 |
| |
| Build |
| =============================================================================== |
| - see build instructions in examples/readme.txt file |
| |
| --- readme.txt EOF --- |