Subuno/subuno-api
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
##################################### # Copyright 2011 MERS Technologies. # ##################################### API libraries for Subuno API in various languages. See example usages inside directories for example usage. To execute examples: python example1.py php example1.php javac Example1.java java Example1 C#: open "cs" solution, set "Example" project as startup project, build and run Just make sure the paths are correct so you can access the dependent libraries (inside "src" under each directory). Dependencies: --The Java API depends on classes from org.json.* (https://github.com/douglascrockford/JSON-java) --The PHP API requires cURL. (http://php.net/manual/en/book.curl.php) --The Python API requires json module (Python 2.6 or 2.7 will be fine). (http://docs.python.org/library/json.html) --The .NET API requires .NET 4.0 framework