Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
documentation:api [2015/10/15 10:24] admindocumentation:api [2015/10/16 11:31] admin
Line 1: Line 1:
 ====== CommsMundi Public API ====== ====== CommsMundi Public API ======
 +
 +The CommsMundi public api allow third party aplications to take control or interect directly with the CommsMundi modules. To use it you must first activate the api module and configure it on the frontend page (in Home -> Frontend) by adding a new site with the application //**commsmundi public api**// enabled.
 +
  
 ===== Protocol ===== ===== Protocol =====
Line 21: Line 24:
 <code php api_help.php> <code php api_help.php>
 <?php <?php
-$url = "http://administrator:commsmundi@192.168.10.1:444";+$server = "192.168.10.1:444"
 +$url = "http://administrator:commsmundi@".$server;
  
 //get all the available methods //get all the available methods
/home/www/wiki/data/pages/documentation/api.txt · Last modified: 2015/10/16 15:27 by admin
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki