ibrows/CodebaseApi

Name: CodebaseApi

Owner: PwC Experience Center

Description: null

Created: 2015-09-09 11:45:09.0

Updated: 2015-09-09 11:46:24.0

Pushed: 2015-10-07 17:39:09.0

Homepage: null

Size: 212

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ibrows CodebaseApi

PHP lib to use Codebase API http://support.codebasehq.com/kb/

Usage
t api
 = new CodebaseApi($this->codebaseUsername, $this->codebaseApiKey, new BuzzClient());
t open tickets
ketOptions = $api->createTicketOptions('projectName');
ketOptions->setResolution($ticketOptions::RESOLUTION_OPEN);
ketBag = $api->getTicketBag($ticketOptions);

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.