Contensive Framework API

From Contensive Wiki
Jump to: navigation, search

The application framework has two APIs; Server-Side and Client-Side. Although most applications include there own remote api, a common framework remote api is being considered.

Server-Side

The server-side api is a DotNet environment designed primarily as an extension interface. The api is used to create windows class libraries called by Contensive Add-ons, the basic structure used to extend Contensive.

http://support.contensive.com/api

Client-Side

The client side api is a javascript library with simple methods for implementing remote methods.

http://support.contensive.com/Javascript-API