Skip to content

AlphaOne API Library - Use this library to integrate with AlphaOne Building Consent System

Notifications You must be signed in to change notification settings

camilord/alphaone_api

Repository files navigation

AlphaOne API Library

Use this library to integrate with AlphaOne Building Consent System

codecov

Usage

<?php

define('CONFIG_FILE', dirname(__FILE__).'/config.json');

$obj = new AlphaOneAPI(CONFIG_FILE);
$data = $obj->getProjectDetails(12);
print_r($data);

Output

Array
(
    [ID] => 12
    [ConsentID] => BC12
    [Complexity] => R1
    [ComplexityOverride] => 
    [Stats] => Array
        (
          ...
        )
)

For the detailed documentation of the AlphaOne API, please contact AlphaOne support team or visit at www.abcs.co.nz

About

AlphaOne API Library - Use this library to integrate with AlphaOne Building Consent System

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages