Difference between revisions of "HamsterAPIInstall"
From cogniteam
Line 5: | Line 5: | ||
=== HamsterAPI Java === | === HamsterAPI Java === | ||
+ | HamsterClientParameters params = new HamsterClientParameters(); | ||
+ | params.port = 8101; | ||
+ | Hamster hamster = new Hamster(1,params); | ||
* Eclipse project [https://cloud.cogni.io/index.php/s/0IEiIgPhpFqwQ4x JAVA Client API] | * Eclipse project [https://cloud.cogni.io/index.php/s/0IEiIgPhpFqwQ4x JAVA Client API] |
Revision as of 15:17, 28 March 2017
Installing the HamsterAPI on the Hamster
HamsterAPI Java
HamsterClientParameters params = new HamsterClientParameters(); params.port = 8101; Hamster hamster = new Hamster(1,params);
- Eclipse project JAVA Client API