Difference between revisions of "HTTP API/Examples"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "The following examples demonstrate the basic techniques of calling SmartBots HTTP APIs. To construct your own API call, refer to HTTP commands list...")
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The following examples demonstrate the basic techniques of calling SmartBots HTTP APIs.
+
{{DISPLAYTITLE: HTTP API Examples}}
  
To construct your own API call, refer to [[HTTP API: Bot Commands|HTTP commands list]] and use [http://www.mysmartbots.com/api/testing.html API test suite].
+
The following examples demonstrate the basic techniques of calling SmartBots HTTP APIs. All scripts are written in LSL.
 +
 
 +
Select a script to view:
 +
 
 +
<sidebarmenu editlink="false">
 +
#subpage HTTP API/Examples
 +
</sidebarmenu>
 +
 
 +
<div style="clear: both"></div>
 +
 
 +
For more info refer to [[HTTP_API/Bot_Commands|HTTP commands list]]. To try API calls use [http://www.mysmartbots.com/api/testing.html API test suite].
  
  

Latest revision as of 08:56, 23 December 2016


The following examples demonstrate the basic techniques of calling SmartBots HTTP APIs. All scripts are written in LSL.

Select a script to view:

For more info refer to HTTP commands list. To try API calls use API test suite.