Difference between revisions of "HTTP API/Examples"

From SmartBots Developers Docs
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
The following examples demonstrate the basic techniques of calling SmartBots HTTP APIs.
+
{{DISPLAYTITLE: HTTP API Examples}}
  
To try API calls, 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">
 
<sidebarmenu editlink="false">
 
#subpage HTTP API/Examples
 
#subpage HTTP API/Examples
 
</sidebarmenu>
 
</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].
 +
  
 
{{NavMenu}}
 
{{NavMenu}}
  
 
__NOTOC__
 
__NOTOC__

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.