php-travis-client
php-travis-client copied to clipboard
any plan to integrate support for private accounts?
trafficstars
Also interested in private accounts. http://docs.travis-ci.com/api/#authentication
Working on this -- https://github.com/tableau-mkt/php-travis-client/commit/ea7ca2ce50d2c3329b9724eb2db3bb0bf6a5e999
Updated the library to allow public repos! No merge request yet.
- Added a
setApiUrlPrivate()function. - Added both a
$clientInterfacefor curl, and token param in the__constructfunction, which uses a listener in the Buzz library. - Added a
tokenAuthListenerto extend Buzz and allow the correct authorization header.
See here: