Diferencia entre revisiones de «APIenglish»

De Proyecto Butiá
Saltar a: navegación, buscar
Línea 2: Línea 2:
  
 
Butiá can be used in many forms as a consumable service through the network as is the case of the bobot server directly using the bobot library or through various APIs such as C, Java, Python
 
Butiá can be used in many forms as a consumable service through the network as is the case of the bobot server directly using the bobot library or through various APIs such as C, Java, Python
 +
 +
==The Butiá API in Python==
 +
 +
Description of the function and various examples.
 +
 +
 +
Instanciate the class:
 +
 +
robot = butiaAPI.robot()

Revisión del 04:46 24 feb 2013

See also API in Spanish Note, the API now uses English syntax as from V?

Butiá can be used in many forms as a consumable service through the network as is the case of the bobot server directly using the bobot library or through various APIs such as C, Java, Python

The Butiá API in Python

Description of the function and various examples.


Instanciate the class:

robot = butiaAPI.robot()