Difference between revisions of "Pandora - Web API"
From SmartWiki
Michael Reid (talk | contribs) |
|||
| Line 1: | Line 1: | ||
| − | =Overview= | + | ==Overview== |
| − | Pandora is | + | Pandora is a legacy web based API for creating custom interfaces and functionality around the core system technology. The Pandora Web API is still a supported service however we strongly encourage the use of '''[[JSON API (SmartConnect)|SmartConnect our JSON RESTful API]]'''. |
| − | * Create | + | Using Pandora Java developers are able to: |
| + | |||
| + | * Create customized registration pages. | ||
* Create custom user interfaces. | * Create custom user interfaces. | ||
* Create custom search pages. | * Create custom search pages. | ||
| Line 14: | Line 16: | ||
Developers use the built-in Pandora Code Editor to create client side java code that access SmartSimple objects and datasets through the API. | Developers use the built-in Pandora Code Editor to create client side java code that access SmartSimple objects and datasets through the API. | ||
| − | [[Category:Pandora]] | + | ==See Also== |
| + | * [[API]] | ||
| + | * [[JSON API (SmartConnect)|SmartConnect our JSON RESTful API]] | ||
| + | * [https://api.smartsimple.com/devtools/dev_api.html SmartConnect Interactive Demonstration Page] | ||
| + | |||
| + | [[Category:Pandora]][[Category:API]] | ||
Revision as of 09:20, 28 March 2016
Overview
Pandora is a legacy web based API for creating custom interfaces and functionality around the core system technology. The Pandora Web API is still a supported service however we strongly encourage the use of SmartConnect our JSON RESTful API.
Using Pandora Java developers are able to:
- Create customized registration pages.
- Create custom user interfaces.
- Create custom search pages.
- Add advanced custom logic.
- Bulk updating capabilities on any dataset within the system.
- Integration of SmartSimple with other systems.
Pandora provides both a development environment for creating API enabled pages and the underlying constructs to be used on these pages.
Developers use the built-in Pandora Code Editor to create client side java code that access SmartSimple objects and datasets through the API.