Difference between revisions of "APIs"

From SmartWiki
Jump to: navigation, search
(See Also)
Line 1: Line 1:
'''Application Programming Interface'''.  The [[SmartSimple]] API is a library of program objects that programmers use to integrate other systems with SmartSimple.
+
'''Application Programming Interface'''.   
  
 +
An application programming interface (API) is a specification intended to be used as an interface by software components to communicate with each other.
  
The '''API''' toolkit (SmartComClient.dll) as well as installation and general instructions can be obtained from the '''Downloads''' section under '''Help''' within your copy of [[SmartSimple]].
+
SmartSimple support three different APIs.
  
 +
* Web Services API to support server to server communication via the Internet – Apache Axis2 based.
 +
* Browser based communication to the Server - Ajax based named Pandora.
 +
* Desktop communication using Microsoft technologies (SmartComClient.dll)
  
This product is not supported by the Support Desk staff. Any questions should be sent by email only.
 
  
==See Also==
 
* [[API Sample Code]]
 
* [[API Code: Upload File to Custom Field]]
 
  
 
[[Category:Glossary]][[Category:Integration]]
 
[[Category:Glossary]][[Category:Integration]]

Revision as of 13:00, 19 June 2012

Application Programming Interface.

An application programming interface (API) is a specification intended to be used as an interface by software components to communicate with each other.

SmartSimple support three different APIs.

  • Web Services API to support server to server communication via the Internet – Apache Axis2 based.
  • Browser based communication to the Server - Ajax based named Pandora.
  • Desktop communication using Microsoft technologies (SmartComClient.dll)