REST API Code Samples
From AgileApps Support Wiki
Revision as of 21:53, 2 July 2013 by imported>Aeric
- 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.
- Learn more: REST API pages, which contain additional code samples