Difference between revisions of "Contensive Framework API"

From Contensive Wiki
Jump to: navigation, search
(Server-Side)
(Client-Side)
 
Line 6: Line 6:
  
 
==Client-Side==
 
==Client-Side==
 +
The client side api is a javascript library with simple methods for implementing remote methods.
 +
 +
http://support.contensive.com/Javascript-API

Latest revision as of 16:42, 25 November 2015

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