Difference between revisions of "REST API Code Samples"

From AgileApps Support Wiki
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. :*...")
 
imported>Aeric
Line 5: Line 5:
:* [{{DOCHOST}}/samples/demo/rest/PackageSubscribeClient.java PackageSubscribeClient] - Subscribe to a published package.
:* [{{DOCHOST}}/samples/demo/rest/PackageSubscribeClient.java PackageSubscribeClient] - Subscribe to a published package.
:* [{{DOCHOST}}/samples/demo/rest/StaticResourceUploadClient.java StaticResourceUploadClient] - Extends BaseClient to log in and then upload a static resource file.
:* [{{DOCHOST}}/samples/demo/rest/StaticResourceUploadClient.java 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
:: ''Learn more:'' [[REST API]] pages, which contain additional code samples

Revision as of 21:53, 2 July 2013

Learn more: REST API pages, which contain additional code samples