1<?php 2/** 3 * Options for the ghissues plugin 4 * 5 * @author Zach Smith <zsmith12@umd.edu> 6 */ 7 8 9$meta['ghissueuser'] = array('string'); // Github Username, used for User-Agent and Authentication 10$meta['ghissuerefresh'] = array('numeric', '_min' => -1 ); // Min time between API calls (per unique request URL) 11$meta['ghissueoauth'] = array('password'); // OAuth token to use in API calls 12