API PHP Wrapper

From UnionCloud Support
Revision as of 18:05, 30 January 2017 by Liammcdaid (talk | contribs) (Created page with "A number of api's have been created to allow programmatic access to the UnionCloud platform. * Authentication * Uploads * Users * UserGroup / UserGroup Memberships * Events...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A number of api's have been created to allow programmatic access to the UnionCloud platform.

  • Authentication
  • Uploads
  • Users
  • UserGroup / UserGroup Memberships
  • Events
  • Elections
  • Groups (to be released soon)

Getting Started

The api's are mostly documented on apiary.io. You will need to create an account on apiary, then submit a support ticket to gain access to the documentation. The developer team keep this up to date and it include example calls which show what you can get from the system by varying the paramters.

Its best to test out the api functionality in the UAT environment first, so not to

Wrappers

PHP

YUSU have created a wrapper for PHP which can be installed via composer yusu/nus-unioncloud-api-php. This is an initial build, handling the making of the requests and returning the data - error handling and managing rate limits will be added in future releases.