Skip to content

adamsc64/subuno-php-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

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

About

Clone of PHP API library I wrote for Subuno

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages