Difference between revisions of "REST API Code Samples"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 17: Line 17:
|-valign="top"
|-valign="top"
| [[REST API:StaticResourceUploadClient|StaticResourceUploadClient]]   || Upload a resource file to the platform.
| [[REST API:StaticResourceUploadClient|StaticResourceUploadClient]]   || Upload a resource file to the platform.
|-valign="top"
| [[REST API:Add Private Note|Add Private Note]]   || Add a private note to an object record.
|}
|}
:: ''Learn more:'' [[REST API]] pages, which contain additional code samples
:: ''Learn more:'' [[REST API]] pages, which contain additional code samples

Revision as of 23:50, 18 May 2015

BaseClient Login, display sessionId, and logout.
BaseUtil Utility classes used by BaseClient, mostly for message formatting.
BulkUploadClient Import CSV data
PackageDownloadClient Download a package
PackageSubscribeClient Subscribe to a package
StaticResourceUploadClient   Upload a resource file to the platform.
Add Private Note   Add a private note to an object record.
Learn more: REST API pages, which contain additional code samples