REST API Code Samples
From AgileApps Support Wiki
Revision as of 21:52, 2 July 2013 by imported>Aeric (Created page with ":* [{{DOCHOST}}/samples/demo/rest/BaseClient.java BaseClient] - A client app that logs into the platform. (Requires BaseUtil) Can be extended to perform additional operations. :*...")
- BaseClient - A client app that logs into the platform. (Requires BaseUtil) Can be extended to perform additional operations.
- BaseUtil - Utility methods used by the Base Client
- BulkUploadClient - Upload object data en masse.
- PackageDownloadClient - Download a published package.
- PackageSubscribeClient - Subscribe to a published package.
- StaticResourceUploadClient - Extends BaseClient to log in and then upload a static resource file.
- The REST API pages also contain a number of additional code samples