Difference between revisions of "Contensive Framework API"

From Contensive Wiki
Jump to: navigation, search
(Created page with "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)
Line 2: Line 2:
 
==Server-Side==
 
==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.
 
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==
 
==Client-Side==

Revision as of 16:41, 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