API

From Wiki

Jump to: navigation, search

An API or Application Programming Interface is a method which allows a program to communicate with another program. This includes interfaces that allow web browsers or web servers to communicate with other programs. (See also Active-X and Plug-In)

Krakken has a RESTful API. Silo Publisher takes advantage of Krakken's API to allow data to be seamlessly transferred into it's website development application.

An Application Programming Interface (API) is an interface implemented by a software program to enable its interaction with other software. It is similar to the way the user interface facilitates interaction between humans and computers. APIs are implemented by applications, libraries and operating systems to determine the vocabulary and calling conventions. The programmer should employ it to use their services. It may include specifications for routines, data structures, object classes, and protocols used to communicate between the consumer and implementer of the API.

Personal tools